Step
*
of Lemma
isaxiom-wf-colist
∀[T:Type]. ∀[x:colist(T)].  (isaxiom(x) ∈ 𝔹)
BY
{ (InstLemma `colist-ext` [] THEN ParallelLast' THEN D -1 THEN Auto) }
1
1. T : Type
2. colist(T) ⊆r (Unit ⋃ (T × colist(T)))
3. (Unit ⋃ (T × colist(T))) ⊆r colist(T)
4. x : 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