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.
factDef fact(n) == if n=0 then 1 else nfact(n-1) fi   (recursive)
Thm* n:. fact(n 
gtDef i>j == j<i
Thm* i,j:. (i>j Prop
natDef  == {i:| 0i }
Thm*   Type
Thm*   S

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

Definitions hol arithmetic 1 Sections HOLlib Doc