Module docstring
{"# Functions over sets
This file contains basic results on the following predicates of functions and sets:
Set.EqOn f₁ f₂ s: functionsf₁andf₂are equal at every point ofs;Set.MapsTo f s t:fsends every point ofsto a point oft;Set.InjOn f s: restriction offtosis injective;Set.SurjOn f s t: every point inshas a preimage ins;Set.BijOn f s t:fis a bijection betweensandt;Set.LeftInvOn f' f s: for everyx ∈ swe havef' (f x) = x;Set.RightInvOn f' f t: for everyy ∈ twe havef (f' y) = y;Set.InvOn f' f s t:f'is a two-side inverse offonsandt, i.e. we haveSet.LeftInvOn f' f sandSet.RightInvOn f' f t. ","### Equality on a set ","### Injectivity on a set ","### Surjectivity on a set ","### Bijectivity ","### left inverse ","### Right inverse ","### Two-side inverses ","###invFunOnis a left/right inverse ","### Equivalences, permutations "}