Commit 2023-10-26 16:24 645da3e5
View on Github →feat (GroupTheory.Perm.Cycle.PossibleTypes) : cycleTypes of perm (#7433)
Characterize the possible types of permutations: given m : Multiset ℕ
,
there are permutations in Equiv.Perm α
with cycleType m
if and only if
m.sum
is at most Fintype.card α
and the members of m
are at least 2.
This result will be used in later PR which computes the cardinality of
conjugacy classes in Equiv.Perm α
and alternatingGroup α