WhoCites Definitions StandardLib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites order?
orderDef 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))
Thm* T:Type, R:(TTProp). Order(T;x,y.R(x,y))  Prop
anti_symDef AntiSym(T;x,y.R(x;y)) == x,y:TR(x;y R(y;x x = y
Thm* T:Type, R:(TTProp). AntiSym(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:Order(T;x,y.R(x;y)) has structure: order(Tx,y.R(x;y))

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

WhoCites Definitions StandardLib Sections NuprlLIB Doc