73

After reading this question, the most popular answer use the identity $$\sum_{t=0}^n \binom{t}{k} = \binom{n+1}{k+1},$$ or, what is equivalent, $$\sum_{t=k}^n \binom{t}{k} = \binom{n+1}{k+1}.$$

What's the name of this identity? Is it the identity of the Pascal's triangle modified.

How can we prove it? I tried by induction, but without success. Can we also prove it algebraically?

Thanks for your help.


EDIT 01 : This identity is known as the hockey-stick identity because, on Pascal's triangle, when the addends represented in the summation and the sum itself are highlighted, a hockey-stick shape is revealed.

Hockey-stick

Apass.Jack
  • 12,071
  • 1
  • 18
  • 33
hlapointe
  • 1,570
  • 1
  • 15
  • 28
  • 9
    It is sometimes called the "hockey stick". –  Oct 21 '15 at 15:24
  • There is another cute graphical illustration on the plane of $\binom{n}{k}$ – Eli Korvigo Oct 21 '15 at 16:54
  • 6
    It's pretty straightforward from the picture. Just switch the $1$ at the top of the stick with the $1$ directly below, then repeatedly replace adjacent numbers with the number in the cell below. This can be translated into a formal proof with words and symbols, but an animation or series of pictures is much more effective. – user2357112 Oct 22 '15 at 03:24
  • See also [this question](http://math.stackexchange.com/questions/833451/prove-sum-i-0n-binomik-1k-1-binomnkk). Some post which are [linked there](http://math.stackexchange.com/questions/linked/833451) might be of interest, too. – Martin Sleziak Jan 18 '16 at 15:05
  • May I ask where this image is from? I would really like to use it in the Wikipedia article on the Hockey stick identity but of course I want to credit the source – Maximilian Janisch Dec 19 '19 at 19:49
  • @MaximilianJanisch, Honestly, I don't remember. I think I'm the one who created it, but I really can't remember...It was 4 years ago. – hlapointe Dec 20 '19 at 20:19

18 Answers18

44

Imagine the first $n + 1$ numbers, written in order on a piece of paper. The right hand side asks in how many ways you can pick $k+1$ of them. In how many ways can you do this?

You first pick a highest number, which you circle. Call it $s$. Next, you still have to pick $k$ numbers, each less than $s$, and there are $\binom{s - 1}{k}$ ways to do this.

Since $s$ is ranging from $1$ to $n+1$, $t:= s-1$ is ranging from $0$ to $n$ as desired.

darij grinberg
  • 16,952
  • 4
  • 42
  • 88
hunter
  • 27,619
  • 3
  • 39
  • 65
  • 2
    Why did you call the highest number $s$? Why not call it $s + 1$? Isn't it easier if you call it $s+1$, because there are $\dbinom{s}{k}$ ways to pick $k$ numbers? You don't need to change the bounds or range of summation, as you do in your last para. –  Jul 11 '21 at 20:19
31

We can use the well known identity $$1+x+\dots+x^n = \frac{x^{n+1}-1}{x-1}.$$ After substitution $x=1+t$ this becomes $$1+(1+t)+\dots+(1+t)^n=\frac{(1+t)^{n+1}-1}t.$$ Both sides of these equations are polynomials in $t$. (Notice that the RHS simplifies to $\sum_{j=1}^{n+1}\binom {n+1}j t^{j-1}$.)

If we compare coefficient of $t^{k}$ on the LHS and the RHS we see that $$\binom 0k + \binom 1k + \dots + \binom nk = \binom{n+1}{k+1}.$$


This proof is basically the same as the proof using generating functions, which was posted in other answers. However, I think it is phrased a bit differently. (And if it is formulated this way, even somebody who has never heard of generating functions can follow the proof.)

Martin Sleziak
  • 51,859
  • 20
  • 181
  • 357
27

This is purely algebraic. First of all, since $\dbinom{t}{k} =0$ when $k>t$ we can rewrite the identity in question as $$\binom{n+1}{k+1} = \sum_{t=0}^{n} \binom{t}{k}=\sum_{t=k}^{n} \binom{t}{k}$$

Recall that (by the Pascal's Triangle), $$\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}$$

Hence $$\binom{t+1}{k+1} = \binom{t}{k} + \binom{t}{k+1} \implies \binom{t}{k} = \binom{t+1}{k+1} - \binom{t}{k+1}$$

Let's get this summed by $t$: $$\sum_{t=k}^{n} \binom{t}{k} = \sum_{t=k}^{n} \binom{t+1}{k+1} - \sum_{t=k}^{n} \binom{t}{k+1}$$

Let's factor out the last member of the first sum and the first member of the second sum: $$\sum _{t=k}^{n} \binom{t}{k} =\left( \sum_{t=k}^{n-1} \binom{t+1}{k+1} + \binom{n+1}{k+1} \right) -\left( \sum_{t=k+1}^{n} \binom{t}{k+1} + \binom{k}{k+1} \right)$$

Obviously $\dbinom{k}{k+1} = 0$, hence we get $$\sum _{t=k}^{n} \binom{t}{k} =\binom{n+1}{k+1} +\sum_{t=k}^{n-1} \binom{t+1}{k+1} -\sum_{t=k+1}^{n} \binom{t}{k+1}$$

Let's introduce $t'=t-1$, then if $t=k+1 \dots n, t'=k \dots n-1$, hence $$\sum_{t=k}^{n} \binom{t}{k} = \binom{n+1}{k+1} +\sum_{t=k}^{n-1} \binom{t+1}{k+1} -\sum_{t'=k}^{n-1} \binom{t'+1}{k+1}$$

The latter two arguments eliminate each other and you get the desired formulation $$\binom{n+1}{k+1} = \sum_{t=k}^{n} \binom{t}{k} = \sum_{t=0}^{n} \binom{t}{k}$$

darij grinberg
  • 16,952
  • 4
  • 42
  • 88
Eli Korvigo
  • 520
  • 3
  • 12
24

$$\begin{align} \sum_{t=\color{blue}0}^n \binom{t}{k} =\sum_{t=\color{blue}k}^n\binom tk&= \sum_{t=k}^n\left[ \binom {t+1}{k+1}-\binom {t}{k+1}\right]\\ &=\sum_{t=\color{orange}k}^\color{orange}n\binom {\color{orange}{t+1}}{k+1}-\sum_{t=k}^n\binom t{k+1}\\ &=\sum_{t=\color{orange}{k+1}}^{\color{orange}{n+1}}\binom {\color{orange}{t}}{k+1}-\sum_{t=k}^n\binom t{k+1}\\ &=\binom{n+1}{k+1}-\underbrace{\binom k{k+1}}_0&&\text{by telescoping}\\ &=\binom{n+1}{k+1}\quad\blacksquare\\ \end{align}$$

Hypergeometricx
  • 22,229
  • 2
  • 30
  • 83
19

You can use induction on $n$, observing that

$$ \sum_{t=0}^{n+1} \binom{t}{k} = \sum_{t=0}^{n} \binom{t}{k} + \binom{n+1}{k} = \binom{n+1}{k+1} + \binom{n+1}{k} = \binom{n+2}{k+1} $$

hlapointe
  • 1,570
  • 1
  • 15
  • 28
Michael Biro
  • 13,607
  • 2
  • 24
  • 38
14

Another technique is to use snake oil. Call your sum:

$\begin{align} S_k &= \sum_{0 \le t \le n} \binom{t}{k} \end{align}$

Define the generating function:

$\begin{align} S(z) &= \sum_{k \ge 0} S_k z^k \\ &= \sum_{k \ge 0} z^k \sum_{0 \le t \le n} \binom{t}{k} \\ &= \sum_{0 \le t \le n} \sum_{k \ge 0} \binom{t}{k} z^k \\ &= \sum_{0 \le t \le n} (1 + z)^t \\ &= \frac{(1 + z)^{n + 1} - 1}{(1 + z) - 1} \\ &= z^{-1} \left( (1 + z)^{n + 1} - 1 \right) \end{align}$

So we are interested in the coefficient of $z^k$ of this:

$\begin{align} [z^k] z^{-1} \left( (1 + z)^{n + 1} - 1 \right) &= [z^{k + 1}] \left( (1 + z)^{n + 1} - 1 \right) \\ &= \binom{n + 1}{k + 1} \end{align}$

vonbrand
  • 27,174
  • 6
  • 39
  • 74
13

The RHS is the number of $k+1$ subsets of $\{1,2,...,n+1\}$. Group them according to the largest element in the subset. Sum up all the cases. Get the LHS.

Milan
  • 316
  • 1
  • 5
12

We can use the integral representation of the binomial coefficient $$\dbinom{t}{k}=\frac{1}{2\pi i}\oint_{\left|z\right|=1}\frac{\left(1+z\right)^{t}}{z^{k+1}}dz\tag{1} $$ and get $$\sum_{t=0}^{n}\dbinom{t}{k}=\frac{1}{2\pi i}\oint_{\left|z\right|=1}\frac{\sum_{k=0}^{n}\left(1+z\right)^{t}}{z^{k+1}}dz $$ $$=\frac{1}{2\pi i}\oint_{\left|z\right|=1}\frac{\left(z+1\right)^{n+1}}{z^{k+2}}dz-\frac{1}{2\pi i}\oint_{\left|z\right|=1}\frac{1}{z^{k+2}}dz $$ and so usign again $(1)$ we have $$\sum_{t=0}^{n}\dbinom{t}{k}=\dbinom{n+1}{k+1}-0=\color{red}{\dbinom{n+1}{k+1}.}$$

Marco Cantarini
  • 32,872
  • 2
  • 44
  • 92
  • 4
    It is so nice and weird. +1 – Behrouz Maleki Jul 05 '16 at 10:27
  • +1. Nice work. You must subtract $\displaystyle{\delta_{k,-1}}$ in order to take account of the case $\displaystyle{k = -1}$. When $\displaystyle{k = -1}$, the LHS is equal to $\displaystyle{0}$ and your RHS is equal to $\displaystyle{1}$. With the $\displaystyle{\delta_{k,-1}}$ you'll get $\displaystyle{1 - 1 = 0}$. – Felix Marin Jul 06 '16 at 21:50
7

A Generalization

In this answer, I prove the identity $$ \binom{-n}{k}=(-1)^k\binom{n+k-1}{k}\tag{1} $$ Here is a generalization of the identity in question, proven using the Vandermonde Identity $$ \begin{align} \sum_{t=0}^n\binom{t}{k}\binom{n-t}{j} &=\sum_{t=0}^n\binom{t}{t-k}\binom{n-t}{n-t-j}\tag{2}\\ &=\sum_{t=0}^n(-1)^{t-k}\binom{-k-1}{t-k}(-1)^{n-t-j}\binom{-j-1}{n-t-j}\tag{3}\\ &=(-1)^{n-j-k}\sum_{t=0}^n\binom{-k-1}{t-k}\binom{-j-1}{n-t-j}\tag{4}\\ &=(-1)^{n-j-k}\binom{-k-j-2}{n-j-k}\tag{5}\\ &=\binom{n+1}{n-j-k}\tag{6}\\ &=\binom{n+1}{j+k+1}\tag{7} \end{align} $$ Explanation:
$(2)$: $\binom{n}{k}=\binom{n}{n-k}$
$(3)$: apply $(1)$ to each binomial coefficient
$(4)$: combine the powers of $-1$ which can then be pulled out front
$(5)$: apply Vandermonde
$(6)$: apply $(1)$
$(7)$: $\binom{n}{k}=\binom{n}{n-k}$

To get the identity in the question, set $j=0$.


A Simpler Proof of the Basic Formula $$ \begin{align} \sum_{k=0}^n\color{#C00}{\binom{k}{m}} &=\sum_{k=0}^n\color{#C00}{\left[x^m\right](1+x)^k}\tag8\\ &=\left[x^m\right]\frac{(1+x)^{n+1}-1}{(1+x)-1}\tag9\\[6pt] &=\left[x^{m+1}\right](1+x)^{n+1}-1\tag{10}\\[6pt] &=\binom{n+1}{m+1}\tag{11} \end{align} $$ Explanation:
$\phantom{1}\text{(8)}$: use the definition of the binomial coefficient
$\phantom{1}\text{(9)}$: sum the finite geometric series
$(10)$: multiply by $x$ and adjust the exponent of $x$
$(11)$: extract the coefficient using the binomial theorem

robjohn
  • 336,406
  • 34
  • 445
  • 831
  • I got a little lost on the second line. I posted a question on it [here](http://math.stackexchange.com/questions/596743/proving-identity-binomnk-1k-binomk-n-1k-how-to-interpret-fa). – NaN Dec 07 '13 at 11:56
  • 2
    @FoF: I have added a link here and answered your other question. Thanks for mentioning the difficulty. – robjohn Dec 07 '13 at 12:33
  • 1
    @FoF: That is the Vandermonde Identity that I mentioned at the beginning. – robjohn Dec 08 '13 at 18:56
  • I edited your post (if it is peer reviewed). I was going to ask how line 5 follows from line 4. I might guess you applied the identity $\binom{-n}{k}=(-1)^k\binom{n+k-1}{k}$ to line 4, along with some substitution such as let $(M - n) := k, let (-k - n -2) := (n + k - 1)$, at least, to reach line 5. I've left out so far what about the $(-1)^{M-n}$ from line 4. As far as I can tell, the $(-1)^{M-n}$ will change the sign of $M-n$ factors in $\binom{-k-n-2}{M-n}$. Am I close here? – NaN Dec 09 '13 at 01:09
  • 1
    @FoF: I added an explanation for each line. – robjohn Dec 09 '13 at 02:20
  • 1
    I answered my own question about $(5, 6$) [here](http://math.stackexchange.com/a/601105/104597). – NaN Dec 10 '13 at 08:54
  • @FoF: I'm sorry that I didn't make it clearer. – robjohn Dec 10 '13 at 09:15
  • I'd delete that comment and not be sorry **:)** I think it is worth saying that the [Chu-Vandermonde identity](http://en.wikipedia.org/wiki/Vandermonde%27s_identity), in its many forms (listed [here](http://mathworld.wolfram.com/Chu-VandermondeIdentity.html) and there), would have the variable, $m$ in this case, in the opposite index for the binomial coefficients given at **(2)**. How do we show $\text{Chu-Vandermonde-Identity} \Large \Leftrightarrow \normalsize (\mathbf{2})$? – NaN Dec 10 '13 at 10:16
  • Ah, the Vandermonde identity is only applied in **(5)** it seems. So **(2)** is just by assumption for this proof. Which I guess would show $\text{Chu-Vandermonde-Identity} \Leftrightarrow (5) \Leftrightarrow (2)$ – NaN Dec 10 '13 at 10:45
  • I know that definition or identity! My initial confusion was from mistakenly assuming that the line $(\mathbf{2})$ exists by some consequence of the Vendermonde identity. (I made that assumption in error by misinterpreting your allusion to Vandermonde before $\mathbf{2}$. – NaN Dec 11 '13 at 07:44
  • 1
    @FoF: Ah. That is why I added the Explanation when I saw difficulty in following the argument. – robjohn Dec 11 '13 at 07:46
  • From (4) to (5), why can you apply Vandermonde identity, if both $t-k$ and $n-t-j$ won't become $0$ when $t: 0\to n$? – linear_combinatori_probabi Sep 05 '20 at 13:36
  • @FtyRain: because the bottom arguments are less than $0$, for $t\lt0$, $\binom{-k-1}{t-k}=0$ and for $t\gt n$, $\binom{-j-1}{n-t-j}=0$, so including those terms is optional. – robjohn Sep 05 '20 at 14:28
5

You remember that: $$ (1+x)^m = \sum_k \binom{m}{k} x^k $$ So the sum $$ \sum_{m=0}^M \binom{m+k}{k} $$ is the coefficient of $ x^k $ in: $$ \sum_{m=0}^M (1+x)^{m+k} $$ Yes? So now use the geometric series formula given: $$ \sum_{m=0}^M (1+x)^{m+k} = -\frac{(1+x)^k}{x} \left( 1 - (1+x)^{M+1} \right) $$ And now you want to know what is coefficient of $x^k $ in there. You got it from here.

user78883
  • 51
  • 1
3

Recall that for $k\in\Bbb N$ we have the generating function

$$\sum_{n\ge 0}\binom{n+k}kx^n=\frac1{(1-x)^{k+1}}\;.$$

The identity in the question can therefore be rewritten as

$$\left(\sum_{n\ge 0}\binom{n+k}kx^n\right)\left(\sum_{n\ge 0}x^n\right)=\sum_{n\ge 0}\binom{n+k+1}{k+1}x^n\;.$$

The coefficient of $x^n$ in the product on the left is

$$\sum_{i=0}^n\binom{i+k}k\cdot1=\sum_{i=0}^n\binom{i+k}k\;,$$

and the $n$-th term of the discrete convolution of the sequences $\left\langle\binom{n+k}k:n\in\Bbb N\right\rangle$ and $\langle 1,1,1,\dots\rangle$. And at this point you’re practically done.

Brian M. Scott
  • 603,754
  • 56
  • 745
  • 1,230
  • Is there a typo in the second equation (first sum)? I believe $k$ should be indexed. – TheRealFakeNews May 27 '13 at 06:20
  • @Alan: No, the sum is over $n$; $k$ is fixed throughout. – Brian M. Scott May 27 '13 at 07:19
  • In my text, I have an identity $\sum_{r\geq 0} \binom{r + n}{r} x^r = 1/(1-x)^{n+1}$ This may be the cause of my confusion, but is this identity correct and is it equivalent to the one you used? – TheRealFakeNews May 27 '13 at 08:22
  • @Alan: Sure: your $r$ is my $n$, and your $n$ is my $k$. – Brian M. Scott May 27 '13 at 08:28
  • but $r$ is indexed – TheRealFakeNews May 27 '13 at 19:10
  • 1
    @Alan: $\binom{r+n}r=\binom{r+n}n$; now do the translation. (Sorry: I didn’t notice before that you’d used the symmetrically opposite binomial coefficient.) – Brian M. Scott May 27 '13 at 19:19
  • @BrianM.Scott: Sir, I can prove the generating function you mention from RHS to LHS by expanding the binomial, but how do I go from the LHS to RHS (that is to say, without binomial theorem)? – V.G Feb 25 '21 at 13:54
  • @LightYagami: The one at the beginning? The easiest way is to prove it by induction on $k$, starting with the geometric series for $k=0$. – Brian M. Scott Feb 25 '21 at 17:47
  • @BrianM.Scott: I was expecting a method which would naturally yield the RHS. Using induction requires to know RHS already, I mean I want to find the closed form of $\displaystyle \sum_{n\ge 0}\binom{n+k}kx^n$ – V.G Feb 25 '21 at 17:56
  • @LightYagami: If one were clever, one might think of integrating $k$ times. But this is one of the basic families of generating functions, something that one learns and proves very early in the subject and then just uses. – Brian M. Scott Feb 25 '21 at 18:05
  • @BrianM.Scott: Ah, your hint led me to instead consider the sequence $\displaystyle \sum_{k=0}^{\infty} x^k=\dfrac{1}{1-x}$ and differentiate repeatedly, although I have seen this numerous times, I forgot this way. I have seen that you have written so many combinatorial arguments for these kinds of identities, I don't think it would be possible here, because what would $\dfrac{1}{(1-x)^k}$ mean? What do you say? Could there exist any combinatorial argument for this as well? – V.G Feb 25 '21 at 18:22
  • @LightYagami: I doubt it: a function like that doesn’t really count things. – Brian M. Scott Feb 25 '21 at 18:24
  • @BrianM.Scott: I see, but what if we substitute some value for $x$, for instance say $x=\dfrac12$, then? – V.G Feb 25 '21 at 18:28
  • @LightYagami: Possibly someone who knows more about the subject than I could get something out of that approach, but I don’t myself see anything just now. – Brian M. Scott Feb 25 '21 at 18:30
2

$\newcommand{\angles}[1]{\left\langle\,{#1}\,\right\rangle} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\half}{{1 \over 2}} \newcommand{\ic}{\mathrm{i}} \newcommand{\iff}{\Leftrightarrow} \newcommand{\imp}{\Longrightarrow} \newcommand{\ol}[1]{\overline{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$ Assuming $\ds{M \geq 0}$:

\begin{align} & \mbox{Note that} \\[2mm] &\ \sum_{m = 0}^{M}{m + k \choose k} = \sum_{m = k}^{M + k}{m \choose k} = a_{M + k} - a_{k - 1}\quad\mbox{where}\quad a_{n} \equiv \sum_{m = 0}^{n}{m \choose k}\tag{1} \end{align}


Then, \begin{align} \color{#f00}{a_{n}} & \equiv \sum_{m = 0}^{n}{m \choose k} = \sum_{m = 0}^{n}\ \overbrace{% \oint_{\verts{z} = 1}{\pars{1 + z}^{m} \over z^{k + 1}}\,{\dd z \over 2\pi\ic}} ^{\ds{m \choose k}}\ =\ \oint_{\verts{z} = 1}{1 \over z^{k + 1}}\sum_{m = 0}^{n}\pars{1 + z}^{m} \,{\dd z \over 2\pi\ic} \\[3mm] & = \oint_{\verts{z} = 1}{1 \over z^{k + 1}}\, {\pars{1 + z}^{n + 1} - 1 \over \pars{1 + z} - 1}\,{\dd z \over 2\pi\ic} \\[3mm] & = \underbrace{\oint_{\verts{z} = 1}{\pars{1 + z}^{n + 1} \over z^{k + 2}} \,{\dd z \over 2\pi\ic}}_{\ds{n + 1 \choose k + 1}}\ -\ \underbrace{\oint_{\verts{z} = 1}{1 \over z^{k + 2}}\,{\dd z \over 2\pi\ic}} _{\ds{\delta_{k + 2,1}}} \\[8mm] \imp\ \color{#f00}{a_{n}} & = \fbox{$\ds{\quad% {n + 1 \choose k + 1} - \delta_{k,-1}\quad}$} \end{align}
\begin{align} \mbox{With}\ \pars{1}\,,\quad \color{#f00}{\sum_{m = 0}^{M}{m + k \choose k}} & = \bracks{{M + k + 1 \choose k + 1} - \delta_{k,-1}} - \bracks{{k \choose k + 1} - \delta_{k,-1}} \\[3mm] & = {M + k + 1 \choose k + 1} - {k \choose k + 1} \end{align} Thanks to $\ds{@robjohn}$ user who pointed out the following feature: $$ {k \choose k + 1} = {-k + k + 1 - 1 \choose k + 1}\pars{-1}^{k + 1} = -\pars{-1}^{k}{0 \choose k + 1} = \delta_{k,-1} $$ such that $$ \begin{array}{|c|}\hline\mbox{}\\ \ds{\quad\color{#f00}{\sum_{m = 0}^{M}{m + k \choose k}} = \color{#f00}{{M + k + 1 \choose k + 1} - \delta_{k,-1}}\quad} \\ \mbox{}\\ \hline \end{array}\\ $$
Felix Marin
  • 87,049
  • 10
  • 159
  • 191
2

We can prove this by counting in two ways.

Let $S$ be the set of all $(k+1)$-element subsets of $[n+1]$. By definition, $|S|=\binom{n+1}{k+1}$.

Let $S_i$ be the set of all $(k+1)$-element subsets of $[n+1]$ such that the largest element is $i+1$. Picking $k+1$ elements from $[n+1]$ such that the largest element is $i+1$ is a two-step-process.

(Step 1) Pick $i+1$. The number of way(s) to do this is $\binom{1}{1}$.

(Step 2) Pick the $k$ elements from the the remaining $i$ elements. The number of way(s) to do this is $\binom{i}{k}$.

Therefore, $|S_i|=\binom{1}{1}\binom{i}{k}=\binom{i}{k}$. Since we can see that $S_k, S_{k+1}, S_{k+2}, \dots, S_n$ partition $S$, we have that \begin{gather*} \sum_{i=k}^n|S_i|=|S|\\ \sum_{i=k}^n\binom{i}{k}=\binom{n+1}{k+1} \end{gather*} Since we know that if $i < k$, then $\binom{i}{k}=0$, we can say that $\sum_{i=k}^n\binom{i}{k}=\sum_{i=0}^n\binom{i}{k}$. Therefore, we have \begin{gather*} \sum_{i=0}^n \binom{i}{k} = \binom{n+1}{k+1} \end{gather*}

TYjhcvb
  • 45
  • 1
2

The terms $\binom tk$ count the ways to distribute $t-k$ balls over $k+1$ bins, and we want to show that they sum to $\binom{n+1}{k+1}$, the number of ways to distribute $n-k$ balls over $k+2$ bins. Designate one of the $k+2$ bins as special and enumerate the ways to distribute $n-k$ balls over the $k+2$ bins according to the number $n-t$ of balls placed in the designated bin, with the remaining $t-k$ balls distributed over the remaining $k+1$ bins.

joriki
  • 227,898
  • 14
  • 283
  • 497
2

A standard technique to prove such identities $\sum_{i=0}^Mf(i)=F(M)$, involving on one hand a sum where only the upper bound $M$ is variable and on the other hand an explicit expression in terms of$~M$, is to use induction on$~M$. It amounts to showing that $f(M)=F(M)-F(M-1)$ (and that $F(0)=f(0)$). This is similar to using the fundamental theorem of calculus in showing that $\int_0^{x_0}f(x)\mathrm dx=F(x_0)$ by establishing $f(x)=F'(x)$ (and $F(0)=0$).

So here you need to check (apart from the obvious starting case $M=0$) that $\binom{M+k}k=\binom{M+k+1}{k+1}-\binom{M+k}{k+1}$. This is just in instance of Pascal's recurrence for binomial coefficients.

Added remark this identity (not its name) is very old. It is one of the first "conséquences" that Pascal gives in his "Traité du Triangle arithmétique" after defining this triangle by means of (what is now called) Pascal's recursion. Indeed, it is either the "conséquence seconde" or the "conséquence troisième", depending on how one identifies the Triangle arithmétique which is a rectangular table with modern depictions of the triangle: if one has the "columns" (rangs perpendiculaires) correspond to sets of $\binom nk$ with $k$ fixed, while "rows" (rangs parallèles) correspond to sets of $\binom nk$ with $n-k$ fixed (this is geometrically most natural, basically a rotation by $-\frac\pi4$), then it is the "conséquence troisième", but if one respects the combinatorial interpretation Pascal gives (much later) in Proposition II, then identification differs by a symmetry of the triangle, and one gets the "conséquence seconde", which talks about sums along rows rather than columns. (For comparison, the "conséquence première" that every entry on the border of the triangle equals$~1$.)

CONSÉQUENCE TROISIÈME. En tout Triangle arithmétique, chaque cellule égale la somme de toutes celles du rang perpendiculaire précédent, comprises depuis son rang parallèle jusqu'au premier inclusivement.

Loosely translated: in every Pascal's triangle, each entry equals the sum of those of the previous column, from that of its (own) row up to the first (row) inclusive.

Marc van Leeuwen
  • 111,890
  • 8
  • 161
  • 330
1

This is essentially the same as the induction answer already mentioned, but it brings a pictorial perspective so I thought to add it as an alternative answer here.

Here's a restatement of the identity (which you can verify to be equivalent easily): On Pascal's triangle, start from a number (one of the $1$s) on the left edge and move diagonally rightwards and downwards, summing the terms as we go along. We can decide to stop at any point, and the sum of all these terms will be the number directly below and to the left of the final summand.

This actually trivialises the proof of the identity. Note that if we decided to add one more term to the sum (the term to the right of the current sum), on the one hand this "lengthens" the stick by $1$ tile, but on the other hand it adds the term adjacent to the sum---which by definition of Pascal's triangle, produces the number in the tile directly below and horizontally in between the sum and this new term. This can be rigorously translated to the inductive step in a formal induction proof.

Hockey-stick

To illustrate, let's refer to the picture in the question, and focus on the yellow hexagonal tiles. (Note that this is a reflected case of what I described above since it starts from the right edge, but this doesn't affect the discussion.) Currently, we have $1+6+21+56=84$, which is a true identity. If I added $126$ to the LHS, I would also be adding $126$ to the RHS, which by definition gives us $210$, the term below and in between them on Pascal's triangle. Once you really convince yourself of the validity of this argument, the (formal) proof of the identity should come naturally!

YiFan
  • 16,967
  • 4
  • 27
  • 60
  • Your answer emphasises the recursive nature of the solution. +1. But, you never seemed to hint towards the term of recursion in your answer! Answer at: https://math.stackexchange.com/a/4009354/424260 , states recursion, but using arithmetic. – jiten Feb 03 '21 at 01:30
0

Let me attempt a “story” solution:

Let’s say you are trying to find ways to select $k+1$ integers from the first $n+1$ integers.

We consider all the cases, from where the largest number is $k+1$, up to where the largest number is $n+1$.

It is evident that if the largest number is $k+1$, that there is only one possibility, which is selecting every number from $1$ to $k+1$, and we can write this as $\binom kk$.

More generally, if the largest number is $j\geq k+1$, there are $\binom{j-1}{k}$ selections.

We then sum all of these up, all the way to where the largest number is $k+1$ itself.

Especially Lime
  • 38,087
  • 9
  • 51
  • 80
KsL
  • 11
  • Welcome to MSE. For some basic information about writing mathematics at this site see, *e.g.*, [basic help on mathjax notation](/help/notation), [mathjax tutorial and quick reference](//math.meta.stackexchange.com/q/5020), [main meta site math tutorial](//meta.stackexchange.com/a/70559) and [equation editing how-to](//math.meta.stackexchange.com/q/1773). – José Carlos Santos Sep 11 '21 at 07:10
0

First proof

Using stars and bars, the number of ways to put $n$ identical objects to $k$ bins(empty bin allowed) is $\binom{n+k-1}{k-1}$.

If we reduce the number of bins by one, the number of ways to put $n$ identical objects to $k-1$ bins is $\binom{n+k-2}{k-2}$.

We can also count the number of ways to put $n$ identical objects to $k$ bins using the answer for $k-1$ bins. Split them into different cases based on how many objects you put in the first bin. \begin{array} {|r|r|}\hline \text{Number of objects for first bin} & \text{Number of objects remaining for other bins} & \text{Number of ways to distribute} \\ \hline 0 & n & \binom{n+k-2}{k-2} \\ \hline 1 & n-1 & \binom{n+k-3}{k-2} \\ \hline 2 & n-2 & \binom{n+k-4}{k-2} \\ \hline \vdots & \vdots & \vdots \\ \hline n-2 & 2 & \binom{k}{k-2} \\ \hline n-1 & 1 & \binom{k-1}{k-2} \\ \hline n & 0 & \binom{k-2}{k-2} \\ \hline \end{array}

Therefore, $$\binom{n+k-1}{k-1} = \binom{k-2}{k-2} + \binom{k-1}{k-2} + \binom{k}{k-2} +\dots+ \binom{n+k-4}{k-2} + \binom{n+k-3}{k-2} + \binom{n+k-2}{k-2}$$

Rename the variables: Let $m+1 = n+k-1$ and $r+1 = k-1$. We get: $$\binom{m+1}{r+1} = \binom{r}{r} + \binom{r+1}{r} + \binom{r+2}{r} +\dots+ \binom{m-2}{r} + \binom{m-1}{r} + \binom{m}{r}$$

This is the identity when expanded.

Second proof

Suppose we have $m+1$ people where everyone has different age and we want to select $r+1$ people to be in some committee. There are $$\binom{m+1}{r+1} $$ ways to form the committee.

Alternatively, we can count this by splitting the committee based on who the oldest person in the committee is.

We can have the oldest person to be the oldest in the committee. Then there are $m$ people left and we still need to add $r$ people to be in the committee. So there are $\binom{m}{r}$ ways.

We can have the second oldest person to be the oldest in the committee. Then there are $m-1$ people left since we must exclude the first oldest person and second oldest(already selected) and we still need to add $r$ people to be in the committee. So there are $\binom{m-1}{r}$ ways.

In general, suppose we have the kth oldest person to be the oldest in the committee. Then there are $m-k+1$ possible people left to add(excluding kth oldest) since we must exclude the oldest members up to the $k$th oldest person. We still need to add $r$ people to be in the committee. So there are ${m-k+1 \choose r}$ ways.

In each case, there needs to be at least $r$ people left to choose so the last case is when we select the $(m+1-r)$th oldest person. This will give us ${r \choose r}$ ways.

So $$\binom{m+1}{r+1} = \binom{r}{r} + \binom{r+1}{r} + \binom{r+2}{r} +\dots+ \binom{m-2}{r} + \binom{m-1}{r} + \binom{m}{r}$$

s114
  • 357
  • 1
  • 14