Definitions rel 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
connexDef Connex(T;x,y.R(x;y)) == x,y:TR(x;y R(y;x)
Thm* T:Type, R:(TTProp). Connex(T;x,y.R(x,y))  Prop
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
symmetrizeDef Symmetrize(x,y.R(x;y);a;b) == R(a;b) & R(b;a)
Thm* T:Type{j}, R:(TTProp{i}), a,b:T. Symmetrize(x,y.R(x,y);a;b Prop{i}

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

Definitions rel 1 Sections StandardLIB Doc