How does one get to the following combinatorial identity: $$\sum_{i=0}^{k-1}\binom{n}{i+1}\binom{k-1}{i}=\binom{n+k-1}{k}$$
I'm well aware of the definition of a multiset, as well as of the derivation of cardinalities of such. The closest one I came across is a special case of the Chu-Vandermonde identity, namely for any integers $i,k$ and $n$ satisfying $0\leq i\leq k \leq n$ the following holds true $$\sum_{m=0}^n\binom{m}{i}\binom{n-m}{k-i}=\binom{n+1}{k+1}$$
Any help is appreciated. Thanks in advance.
The left-hand side can be rewritten as $\sum_{i=0}^{k-1} \binom{n}{i+1}\binom{k-1}{k-1-i}$.
If the sum were $\sum_{i=-1}^{k-1}$, then applying the Vandermonde identity would yield $\binom{n+k-1}{k}$. Is there a typo?