| Some definitions of interest. |
|
rel_1_1 | Def R is 1-1 == x,x':A, y,y':B. R(x,y) & R(x',y')  (x = x'  y = y') |
| | Thm* A,B:Type, R:(A B Prop). (R is 1-1) Type |
|
rel_1_1_b | Def 1-1 x A,y B. R(x;y)
Def == x,x':A, y,y':B. R(x;y) & R(x';y')  (x = x'  y = y') |
| | Thm* A,B:Type, R:(A B Type). (1-1 x A,y B. R(x;y)) Type |