Step
*
of Lemma
sig-to-W
∀[A:Type]. ∀[B:A ⟶ Type].  ((a:A × (¬B[a])) 
⇒ W(A;a.B[a]))
BY
{ (Auto THEN DProdsAndUnions) }
1
1. [A] : Type
2. [B] : A ⟶ Type
3. a : A@i
4. ¬B[a]@i
⊢ W(A;a.B[a])
Latex:
Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].    ((a:A  \mtimes{}  (\mneg{}B[a]))  {}\mRightarrow{}  W(A;a.B[a]))
By
Latex:
(Auto  THEN  DProdsAndUnions)
Home
Index