Definitions hol bool 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))  
hexistsDef exists == p:'ax:'a. (p(x))
Thm* 'a:S. exists  (('a  hbool)  hbool)
bexistsDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
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 
hboolDef hbool == 
Thm* hbool  S
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hontoDef onto == f:'a'bonto('a;'b;f)
Thm* 'a,'b:S. onto  (('a  'b hbool)
ontoDef onto('a;'b;f) == y:'bx:'ay = f(x)
Thm* 'a,'b:Type, f:('a'b). onto('a;'b;f Prop
prop_to_boolDef P == InjCase(lem(P) ; true; false)
Thm* P:Prop. (P 
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolbfalsebtrueifthenelseassert
decidesetapply
functionuniverseequalmemberpropfalsetrueall
exists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol bool Sections HOLlib Doc