Sunday, July 2, 2017

combinatorics - Combinatorial identity's algebraic proof without induction.


How would you prove this combinatorial idenetity algebraically without induction?


nk=0(x+kk)=(x+n+1n)


Thanks.


Answer



Here is an algebraic approach. In order to do so it's convenient to use the coefficient of operator [zk] to denote the coefficient of zk in a series. This way we can write e.g. (nk)=[zk](1+z)n



We obtain


nk=0(x+kk)=nk=0(x1k)(1)k=nk=0[zk](1+z)x1(1)k=[z0]1(1+z)x+1nk=0(1z)k=[z0]1(1+z)x+11(1z)n+11(1z)=[zn]zn+1+(1)n(1+z)x+2=(1)n[zn]k=0(x2k)zk=(1)n(x2n)=(x+n+1n) and the claim follows.




Comment:



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




  • In (2) we apply the coefficient of operator.




  • In (3) we do some rearrangements by using the linearity of the coefficient of operator and we also use the rule [zpq]A(z)=[zp]zqA(z)





  • In (4) apply the formula for the finite geometric series.




  • In (5) we do some simplifications and use again the rule stated in comment (3).




  • In (6) we use the geometric series expansion of 1(1+z)x+2. Note that we can ignore the summand zn+1 in the numerator since it has no contribution to the coefficient of zn.





  • In (7) we select the coefficient of zn.




  • In (8) we use the rule stated in comment (1) again.



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