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.Basiccontains everything related to a permutation being a cycle,Mathlib.GroupTheory.Perm.Cycle.Factorsis about the cycles of a permutation and the decomposition of a permutation into disjoint cyclesMathlib.GroupTheory.Perm.Closurecontains generation results for the permutation groupsMathlib.GroupTheory.Perm.Finitecontains general results specific to permutation of finite types I moved some results toMathlib.GroupTheory.Perm.SupportI also moved some results fromMathlib.GroupTheory.Perm.SigntoMathlib.GroupTheory.Perm.FiniteSome imports could be reduced, and the shake linter required a few adjustments in some other.