Definitions rel 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B)  Prop
symDef Sym x,y:T. E(x;y) == a,b:T. E(a;b)  E(b;a)
Thm* T:Type, E:(TTProp). (Sym x,y:T. E(x,y))  Prop
transDef Trans x,y:T. E(x;y) == a,b,c:T. E(a;b)  E(b;c)  E(a;c)
Thm* T:Type, E:(TTProp). (Trans x,y:T. E(x,y))  Prop

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

Definitions rel 1 Sections StandardLIB Doc