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)
his_num_repDef is_num_rep
Def == m:P:
Def == m:((P(zero_rep))(n:. (P(n))(P(suc_rep(n)))))(P(m))
Thm* is_num_rep  (hind  hbool)
iso_pairDef iso_pair('a;'b;P;rep;abs)
Def == (r:'babs(r) = (@a:'a. (r = rep(a)))) & type_definition('b;'a;P;rep)
Thm* 'a,'b:S, P:('b), rep:('a'b), abs:('b'a).
Thm* iso_pair('a;'b;P;rep;abs Prop
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 
habs_numDef abs_num == n:. @m:. (n = rep_num(m )
Thm* abs_num  (hind  hnum)
handDef and == p:q:pq
Thm* and  (hbool  hbool  hbool)
hboolDef hbool == 
Thm* hbool  S
hindDef hind == 
Thm* hind  S
hnumDef hnum == 
Thm* hnum  S
hrep_numDef rep_num == n:. ncompose(suc_rep;n;zero_rep)
Thm* rep_num  (hnum  hind)
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol num Sections HOLlib Doc