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.
harbDef arb == arb('a)
Thm* 'a:S. arb  'a
hres_abstractDef res_abstract == P:'af:'a'b. res_lambda('a;'b;x.P(x);x.f(x))
Thm* 'a,'b:S. res_abstract  (('a  hbool)  ('a  'b 'a  'b)
res_lambdaDef res_lambda('a;'b;x.P(x);x.f(x)) == x:'a. if P(x) then f(x) else arb('b) fi 
Thm* 'a,'b:S, P:('a), f:('a'b). res_lambda('a;'b;x.P(x);x.f(x))  'a'b
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
assertDef b == if b True else False fi
Thm* b:b  Prop
hcondDef cond == b:p:'aq:'a. if b then p else q fi 
Thm* 'a:S. cond  (hbool  'a  'a  'a)
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A
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
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolifthenelseasserttoken
decidesetlambda
applyfunctionuniverseaxiommemberpropfalsetrueall
exists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol restr binder Sections HOLlib Doc