| Some definitions of interest. |
|
bijection_type | Def A bij B == {f:(AB)| Bij(A; B; f) } |
| | Thm* A,B:Type. A bij B Type |
|
exteq | Def A =ext B == (x:A. x B) & (x:B. x A) |
|
injection_type | Def A inj B == {f:(AB)| Inj(A; B; f) } |
| | Thm* A,B:Type. A inj B Type |
|
isect_two | Def AB == i:2. if i=0 A else B fi |
| | Thm* A,B:Type. AB Type |
|
one_one_corr_2 | Def A ~ B == f:(AB), g:(BA). InvFuns(A;B;f;g) |
| | Thm* A,B:Type. (A ~ B) Prop |
|
surjection_type | Def A onto B == {f:(AB)| Surj(A; B; f) } |
| | Thm* A,B:Type. A onto B Type |