WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hres abstract?
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
tlambdaDef (x:Tb(x))(x) == b(x)
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T
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

Syntax:res_abstract has structure: hres_abstract('a'b)

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

WhoCites Definitions HOLlib Sections NuprlLIB Doc