Abstract Algebra – Number of Permutations in Symmetric Group Composed of Disjoint Cycles

abstract-algebracombinatoricsgroup-theorypermutation-cyclessymmetric-groups

Find the total number of permutations in the symmetric group $S_n$ that are composed of $k$ disjoint $m$-cycles, for valid $m$ and k.

I encountered a simpler version of this question in class for $m=k=2$. They way I solved the $m=k=2$ version is:

First chose $4$ numbers out of $n$, which can be done in $\binom{n}{4}$ ways, now for each of these selections we can make a few of the permutations included in the set, since the permutations we are counting are of the form: $(ab)(cd)$. Now of the four different numbers you can form $\binom{4}{2}$ couples but since disjoint cycles commute in $S_n$ we divide by $2$, which gives the result:
$$\frac{{\binom{n}{4} \cdot \binom{4}{2}}}{2}$$
I had a homework task to create a generalisation of any of the problems we had encountered in class, solve it(by help if necessary) and then present it in class, of which I created this generalization which is the given problem.

I've tried the exact same way for the generalization but there are some things I've used here that aren't valid for the generalization one of which is that $(ij)=(ji)$, and I'm stuck on how to generalize the solution.

Any help is appreciated on how to tackle the generalization or suggest any different routes I could take to generalize it for example removing some restrictions and any suggestion on how to tackle it.

Best Answer

For arbitrary integers $m>1$ and $k$ and $n\geq mk$ the number of all permutations which are the product of exactly $k$ independent cycles of length $m$ can be computed by the formula $$ ((m-1)!)^k\frac{1}{k!}\binom{n}{m}\binom{n-m}{m}\ldots\binom{n-(k-1)m}{m}=\frac{n!}{m^kk!(n-mk)!}. $$

If $k=m=2$ we get the OP formula or the same formula given by @lulu in the comment.

PS. By the way, this formula is useful for $m=2$ in one of the proofs that the group $S_n$ at $n\neq6$ has no outer automorphisms.