Step
*
1
1
of Lemma
len_cons_lemma
1. as : Top@i
2. a : Top@i
⊢ rec-case(as) of [] => 0 | h::t => r.r + 1 + 1 ~ len(as) + 1
BY
{ Try (RW (AddrC [2] (UnfoldC `len`)) 0)⋅ }
1
1. as : Top@i
2. a : Top@i
⊢ rec-case(as) of [] => 0 | h::t => r.r + 1 + 1 ~ rec-case(as) of [] => 0 | a::bs => lenbs.lenbs + 1 + 1
Latex:
Latex:
1.  as  :  Top@i
2.  a  :  Top@i
\mvdash{}  rec-case(as)  of  []  =>  0  |  h::t  =>  r.r  +  1  +  1  \msim{}  len(as)  +  1
By
Latex:
Try  (RW  (AddrC  [2]  (UnfoldC  `len`))  0)\mcdot{}
Home
Index