Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
inv_funsDef  InvFuns(ABfg) == g o f = Id & f o g = Id
Thm*  A,B:Type, f:(AB), g:(BA). InvFuns(ABfg Prop
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
iffDef  P  Q == (P  Q) & (P  Q)
Thm*  A,B:Prop. (A  B Prop
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
tidentityDef  Id == Id
Thm*  A:Type. Id  AA

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

Definitions DiscreteMath Sections DiscrMathExt Doc