Definitions mb list 2 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
permute_listDef (L o f) == mklist(||L||;i.L[(f(i))])
Thm* T:Type, L:T List, f:(||L||||L||). (L o f T List
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
mklistDef mklist(n;f) == primrec(n;nil;i,ll @ [(f(i))])
Thm* T:Type, n:f:(nT). mklist(n;f T List
natDef  == {i:| 0i }
Thm*   Type
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A

About:
listconsnillist_indint
natural_numberaddless_thansetlambdaapplyfunction
recursive_def_noticeuniversememberimpliesall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc