Step * 1 1 of Lemma list-cases


1. [T] Type
2. colist(T)
3. [%1] (colength(x))↓
4. (x Ax) ∨ (x ∈ T × colist(T))
⊢ (x []) ∨ (x ∈ T × (T List))
BY
TACTIC:D -1 }

1
1. [T] Type
2. colist(T)
3. [%1] (colength(x))↓
4. Ax
⊢ (x []) ∨ (x ∈ T × (T List))

2
1. [T] Type
2. colist(T)
3. [%1] (colength(x))↓
4. x ∈ T × colist(T)
⊢ (x []) ∨ (x ∈ T × (T List))


Latex:


Latex:

1.  [T]  :  Type
2.  x  :  colist(T)
3.  [\%1]  :  (colength(x))\mdownarrow{}
4.  (x  \msim{}  Ax)  \mvee{}  (x  \mmember{}  T  \mtimes{}  colist(T))
\mvdash{}  (x  \msim{}  [])  \mvee{}  (x  \mmember{}  T  \mtimes{}  (T  List))


By


Latex:
TACTIC:D  -1




Home Index