Prove ${2n\choose n}=\sum\limits_{k=0}^n {n\choose k}^2$
- My Approach: I will be making use of $$\tag 1\quad{m+n\choose r} = {m\choose 0}{n \choose r} + {m\choose 1}{n\choose r- 1} + \cdot\cdot\cdot + {m\choose r}{n \choose 0}$$ and $$\tag 2{a \choose b}={a\choose a-b}$$
By (1) $${2n\choose n} = {n+n\choose n}= {n\choose 0}{n\choose n}+{n\choose 1}{n\choose n-1}+\cdot\cdot\cdot + {n\choose n}{n\choose 0}$$
By (2) $${2n\choose n} = {n\choose 0}^2 + {n\choose 1}^2 + \cdot\cdot\cdot + {n\choose n}^2$$
Then $${2n\choose n}=\sum\limits_{k=0}^n {n\choose k}^2$$
Please have a look at my solution and give me any hints and\or suggestions you may have.
\tag
function in LaTeX. – Théophile Sep 23 '14 at 15:49\quad
in there. It's a spacing command, which I was using at first to replace several of your\,
before realizing that the simplest way was with\tag
. In any case,\quad
is useful for such things asx \in S \quad \forall x \in T
, which produces the following: $x \in S \quad \forall x \in T$. Here is an excellent reference page for formatting; see item 13 for spacing. Cheers! – Théophile Sep 23 '14 at 22:33