Remark WhoCites Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites inv funs?
inv_funsDef  InvFuns(ABfg) == g o f = Id & f o g = Id
Thm*  A,B:Type, f:(AB), g:(BA). InvFuns(ABfg Prop
tidentityDef  Id == Id
Thm*  A:Type. Id  AA
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
identityDef  Id(x) == x
Thm*  A:Type. Id  AA

Syntax:InvFuns(ABfg) has structure: inv_funs(ABfg)

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

Remark WhoCites Definitions DiscreteMath Sections DiscrMathExt Doc