Give a proof of the following identity using a double-counting argument:
$\sum_ {k=0} ^r {m \choose k} {n \choose r - k} = {{m+n} \choose r} $
Then using this result, derive the following special case from it.
$\sum_ {k=0} ^n {n \choose k}^2 = {2n \choose n} $ ?
For the first one, the method that I have is starting with the right hand side:
- Assume that k is a small number, which is less than r and m.
- We choose r from m + n can be divided into 2 parts:
- Choose k from m.
- Choose r - k from n.
My thinking is we can choose k from m and them choose r - k (because we only need to choose r) from n.
I'm stuck with the next part and not sure if my proof for the first part is right or not.