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.
bchooseDef @x:'ap(x) == @x:'ap(x)
Thm* 'a:S, p:('a). (@x:'ap(x))  'a
assertDef b == if b True else False fi
Thm* b:b  Prop
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
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
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol restr binder Sections HOLlib Doc