WhoCites Definitions HanoiTowers Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites exponentiation?
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 

Syntax:n^k has structure: exponentiation(nk)

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

WhoCites Definitions HanoiTowers Sections NuprlLIB Doc