Prove the identity: $$\binom{n + 1}{a + b + 1} = \sum_{k = 0}^n \binom{k}{a}\binom{n - k}{b}$$
So far I understand the left side represents how many ways there are picking a+b+1 elements from a set (lets say X) with cardinality n+1. The right side as far as I understand means how many ways there are choosing a elements from a set with cardinality k and then number of ways choosing b elements from a set with n-k cardinality. However I do not see how adding all these sums as k goes from 0 to n adds up to the left hand side. Thanks for the help. (Side note: I wish to prove this without generating functions or Vandermondes identity, but with a counting argument).
$\binom{n}{k}$
. – N. F. Taussig Nov 19 '22 at 17:21