Step * 1 1 1 of Lemma colength-zero


1. Top
2. colist(Top)
3. (1 colength(v))↓
4. (1 colength(v)) 0 ∈ ℤ
5. colength(v) ∈ Base
⊢ False
BY
(Assert colength(v) ∈ ℕ BY
         (HasValueD (-3) THEN BLemma `termination` THEN Auto)) }

1
1. Top
2. colist(Top)
3. (1 colength(v))↓
4. (1 colength(v)) 0 ∈ ℤ
5. colength(v) ∈ Base
6. colength(v) ∈ ℕ
⊢ False


Latex:


Latex:

1.  u  :  Top
2.  v  :  colist(Top)
3.  (1  +  colength(v))\mdownarrow{}
4.  (1  +  colength(v))  =  0
5.  colength(v)  \mmember{}  Base
\mvdash{}  False


By


Latex:
(Assert  colength(v)  \mmember{}  \mBbbN{}  BY
              (HasValueD  (-3)  THEN  BLemma  `termination`  THEN  Auto))




Home Index