Definitions rel 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
decidableDef Dec(P) == P  P
Thm* A:Prop. Dec(A Prop
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
strict_partDef strict_part(x,y.R(x;y);a;b) == R(a;b) & R(b;a)
Thm* T:Type, R:(TTProp), a,b:T. strict_part(x,y.R(x,y);a;b Prop
notDef A == A  False
Thm* A:Prop. (A Prop
orderDef Order(T;x,y.R(x;y))
Def == Refl(T;x,y.R(x;y)) & (Trans x,y:TR(x;y)) & AntiSym(T;x,y.R(x;y))
Thm* T:Type, R:(TTProp). Order(T;x,y.R(x,y))  Prop

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

Definitions rel 1 Sections StandardLIB Doc