Step * 2 2 1 of Lemma list-ext


1. ∀[T:Type]. colist(T) ≡ Unit ⋃ (T × colist(T))
2. Type
3. colist(A) ⊆(Unit ⋃ (A × colist(A)))
4. (Unit ⋃ (A × colist(A))) ⊆colist(A)
5. a2 A
6. a3 colist(A)
7. (colength(a3))↓
⊢ <a2, a3> ∈ colist(A)
BY
(SubsumeC ⌜Unit ⋃ (A × colist(A))⌝⋅ THEN Auto) }


Latex:


Latex:

1.  \mforall{}[T:Type].  colist(T)  \mequiv{}  Unit  \mcup{}  (T  \mtimes{}  colist(T))
2.  A  :  Type
3.  colist(A)  \msubseteq{}r  (Unit  \mcup{}  (A  \mtimes{}  colist(A)))
4.  (Unit  \mcup{}  (A  \mtimes{}  colist(A)))  \msubseteq{}r  colist(A)
5.  a2  :  A
6.  a3  :  colist(A)
7.  (colength(a3))\mdownarrow{}
\mvdash{}  <a2,  a3>  \mmember{}  colist(A)


By


Latex:
(SubsumeC  \mkleeneopen{}Unit  \mcup{}  (A  \mtimes{}  colist(A))\mkleeneclose{}\mcdot{}  THEN  Auto)




Home Index