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
injectDef  Inj(ABf) == a1,a2:Af(a1) = f(a2 B  a1 = a2
Thm*  A,B:Type, f:(AB). Inj(ABf Prop

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

Definitions DiscreteMath Sections DiscrMathExt Doc