Step
*
of Lemma
axiom-listunion
∀[A,B:Type]. ∀[L:Unit ⋃ (A × B)].  L ∈ Unit supposing isaxiom(L) = tt
BY
{ (Intros THEN Try (Unhide) THEN OnVar `L' D_b_union THEN Auto) }
1
1. A : Type
2. B : Type
3. a1 : A × B
4. isaxiom(a1) = tt
⊢ a1 ∈ Unit
Latex:
Latex:
\mforall{}[A,B:Type].  \mforall{}[L:Unit  \mcup{}  (A  \mtimes{}  B)].    L  \mmember{}  Unit  supposing  isaxiom(L)  =  tt
By
Latex:
(Intros  THEN  Try  (Unhide)  THEN  OnVar  `L'  D\_b\_union  THEN  Auto)
Home
Index