Definitions hol num Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hexistsDef exists == p:'ax:'a. (p(x))
Thm* 'a:S. exists  (('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)
htype_definitionDef type_definition == P:'arep:'b'atype_definition('a;'b;P;rep)
Thm* 'a,'b:S. type_definition  (('a  hbool)  ('b  'a hbool)
type_definitionDef type_definition('a;'b;P;rep)
Def == (x',x'':'brep(x') = rep(x'' 'a  x' = x'')
Def == & (x:'a(P(x))  (x':'bx = rep(x')))
Thm* 'a,'b:Type, P:('a), rep:('b'a). type_definition('a;'b;P;rep Prop
assertDef b == if b True else False fi
Thm* b:b  Prop
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hindDef hind == 
Thm* hind  S
hnumDef hnum == 
Thm* hnum  S
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol num Sections HOLlib Doc