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

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

WhoCites Definitions StandardLib Sections NuprlLIB Doc