Step
*
1
1
1
of Lemma
unit-product-disjoint
1. T : Type
2. S : Type
3. x : Unit ⋂ T × S
⊢ ispair(x) = tt
BY
{ (GenConcl ⌜x = p ∈ (T × S)⌝⋅ THEN Auto) }
1
1. T : Type
2. S : Type
3. x : Unit ⋂ T × S
4. p : T × S
5. x = p ∈ (T × S)
⊢ ispair(p) = tt
Latex:
Latex:
1.  T  :  Type
2.  S  :  Type
3.  x  :  Unit  \mcap{}  T  \mtimes{}  S
\mvdash{}  ispair(x)  =  tt
By
Latex:
(GenConcl  \mkleeneopen{}x  =  p\mkleeneclose{}\mcdot{}  THEN  Auto)
Home
Index