I am asked to prove the following sum:
$$\sum_{i = 0}^n (-1)^i\binom{n}{i}\binom{n}{n-i}.$$
Here is what I did to get started.
First, I noticed that it looked somewhat like Vandermonde's Identity, so I kept it in my mind but ultimately I wasn't able to proceed. Instead I rewrote the binomial coefficients
$$\sum_{i = 0}^n (-1)^i\frac{n!}{i!(n-i)!}\cdot\frac{n!}{(n-i)!(n+i)!}$$
Now part of me thinks there might be some relationship between $(n-i)!(n+i)!$ because it looks nice, but ultimately I don't know if there is, nor if this is even the right approach to go down.
OK, thankfully with the help of @Jochen, turns out I wrote it wrong. We will end up with
$$\sum_{i = 0}^n (-1)^i\binom{n}{i}\binom{n}{i}.$$
Now looking at this, I can't remember any identiy that would help with this. Maybe the Binomial Theorem? I am not entirely sure.