Definitions mb event system 1 Sections EventSystems 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
natDef  == {i:| 0i }
Thm*   Type
leDef AB == B<A
Thm* i,j:. (ij Prop
muDef mu(f) == if f(0) 0 else mu(x.f(x+1))+1 fi  (recursive)
Thm* f:(). (n:f(n))  mu(f 

About:
boolifthenelseassertintnatural_numberaddless_thanset
lambdaapplyfunctionrecursive_def_noticeuniversemember
propimpliesfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 1 Sections EventSystems Doc