How do I prove $$\sum_{k=0}^n{m \choose k}{m \choose n-k} = {2m \choose n}\; \forall\; m>n$$ where $${a \choose b} \equiv \dfrac{a!}{b!(a-b)!}\; ?$$
It is clear to me intuitively why this should be the case. If I have $2m$ elements and have to choose $n$ objects from them, I can divide them into two groups of $m$ elements and choose $k$ from one and $n-k$ from another where $k \leq n$.
Hint:
$\dbinom mk$ is the coefficient of $x^k$ in the binomial expansion of $(1+x)^m$. So, calculate the coefficient of $x^n$ in the expansion of
and compare.