WhoCites Definitions StandardLib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites preorder?
preorderDef Preorder(T;x,y.R(x;y)) == Refl(T;x,y.R(x;y)) & (Trans x,y:TR(x;y))
Thm* T:Type, R:(TTProp). Preorder(T;x,y.R(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
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

Syntax:Preorder(T;x,y.R(x;y)) has structure: preorder(Tx,y.R(x;y))

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

WhoCites Definitions StandardLib Sections NuprlLIB Doc