Definitions hol bool 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)
assertDef b == if b True else False fi
Thm* b:b  Prop
handDef and == p:q:pq
Thm* and  (hbool  hbool  hbool)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hindDef hind == 
Thm* hind  S
hnotDef not == p:p
Thm* not  (hbool  hbool)
hone_oneDef one_one == f:'a'bone_one('a;'b;f)
Thm* 'a,'b:S. one_one  (('a  'b hbool)
hontoDef onto == f:'a'bonto('a;'b;f)
Thm* 'a,'b:S. onto  (('a  'b hbool)
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop
one_oneDef one_one('a;'b;f) == x,y:'af(x) = f(y 'b  x = y
Thm* 'a,'b:Type, f:('a'b). one_one('a;'b;f Prop
ontoDef onto('a;'b;f) == y:'bx:'ay = f(x)
Thm* 'a,'b:Type, f:('a'b). onto('a;'b;f Prop
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol bool Sections HOLlib Doc