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
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
searchDef search(k;P) == primrec(k;0;i,j. if 0<j j ; P(i) i+1 else 0 fi)
Thm* k:P:(k). search(k;P (k+1)
swapDef swap(L;i;j) == (L o (ij))
Thm* T:Type, L:T List, i,j:||L||. swap(L;i;j T List
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
letDef let x = a in b(x) == (x.b(x))(a)
Thm* A,B:Type, a:Ab:(AB). let x = a in b(x B
natDef  == {i:| 0i }
Thm*   Type
notDef A == A  False
Thm* A:Prop. (A Prop
nullDef null(as) == Case of as; nil  true ; a.as'  false
Thm* T:Type, as:T List. null(as 
Thm* null(nil)  

About:
listnillist_indboolbfalsebtrue
ifthenelseassertintnatural_numberaddsubtractint_eq
setlambdaapplyfunctionrecursive_def_noticeuniverse
equalmemberpropimpliesandfalsetrueallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc