Definitions int 2 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
div_floorDef a  n
Def == if 0a a  n ; ((-a) rem n)=0 -((-a n) else -((-a n)+-1 fi
Thm* a:n:. (a  n 
modulusDef a mod n == if 0a a rem n ; ((-a) rem n)=0 0 else n-((-a) rem n) fi
Thm* a:n:. (a mod n 
nat_plusDef  == {i:| 0<i }
Thm*   Type

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

Definitions int 2 Sections StandardLIB Doc