Wednesday, June 6, 2018

combinatorics - Prove sumlimitsni=0binomi+k1k1=binomn+kk (a.k.a. Hockey-Stick Identity)


Let n be a nonnegative integer, and k a positive integer. Could someone explain to me why the identity ni=0(i+k1k1)=(n+kk)

holds?


Answer



One way to interpret this identity is to consider the number of ways to choose k integers from the set {1,2,3,,n+k}.


There are (n+kk) ways to do this, and we can also count the number of possibilities by considering the largest integer chosen. This can vary from k up to n+k, and if the largest integer chosen is l, then there are (l1k1) ways to choose the remaining k1 integers.


Therefore n+kl=k(l1k1)=(n+kk), and letting i=lk gives ni=0(i+k1k1)=(n+kk).



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