If I have a set $\{1,2,...,m\}$, how do I find the cardinality of the set $\{\pi \in S_m : |{\rm supp}(\pi)|=k\}$ where $0 \leqslant k \leqslant m$.
I ask because I previously thought I found the answer. But all I had found was the number of $k$-cycles. I forgot to take into account that a permutation can be written as a product of distinct cycles.
I’m not sure how to calculate this now that $\pi$ could be the product of any number of distinct cycles.
The number of $k$-cycles is ${}_mP_k/k$.
Now a product of disjoint cycles whose length adds up to $k$ corresponds to a partition of $k$.
– Mar 23 '20 at 23:38