Commit 2024-03-04 10:56 5925ea9b
View on Github →chore(GroupTheory/Perm/Cycle/Basic): Split (#10907) The file Mathlib.GroupTheory.Perm.Cycle.Basic was too big and this PR splits it in several components:
Mathlib.GroupTheory.Perm.Cycle.Basic
contains everything related to a permutation being a cycle,Mathlib.GroupTheory.Perm.Cycle.Factors
is about the cycles of a permutation and the decomposition of a permutation into disjoint cyclesMathlib.GroupTheory.Perm.Closure
contains generation results for the permutation groupsMathlib.GroupTheory.Perm.Finite
contains general results specific to permutation of finite types I moved some results toMathlib.GroupTheory.Perm.Support
I also moved some results fromMathlib.GroupTheory.Perm.Sign
toMathlib.GroupTheory.Perm.Finite
Some imports could be reduced, and the shake linter required a few adjustments in some other.