I am trying to do the following exercise:
Let $C_{n,k}$ denote the set of $k$-cycles of $S_n$. Show that $|C_{n,k}|=\binom{n}{k}(k-1)!$.
Approach and Definitions:
Here are the Definition I know: Let $\pi \in S_n$ be a permutation. \pi is a $k$ cycle if
- $k$ is the smallest number s.t. $\pi^k(i)=i$
- $\pi$ fixes each $j$ not in $\{i,\pi(i),...,\pi^{k-1}(i)\}$.
The Approach: I don't know how to count the $k$-cycles. I know that a $k$ can be represented as $\{i,\pi(i),...,\pi^{k-1}(i)\}$. But also as $\{\pi(i),...,\pi^{k-1}(i),i\}$ or as $\{\pi^2(i),...,\pi^{k-1}(i),i,\pi(i)\}$,..., $\{\pi^{k-1}(i),...,\pi(i),i\}$. This would give $k$ ways to represent this one cycle. (But the qeustions wasn't how many ways can it be represented, but how many c-cylces are there.)
So I am still clueless on how to proceed.