WhoCites Definitions hol restr binder Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hres select?
hres_selectDef res_select == P:'aQ:'a. res_choose('a;x.(P(x));x.(Q(x)))
Thm* 'a:S. res_select  (('a  hbool)  ('a  hbool)  'a)
assertDef b == if b True else False fi
Thm* b:b  Prop
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
tlambdaDef (x:Tb(x))(x) == b(x)
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_select has structure: hres_select('a)

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

WhoCites Definitions hol restr binder Sections HOLlib Doc