| Some definitions of interest. | |
| compose | |
|  A,B,C:Type, f:(B   C), g:(A   B). f o g  A   C | |
|  A,B,C:Type, f:(B inj  C), g:(A inj  B). f o g  A inj  C | |
|  f:(B onto  C), g:(A onto  B). f o g  A onto  C | |
| inv_funs_2 |  x:A. g(f(x)) = x) & (  y:B. f(g(y)) = y) | 
|  f:(A   B), g:(B   A). InvFuns(A;B;f;g)  Prop | 
About:
|  |  |  |  |  |  |  |  |  |