I'm having a hard time seeing how the following works:
$${n\choose k} =\frac{n - k + 1}{k} {n\choose k-1}$$
I've browsed through the web, but have not found any satisfying evidence as of now. Are there any geniuses out there that could go through the whole process of how we can reach this conclusion?
$${n\choose k} = \frac{n!}{k!(n-k)!}$$ $$\frac{n - k + 1}{k} {n\choose k-1} = \frac{n - k + 1}{k} \frac{n!}{(k-1)!(n-(k-1))!}$$ $$=\frac{n - k + 1}{k} \frac{n!}{(k-1)!(n-k+1))!}$$ $$= \frac{n!}{k!(n-k)!}$$ $$= {n\choose k}$$