Definitions rel 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
equiv_relDef EquivRel x,y:TE(x;y)
Def == Refl(T;x,y.E(x;y)) & (Sym x,y:TE(x;y)) & (Trans x,y:TE(x;y))
Thm* T:Type, E:(TTProp). (EquivRel x,y:TE(x,y))  Prop
reflDef Refl(T;x,y.E(x;y)) == a:TE(a;a)
Thm* T:Type, E:(TTProp). Refl(T;x,y.E(x,y))  Prop
squashDef T == {:True| T }
Thm* A:Prop. A  Prop
symDef Sym x,y:TE(x;y) == a,b:TE(a;b E(b;a)
Thm* T:Type, E:(TTProp). (Sym x,y:TE(x,y))  Prop
transDef Trans x,y:TE(x;y) == a,b,c:TE(a;b E(b;c E(a;c)
Thm* T:Type, E:(TTProp). (Trans x,y:TE(x,y))  Prop

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

Definitions rel 1 Sections StandardLIB Doc