Prove the identity: $\displaystyle\binom {n-1}{r-1}=\sum_{k=0}^r(-1)^k\binom r k \binom{n+r-k-1}{r-k-1}$
It looks a bit similar to the "no gets their own hat back" problem or inclusion exclusion or non distinct balls in bins.
Trying to find a combinatorial solution seems like impossible because of the alternating sum (how can we explain inclusion exclusion?).
Trying to expand the RHS doesn't help nor using any of the simple identities I know of (like Pascal's).
Any hints or directions please?
Note: no integrals, no generating functions nor use of other identities without proving them.
Edit: I think I got it:
LHS:
n non distinct balls to r bins such that every bin has at least one ball, spread 1 ball to each bin, we're left with n-r balls to r bins.
RHS:
General case: $\binom {n+r-1}{r-1}$
complement: at least one bin is empty; 1 bin is empty, choose that bin $\binom r 1$ and spread the balls: $\binom{n+r-1-1}{r-1-1}$, do this up to r empty bins.
Since we have many over counting, we'll apply the inclusion exclusion principle and we got what we desired.