Definitions LogicSupplement Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
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
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:
functionuniversememberpropimpliesall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions LogicSupplement Sections DiscrMathExt Doc