WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites res choose?
res_chooseDef res_choose('a;x.P(x);x.Q(x)) == @x:'a. (P(x) & Q(x))
Thm* 'a:S, P,Q:('aProp). res_choose('a;x.P(x);x.Q(x))  'a
chooseDef @x:TP(x) == InjCase(lem({x:TP(x) }); xx, arb(T))
Thm* T:S, P:(TType). (@x:TP(x))  T
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T

Syntax:res_choose('a;x.P(x);x.Q(x)) has structure: res_choose('ax.P(x); x.Q(x))

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

WhoCites Definitions HOLlib Sections NuprlLIB Doc