Definitions HanoiTowers Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
exponentiationDef  n^k == if k=0 1 else n(n^(k-1)) fi  (recursive)
Thm*  n:k:. (n^k 
Thm*  n,k:. (n^k 
Thm*  n:k:. (n^k 
natDef   == {i:| 0i }
Thm*    Type
nat_plusDef   == {i:| 0<i }
Thm*    Type

About:
ifthenelseintnatural_numbersubtractmultiplyless_thanset
recursive_def_noticeuniversememberall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions HanoiTowers Sections NuprlLIB Doc