Definitions hol bool Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
b_exists_uniqueDef b_exists_unique('a;x.p(x))
Def == (x:'ap(x))(x,y:'a.  (p(x)p(y))(x = y))
Thm* 'a:Type, p:('a). b_exists_unique('a;x.p(x))  
assertDef b == if b True else False fi
Thm* b:b  Prop
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop

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

Definitions hol bool Sections HOLlib Doc