Question: How to prove the following identity? $$ \sum_{s=0}^{m}{2s\choose s}{s\choose m-s}\frac{(-1)^s}{s+1}=(-1)^m. $$ I'm also looking for the generalization of this identity like $$ \sum_{s=k}^{m}{2s\choose s}{s\choose m-s}\frac{(-1)^s}{s+1}=? $$
Proofs, hints, or references are all welcome.
Let $$a_m=\sum_{s=0}^{m}\binom{2s}{s}\binom{s}{m-s}\dfrac{(-1)^s}{s+1}$$and let $P(x)=\displaystyle\sum_{m=0}^{\infty}a_m x^m$ be the generating function for $a_m$. We can rewrite $P(x)$ as $$\sum_{m=0}^{\infty}\sum_{s=0}^{m}\binom{2s}{s}\binom{s}{m-s}\frac{(-1)^s}{s+1}x^m=\sum_{s=0}^{\infty}\sum_{m=s}^{\infty}\binom{2s}{s}\binom{s}{m-s}\frac{(-1)^s}{s+1}x^m$$The second sum is really the same thing as a sum of $m-s$ from $0$ to $\infty$, so we can write it as so and take out the terms that don't involve $m$: $$\sum_{s=0}^{\infty}\binom{2s}{s}\frac{(-1)^s}{s+1}x^s\sum_{m-s=0}^{\infty}\binom{s}{m-s}x^{m-s}$$By the binomial theorem, the above is equal to $$\sum_{s=0}^{\infty}\binom{2s}{s}\frac{(-1)^s}{s+1}x^s (1+x)^s=\sum_{s=0}^{\infty}\binom{2s}{s}\frac{1}{s+1}(-x-x^2)^s$$From the generating function of the Catalan numbers, $\displaystyle\sum_{n=0}^{\infty}\binom{2n}{n}\dfrac{1}{n+1}x^n=\dfrac{1-\sqrt{1-4x}}{2x}$, this last expression is equal to $$\frac{1-\sqrt{1+4x+4x^2}}{-2x-2x^2}=\frac{-2x}{-2x-2x^2}=\frac{1}{x+1}=1-x+x^2-x^3+\cdots$$So to conclude, we know that $$\sum_{m=0}^{\infty}a_m x^m=\sum_{m=0}^{\infty}(-1)^m x^m\Leftrightarrow a_m=(-1)^m$$This method is known as the snake oil method. To evaluate the more general expression, you'll need to truncate some of the terms at the beginning of the sum.