I'm thinking about this problem right now.
Problem:Consider a lattice point consisting of $\mathbb{Z}^2$ points. If $n$ is even, i.e., $n=2p$, then Show that the number of closed paths in the square lattice $\mathbb{Z}^2$ with length $n$ and starting and ending points at $(0,0)$ is $\binom{2p}{p}^2$.
I'm thinking about this problem right now.
The policy is consider four different ways of arranging the arrows: up, down, right, and left. In order to come back to the origin, the number of ups and downs must be the same, so if the number of ups and downs is $2s$ (but $s\in\mathbb{N}$, the number of ups and downs is $s$ each), then out of the total $2p$, we only need to choose $2s$, so $\binom{2p}{2s}$. Furthermore, since there are $\binom{2s}{s}$ many ways to arrange up and down, and the same argument can be made for right and left, I thought the number of combinations in this case would be $\binom{2p}{2s}\binom{2s}{s}\binom{2p-2s}{p-s}$. (Note that the number of right and left can be expressed as $2p-2s$.) I figured if I summed this over $s=0,1,\dots,p$, I would get the number of combinations I wanted.
Is this argument wrong?
Because no matter how I calculate this, the form I should be looking for is not $\binom{2p}{p}^2$. I would like to know if this is the correct argument.