Step * 1 1 of Lemma length-zero-implies-nil


1. Base@i
2. ||l|| 0 ∈ ℤ
3. (if is pair then let a,b 
                        in rec-case(b) of [] => h::t => r.r otherwise if Ax then otherwise ⊥)↓
4. (l)↓
⊢ [] ∈ Base
BY
HVimplies2 (-2) [1] }

1
1. Base@i
2. ||<fst(l), snd(l)>|| 0 ∈ ℤ
3. (rec-case(snd(l)) of [] => h::t => r.r 1)↓
4. 0 ≤ 0
5. ~ <fst(l), snd(l)>
⊢ <fst(l), snd(l)> [] ∈ Base

2
1. Base@i
2. ||l|| 0 ∈ ℤ
3. (if Ax then otherwise ⊥)↓
4. (l)↓
5. ∀a,b:Top.  (if is pair then otherwise b)
⊢ [] ∈ Base


Latex:


Latex:

1.  l  :  Base@i
2.  ||l||  =  0
3.  (if  l  is  a  pair  then  let  a,b  =  l 
                                                in  rec-case(b)  of  []  =>  0  |  h::t  =>  r.r  +  1  +  1
        otherwise  if  l  =  Ax  then  0  otherwise  \mbot{})\mdownarrow{}
4.  (l)\mdownarrow{}
\mvdash{}  l  =  []


By


Latex:
HVimplies2  (-2)  [1]




Home Index