Definitions hol arithmetic 2 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
evenDef even(n) == if n=0 then true else even(n-1) fi   (recursive)
Thm* n:. even(n 
bnotDef b == if b false else true fi
Thm* b:b  
gtDef i>j == j<i
Thm* i,j:. (i>j Prop
natDef  == {i:| 0i }
Thm*   Type
Thm*   S

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

Definitions hol arithmetic 2 Sections HOLlib Doc