| Some definitions of interest. | |
| one_one_corr_2 |  f:(A   B), g:(B   A). InvFuns(A;B;f;g) | 
|  A,B:Type. (A ~ B)  Prop | |
| one_one_corr_fams | Def ==  f:(A   A'), g:(A'   A), F:(x:A   B(x)   B'(f(x))), G:(x:A   B'(f(x))   B(x)). Def == InvFuns(A;A';f;g) & (  u:A. InvFuns(B(u);B'(f(u));F(u);G(u))) | 
|  A:Type, A':Type, B:(A   Type), B':(A'   Type). Thm* ((x:A. B(x)) ~ (x':A'. B'(x')))  Prop | |
| 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:
|  |  |  |  |  |  | 
|  |  |  |  |