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.
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
assertDef b == if b True else False fi
Thm* b:b  Prop
hcondDef cond == b:p:'aq:'a. if b then p else q fi 
Thm* 'a:S. cond  (hbool  'a  'a  'a)
hsubDef sub == m:n:. nnsub(m;n)
Thm* sub  (hnum  hnum  hnum)
nnsubDef nnsub(m;n) == if m<n then 0 else m-n fi 
Thm* m,n:. nnsub(m;n 
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A
handDef and == p:q:pq
Thm* and  (hbool  hbool  hbool)
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
hltDef lt == m:n:m<n
Thm* lt  (hnum  hnum  hbool)
hnumDef hnum == 
Thm* hnum  S
hsucDef suc == n:n+1
Thm* suc  (hnum  hnum)
lt_intDef i<j == if i<j true ; false fi
Thm* i,j:. (i<j 
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolbfalsebtrueifthenelseassertintnatural_numberadd
subtractlesssetlambdaapply
functionuniverseaxiommemberpropfalsetrueall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol arithmetic 2 Sections HOLlib Doc