In an exercise I was asked to simplify a term containing the following fraction: $${\binom{m}{k}\over\binom{n}{k}}$$
The solution does assume the following is true in the first step, without explaining why. I unfortunately cannot reconstruct the step:
$${\binom{m}{k}\over\binom{n}{k}} = {\binom{n-k}{m-k}\over\binom{n}{m}}$$
Has anyone a good explanation why this transformation is possible?
I don't know if it should be a memorized formula necessarily, but I can justify it combinatorially:
$$\binom{n}{m}\binom{m}{k} $$
Counts the number of ways of selecting $m$ items out a pool of $n$ and placing them in bin A, and then selecting $k$ items out of bin A and putting them in bin B. You end up with $m-k$ items in the first bin and $k$ items in the second. We might have well as done it in reverse order though: select $k$ items out of $n$ to put into bin B, and then select $m-k$ items out of $n-k$ to put into bin A. Hence:
$$=\binom{n}{k}\binom{n-k}{m-k}.$$
Equating these two yields the given equality of ratios after rearrangement.