After reading this question, the most popular answer use the identity
n∑t=0(tk)=(n+1k+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.
Answer
This is purely algebraic. First of all, since (tk)=0 when k>t we can rewrite the identity in question as
(n+1k+1)=n∑t=0(tk)=n∑t=k(tk)
Recall that (by the Pascal's Triangle),
(nk)=(n−1k−1)+(n−1k)
Hence
(t+1k+1)=(tk)+(tk+1)⟹(tk)=(t+1k+1)−(tk+1)
Let's get this summed by t:
n∑t=k(tk)=n∑t=k(t+1k+1)−n∑t=k(tk+1)
Let's factor out the last member of the first sum and the first member of the second sum:
n∑t=k(tk)=(n−1∑t=k(t+1k+1)+(n+1k+1))−(n∑t=k+1(tk+1)+(kk+1))
Obviously (kk+1)=0, hence we get
n∑t=k(tk)=(n+1k+1)+n−1∑t=k(t+1k+1)−n∑t=k+1(tk+1)
Let's introduce t′=t−1, then if t=k+1…n,t′=k…n−1, hence
n∑t=k(tk)=(n+1k+1)+n−1∑t=k(t+1k+1)−n−1∑t′=k(t′+1k+1)
The latter two arguments eliminate each other and you get the desired formulation
(n+1k+1)=n∑t=k(tk)=n∑t=0(tk)
No comments:
Post a Comment