(10steps total) PrintForm Definitions Lemmas hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: hel nuprl 1 1 4

1. 'a : S
2. 'a List
3. u : 'a
4. v : 'a List
5. n:n<||v||  el(n,v) = v[n]
6. n : 
7. n<||v||+1
8. n = 0
  el(n-1,v) = cons(uv)[n]


By: LemmaRW Thm* a:Tas:T List, i:. 0<i  i||as||  cons(aas)[i] = as[(i-1)]
THEN
StrongAuto
THEN
Try (Complete (Unfold `label` 0))


Generated subgoals:

1   el(n-1,v) = el(n-1,v)
1 step
2   el(n-1,v) = v[(n-1)]
1 step

About:
listintnatural_numberadd
subtractless_thanapplyuniverseequalimpliesall
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(10steps total) PrintForm Definitions Lemmas hol list 1 Sections HOLlib Doc