Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
composeDef  (f o g)(x) == f(g(x))
Thm*  A,B,C:Type, f:(BC), g:(AB). f o g  AC
Thm*  A,B,C:Type, f:(B inj C), g:(A inj B). f o g  A inj C
Thm*  f:(B onto C), g:(A onto B). f o g  A onto C
int_segDef  {i..j} == {k:i  k < j }
Thm*  m,n:. {m..n Type
inv_funs_2Def  InvFuns(A;B;f;g) == (x:Ag(f(x)) = x) & (y:Bf(g(y)) = y)
Thm*  f:(AB), g:(BA). InvFuns(A;B;f;g Prop
natDef   == {i:| 0i }
Thm*    Type
nat_plusDef   == {i:| 0<i }
Thm*    Type
nequalDef  a  b  T == a = b  T
Thm*  A:Type, x,y:A. (x  y Prop
notDef  A == A  False
Thm*  A:Prop. (A 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:
intnatural_numberless_thansetapplyfunctionuniverseequal
memberpropimpliesandfalseall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions DiscreteMath Sections DiscrMathExt Doc