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.
swap_adjacentDef swap adjacent[P(x;y)](L1,L2)
Def == i:(||L1||-1). P(L1[i];L1[(i+1)]) & L2 = swap(L1;i;i+1)  A List
Thm* A:Type, P:(AAProp). swap adjacent[P(x,y)]  (A List)(A List)Prop
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
swapDef swap(L;i;j) == (L o (ij))
Thm* T:Type, L:T List, i,j:||L||. swap(L;i;j T List
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
notDef A == A  False
Thm* A:Prop. (A Prop
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A
symDef Sym x,y:TE(x;y) == a,b:TE(a;b E(b;a)
Thm* T:Type, E:(TTProp). (Sym x,y:TE(x,y))  Prop

About:
listnillist_indintnatural_numberadd
subtractless_thansetapplyfunctionrecursive_def_noticeuniverseequal
memberpropimpliesandfalseallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc