I've been reading A Course in Enumeration by Martin Aigner, and have hit a stumbling block with understanding one of the examples. It begins:
Consider the following variant of the Vandermonde identity: $$\sum_{k=0}^{n}\begin{pmatrix}s+k \\k\end{pmatrix}\begin{pmatrix}n-k \\m\end{pmatrix}=\begin{pmatrix}s+n+1\\s+m+1\end{pmatrix} (s,m,n \in \mathbb{N}_0)$$
For starters, $(s+k)+(n-k)\ne s+n+1$, and from there on, my understanding crumbles.
Can this be explained for somebody who's just learned about the Vandermonde identity and who is relatively new to combinatorics in general? I managed to form an intuition about the original identity through the "Combinatorial proof" section of the Wikipedia page, for reference.