Step * of Lemma spread_to_pi12

[A:Type]. ∀[B:A ⟶ Type]. ∀[p:x:A × B[x]]. ∀[C:Type]. ∀[b:x:A ⟶ B[x] ⟶ C].
  (let x,y in b[x;y] b[fst(p);snd(p)] ∈ C)
BY
Auto }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].  \mforall{}[p:x:A  \mtimes{}  B[x]].  \mforall{}[C:Type].  \mforall{}[b:x:A  {}\mrightarrow{}  B[x]  {}\mrightarrow{}  C].
    (let  x,y  =  p  in  b[x;y]  =  b[fst(p);snd(p)])


By


Latex:
Auto




Home Index