Proof by Induction: Series of binomial coefficients with same k-length subsets

87 Views Asked by At

I have no idea how to prove this binomial equation identity. For reference this is included in Discrete Mathematics for Computer Scientists by Clifford Stein, Robert Drysdale and Kenneth Boggart, problem 4.1.6.

The elusive proof

I understand how to do induction proof, however this particular one eludes me for no reason. Can anyone help me? I'd very much appreciate the help.

3

There are 3 best solutions below

0
On

Write it as $$ \text{stuff} + \dotsb + \binom nk = \binom{n+1}{k+1} $$ Do you know any identity involving $\binom nk$ and $\binom{n+1}{k+1}$?

1
On

A slightly different version of Steven’s hint: what happens if you add $\dbinom{n+1}k$ to both sides of

$$\sum_{j=k}^n\binom{j}k=\binom{n+1}{k+1}\;?$$

Can you simplify anything?

0
On

Hint: Consider the geometric series

$(1+x)^k + (1+x)^{k+1}+ (1+x)^{k+2}+...+(1+x)^n$