Definitions hol num 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)
ballDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
hselectDef select == p:'a. @x:'a. (p(x))
Thm* 'a:S. select  (('a  hbool)  'a)
bchooseDef @x:'ap(x) == @x:'ap(x)
Thm* 'a:S, p:('a). (@x:'ap(x))  'a
assertDef b == if b True else False fi
Thm* b:b  Prop
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
hnotDef not == p:p
Thm* not  (hbool  hbool)
bnotDef b == if b false else true fi
Thm* b:b  
hzero_repDef zero_rep == @x:. (y:x = suc_rep(y )
Thm* zero_rep  hind
hsuc_repDef suc_rep == x:. (@f:. (one_one(;;f) & onto(;;f)))(x)
Thm* suc_rep  (hind  hind)
chooseDef @x:TP(x) == InjCase(lem({x:TP(x) }); xx, arb(T))
Thm* T:S, P:(TType). (@x:TP(x))  T
hindDef hind == 
Thm* hind  S
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolbfalsebtrueifthenelseassertintnatural_number
decidesetapplyfunction
universeequalmemberpropimpliesandfalsetrueall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol num Sections HOLlib Doc