Sunday, February 5, 2017

combinatorics - Proof for a certain binomial identity



Let 1mn be positive integers. I will appreciate any help proving the following identity

n+mk=n(1)k(k1n1)(nkm)=0
Thanks!


Answer



Here we have Chu-Vandermonde's Identity in disguise.




We obtain for 1mn
n+mk=n(1)k(k1n1)(nkm)=mk=0(1)k+n(n+k1n1)(nk+nm)=mk=0(1)k+n(n+k1k)(nmk)=(1)nmk=0(nk)(nmk)=(1)n(0m)=0




Comment:





  • In (1) we shift the index to start with k=0.


  • In (2) we apply the binomial identity (pq)=(ppq) twice.


  • In (3) we apply the binomial identity (pq)=(p+q1q)(1)q.


  • In (4) we finally apply the Chu-Vandermonde identity.



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...