How can I prove this? $$\sum_{m=0}^n\binom{n}{m}^2 \binom{m}{n-k}=\binom{n}{k}\binom{n+k}{k}$$
$$ 0\le k \le n $$ I developed the expressions, but they are not the same. I do not know if it will be my mistake or the advisor I tried to solve for the binomial, but I could not, any idea to be able to proceed
You can use the general identity $$\sum_{k\ge0}\binom ak\binom bk\binom kc=\binom ac\binom{a+b-c}a$$ Inserting $n$ for $a$ and $b$ and $n-k$ for $c$ yields what you wanted to prove.
The upper bound of summation can be reduced from $\infty$ to $n$ because $\binom nk$ is 0 for $k\gt n$.
EDIT: This can be proven using Vandermonde's identity. @user gives a very simple proof in their answer.