If $1 \leq r \leq n,\;$ then there are $\quad\dfrac{n(n-1)\cdots(n-r+1)}{r}\quad r$-cycles in $S_n$.
I think that I used induction to prove this, but I don't know how to prove this. Thanks in advance!
If $1 \leq r \leq n,\;$ then there are $\quad\dfrac{n(n-1)\cdots(n-r+1)}{r}\quad r$-cycles in $S_n$.
I think that I used induction to prove this, but I don't know how to prove this. Thanks in advance!
I think it's easier to count them. If you have a cycle of lenght $r$, then think it as a list of $r$ ordered numbers. Then, see that you can have $n(n-1)\dots (n-r+1)$ ordered lists of $r$ numbers. After that, notice that you want to find cycles, you will have that if you rotate the ordered list, you will have a different ordered list, but will represent the same cycle. For example, if $r=3$, the rotated ordered lists for $(1,2,3)$ are
$$(1,2,3),(2,3,1),(3,1,2)$$
So, since you have $r$ ordered lists that represent the same cycle (because you can rotate $r$ times the ordered list before getting the first you take to rotate), you will have to divide by $r$ the number of ordered lists and get the number of cycles of lenght $r$.