Module docstring
{"# support of a permutation
Main definitions
In the following, f g : Equiv.Perm α.
Equiv.Perm.Disjoint: two permutationsfandgareDisjointif every element is fixed either byf, or byg. Equivalently,fandgareDisjointiff theirsupportare disjoint.Equiv.Perm.IsSwap:f = swap x yforx ≠ y.Equiv.Perm.support: the elementsx : αthat are not fixed byf.
Assume α is a Fintype:
* Equiv.Perm.fixed_point_card_lt_of_ne_one f says that f has
  strictly less than Fintype.card α - 1 fixed points, unless f = 1.
  (Equivalently, f.support has at least 2 elements.)
","### Fixed points "}