Thursday, May 19, 2016

discrete mathematics - Proof of the Hockey-Stick Identity: sumlimitsnt=0binomtk=binomn+1k+1



After reading this question, the most popular answer use the identity
nt=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.




Hockey-stick


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)=nt=0(tk)=nt=k(tk)



Recall that (by the Pascal's Triangle),
(nk)=(n1k1)+(n1k)



Hence

(t+1k+1)=(tk)+(tk+1)(tk)=(t+1k+1)(tk+1)



Let's get this summed by t:
nt=k(tk)=nt=k(t+1k+1)nt=k(tk+1)



Let's factor out the last member of the first sum and the first member of the second sum:
nt=k(tk)=(n1t=k(t+1k+1)+(n+1k+1))(nt=k+1(tk+1)+(kk+1))




Obviously (kk+1)=0, hence we get
nt=k(tk)=(n+1k+1)+n1t=k(t+1k+1)nt=k+1(tk+1)



Let's introduce t=t1, then if t=k+1n,t=kn1, hence
nt=k(tk)=(n+1k+1)+n1t=k(t+1k+1)n1t=k(t+1k+1)



The latter two arguments eliminate each other and you get the desired formulation
(n+1k+1)=nt=k(tk)=nt=0(tk)


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...