Monday, November 25, 2019

combinatorics - Give the combinatorial proof of the identity sumlimitsni=0binomk1+ik1=binomn+kk



Given the identity



ni=0(k1+ik1)=(n+kk)



Need to give a combinatorial proof



a) in terms of subsets




b) by interpreting the parts in terms of compositions of integers



I should not use induction or any other ways...



Please help.


Answer



HINTS:




  1. Consider a k-element subset of [n+k]={1,,n+k}; it has a maximum element, which can be anything from k through n+k. How many such subsets are there with maximum element k+i for i=0,,n?



  2. There are (k1+ik1) compositions of k+i with k terms. There are (n+kk) compositions of n+k+1 with k+1 terms.



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