| 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:(ABProp). (R is 1-1) Type |
|
rel_1_1_b | Def 1-1 xA,yB. 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:(ABType). (1-1 xA,yB. R(x;y)) Type |