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 
eq_intDef  i=j == if i=j true ; false fi
Thm*  i,j:. (i=j 
natDef   == {i:| 0i }
Thm*    Type
nat_plusDef   == {i:| 0<i }
Thm*    Type
notDef  A == A  False
Thm*  A:Prop. (A Prop

About:
boolbfalsebtrueifthenelseintnatural_numbersubtractmultiply
int_eqless_thansetrecursive_def_notice
universememberpropimpliesfalseall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions HanoiTowers Sections NuprlLIB Doc