Step * of Lemma isaxiom-wf-colist

[T:Type]. ∀[x:colist(T)].  (isaxiom(x) ∈ 𝔹)
BY
(InstLemma `colist-ext` [] THEN ParallelLast' THEN -1 THEN Auto) }

1
1. Type
2. colist(T) ⊆(Unit ⋃ (T × colist(T)))
3. (Unit ⋃ (T × colist(T))) ⊆colist(T)
4. colist(T)
⊢ isaxiom(x) ∈ 𝔹


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[x:colist(T)].    (isaxiom(x)  \mmember{}  \mBbbB{})


By


Latex:
(InstLemma  `colist-ext`  []  THEN  ParallelLast'  THEN  D  -1  THEN  Auto)




Home Index