Definitions hol arithmetic 1 Sections HOLlib 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
ndivDef ndiv(m;n) == if n=0 then 0 else m  n fi 
Thm* m,n:. ndiv(m;n 
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop

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

Definitions hol arithmetic 1 Sections HOLlib Doc