Let $N$ be a positive integer. Then, we have
$\sum\limits_{j=1}^{N} \binom{j}{6} = \binom{N+1}{7}$.
Could anyone explain this equation a little bit? I wrote out the left hand side as $\binom{1}{6} + \dots + \binom{N}{6}$, but it did not help at much.
UPDATE
From lecture notes, I found a proposition says:
$\sum\limits_{0\leq k\leq n} \binom{k}{m} = \binom{n+1}{m+1}$.
Could anyone give a hint on how to prove it?
We can also prove the Hockey-stick identity with a bit of algebra. It is convenient to use the coefficient of operator $[x^m]$ to denote the coefficient of $x^m$ in a series. This way we can write for instance \begin{align*} [x^m](1+x)^n=\binom{n}{m} \end{align*}
Comment:
In (1) we apply the coefficient of operator.
In (2) we use the linearity of the coefficient of operator.
In (3) we use the finite geometric series formula.
In (4) we apply the rule $[x^{m+1}]A(x)=[x^m]x^{-1}A(x)$. We also skip the term $-1$ on the right hand side, since this constant value does not contribute to $[x^{m+1}]$.
In (5) we select the coefficient of $x^{m+1}$.