(7steps total) PrintForm Definitions Lemmas list 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: select firstn 1 1 1 2

1. T : Type
2. n : 
3. 0<n
4. as:T List. n-1||as||  (i:(n-1). firstn(n-1;as)[i] = as[i])
5. 0<n
6. T List
7. u : T
8. v : T List
9. n||v||+1
10. i : n
11. i = 0
  (u.firstn(n-1;v))[i] = (u.v)[i]


By: RWH (LemmaC Thm* a:Tas:T List, i:. 0<i  i||as||  (a.as)[i] = as[(i-1)])
0


Generated subgoal:

1   firstn(n-1;v)[(i-1)] = v[(i-1)]
1 step

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

(7steps total) PrintForm Definitions Lemmas list 1 Sections StandardLIB Doc