I've already proved this statement algrebraically. I'm asked to prove it with combinatorics.
So far I came up with,
LHS= # ways to choose m apples from a total of m,m+1,...,n
RHS= # ways to choose m+1 apples from a total of n+1
I've just started combinatorics so I'm not really familiar with what a combinatorics proof looks like. I don't manage to link these two ways of counting without refering to my algebraic proof. A little help would be very appreciated.
Thanks in advance.
You want to prove that $$\sum_{k=m}^n \binom{k}{m} = \binom{n+1}{m+1}$$
The RHS counts the number of ways to choose $m+1$ apples from among $n+1$ apples (numbered $1$ to $n+1$, say).
Suppose the last of the $m+1$ apples we choose is numbered $k+1$. This means that the remaining $m$ apples must be chosen from the apples $1$ to $k$, and there are $\displaystyle \binom{k}{m}$ ways of doing so. Noting that $k$ can take on any value from $m$ to $n$, and summing over these possibilities, gives the LHS.