I am trying to prove the following identity combinatorialy $$\sum_{k=0}^{n} \frac{(2n)!}{(k!)^2((n-k)!)^2}={2n \choose n}^2$$ The interpretation I have of the right side is that it was a $n \times n$ lattice walk from (0,0) to (n,n) and then from (n,n) back to (0,0) but I am unable to make sense of the LHS like this
I would appreciate any help and suggestions regarding my problem
Both sides answer the question
On the one hand, suppose that $k$ of the steps of the walk are up steps. This means there must also be $k$ down steps to restore the $y$ displacement to zero. Since the left and right steps must balance as well, there are then $n-k$ left steps and $n-k$ right steps. The number of ways to choose an ordering for these steps is $(2n)!/(k!\cdot k! \cdot (n-k)!\cdot (n-k)!)$, which is then summed over $k$.
On the other hand, define the vectors $$ v=(\tfrac12,\tfrac12),\qquad w=(\tfrac12,-\tfrac12) $$ Note that the four vectors of the form $$ \pm v\pm w $$ are exactly the four unit vectors pointing up, down, left and right. Therefore, you can uniquely determine a walk of length $2n$ in the plane as follows:
Choose a sequence $s$ of length $2n$, where $n$ of the entries are $+v$ and $n$ are $-v$. This can be done in $\binom{2n}n$ ways.
Choose a sequence $t$ of length $2n$, where $n$ of the entries are $+w$ and $n$ are $-w$. This can be done in $\binom{2n}n$ ways.
Finally, form a walk of length $2n$, where the $i^\text{th}$ step of the walk is the vector sum of the $i^\text{th}$ elements of the $s$ and $t$ sequences.