In a proof I've come across the following identity:
$$ \sum_{l=0}^{n-j} \binom{M-1+l}{l} \binom{n-M-l}{n-j-l} = \binom{n}{j} $$
I see that it's right, when plugging in numbers, but I don't see the algebraic or combinatorial proof behind it. Can anyone help me with that?
Of course one only needs to consider only $M\le j$. Rewrite the identity as
$$\sum^{n-j}_{l=0}\binom{M-1+l}{M-1}\binom{n-M-l}{j-M}=\binom{n}{j}.$$
The RHS suggests that one should look at how many sequence $a_1<a_2<\cdots <a_j$ can be chosen from $\{1,2,\cdots,n\}$ differently.
$a_M$ can only be in $\{M,M+1,\cdots, n-j+M\}$. For each value $l+M$ of $a_M$, there are $\binom{M-1+l}{M-1}$ choices of $a_1<\cdots<a_{M-1}$ and $\binom{n-M-l}{j-M}$ choices of $a_{M+1}<\cdots<a_{j}$.