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.
assertDef b == if b True else False fi
Thm* b:b  Prop
count_pairsDef count(x < y in L | P(x;y))
Def == sum(if (i<j)P(L[i];L[j]) 1 else 0 fi | i < ||L||; j < ||L||)
Thm* T:Type, L:T List, P:(TT). count(x < y in L | P(x,y))  
guarded_permutationDef guarded_permutation(T;P)
Def == (L1,L2i:(||L1||-1). P(L1,i) & L2 = swap(L1;i;i+1)  T List)^*
Thm* T:Type, P:(L:(T List)(||L||-1)Prop).
Thm* guarded_permutation(T;P (T List)(T 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||  
natDef  == {i:| 0i }
Thm*   Type
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

About:
listnillist_indbool
ifthenelseassertintnatural_numberaddsubtractless_thanset
lambdaapplyfunctionrecursive_def_noticeuniverseequal
memberpropimpliesandfalsetrueallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc