rel 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def AntiSym(T;x,y.R(x;y)) == x,y:TR(x;y R(y;x x = y

is mentioned by

Thm* R,R':(TTProp).
Thm* (x,y:TR(x,y R'(x,y))
Thm* 
Thm* (AntiSym(T;x,y.R(x,y))  AntiSym(T;x,y.R'(x,y)))
[anti_sym_functionality_wrt_iff]
Def 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))
[order]

Try larger context: StandardLIB IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

rel 1 Sections StandardLIB Doc