Step
*
1
1
2
1
1
of Lemma
list-cases
1. T : Type
2. x : colist(T)
3. (colength(x))↓
4. x ∈ T × colist(T)
⊢ x ∈ T × (T List)
BY
{ TACTIC:(InstLemma `pair-eta` [⌜x⌝]⋅ THENA Auto) }
1
1. T : Type
2. x : colist(T)
3. (colength(x))↓
4. x ∈ T × colist(T)
5. x ~ <fst(x), snd(x)>
⊢ x ∈ T × (T List)
Latex:
Latex:
1.  T  :  Type
2.  x  :  colist(T)
3.  (colength(x))\mdownarrow{}
4.  x  \mmember{}  T  \mtimes{}  colist(T)
\mvdash{}  x  \mmember{}  T  \mtimes{}  (T  List)
By
Latex:
TACTIC:(InstLemma  `pair-eta`  [\mkleeneopen{}x\mkleeneclose{}]\mcdot{}  THENA  Auto)
Home
Index