Definitions hol restr binder 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)
bexistsDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
hres_existsDef res_exists == P:'aQ:'ares_exists('a;x.(P(x));x.(Q(x)))
Thm* 'a:S. res_exists  (('a  hbool)  ('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)
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
hboolDef hbool == 
Thm* hbool  S
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
prop_to_boolDef P == InjCase(lem(P) ; true; false)
Thm* P:Prop. (P 
res_existsDef res_exists('a;x.P(x);x.Q(x)) == x:'aP(x) & Q(x)
Thm* 'a:Type, P,Q:('aProp). res_exists('a;x.P(x);x.Q(x))  Prop
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol restr binder Sections HOLlib Doc