Verify the following identity algebraically (writing out the binomial coefficients as factorials).$${n \choose k}{k \choose m} = {n \choose m}{n-m \choose k-m}$$
So far, these are my steps:
$$\frac{n!}{k!(n-k)!} \cdot \frac{k!}{m!(k-m)!}= \frac{n!}{m!(n-m)!} \cdot \frac{(n-m)!}{(k-m)!([n-m]-[k-m])!}$$
$$\frac{n!k!}{k!m!(n-k)!(k-m)!} = \frac{n!(n-m)!}{m!(n-m)!(k-m)!([n-m]-[k-m])!}$$
$$\frac{n!}{m!(n-k)!(k-m)!} = \frac{n!}{m!(k-m)!(n-k)!}$$
These two equations equal each other, but can I stop my algebraic proof here, or is there more that I need to elaborate on? Is there something I'm missing?
While your intuition is correct, when you actually present the proof, you need to start off with #3 first and then work your way up to #1. At the moment, you're assuming #1 is already true which is false.
$\frac{n!}{m!(n-k)!(k-m)!} = \frac{k!n!}{k!m!(n-k)!(k-m)!} = \frac{n!}{k!(n-k)!} \cdot \frac{k!}{m!(k-m)!} = {n \choose k}{k \choose m} $
$\frac{n!}{m!(n-k)!(k-m)!} = \frac{n!(n-m)!}{m!(n-m)!(k-m)!(n-m)!} = \frac{n!(n-m)!}{m!(n-m)!(k-m)!([n-m]-[k-m])!} = \frac{n!}{m!(n-m)!} \cdot \frac{(n-m)!}{(k-m)!([n-m]-[k-m])!} = {n \choose m}{n-m \choose k-m}$
$\therefore {n \choose k}{k \choose m} = {n \choose m}{n-m \choose k-m}$