Step
*
1
1
1
2
of Lemma
list-ext
1. ∀[T:Type]. colist(T) ≡ Unit ⋃ (T × colist(T))
2. A : Type
3. (Unit ⋃ (A × colist(A))) ⊆r colist(A)
4. colist(A) ⊆r (Unit ⋃ (A × colist(A)))
5. a1 : A × colist(A)
6. (colength(a1))↓
⊢ a1 ∈ Unit ⋃ (A × {L:colist(A)| (colength(L))↓} )
BY
{ (BUnionRight THEN Auto) }
1
1. ∀[T:Type]. colist(T) ≡ Unit ⋃ (T × colist(T))
2. A : Type
3. (Unit ⋃ (A × colist(A))) ⊆r colist(A)
4. colist(A) ⊆r (Unit ⋃ (A × colist(A)))
5. a2 : A
6. a3 : colist(A)
7. (colength(<a2, a3>))↓
⊢ a3 ∈ {L:colist(A)| (colength(L))↓} 
Latex:
Latex:
1.  \mforall{}[T:Type].  colist(T)  \mequiv{}  Unit  \mcup{}  (T  \mtimes{}  colist(T))
2.  A  :  Type
3.  (Unit  \mcup{}  (A  \mtimes{}  colist(A)))  \msubseteq{}r  colist(A)
4.  colist(A)  \msubseteq{}r  (Unit  \mcup{}  (A  \mtimes{}  colist(A)))
5.  a1  :  A  \mtimes{}  colist(A)
6.  (colength(a1))\mdownarrow{}
\mvdash{}  a1  \mmember{}  Unit  \mcup{}  (A  \mtimes{}  \{L:colist(A)|  (colength(L))\mdownarrow{}\}  )
By
Latex:
(BUnionRight  THEN  Auto)
Home
Index