Friday, February 15, 2019

combinatorics - A generalized combinatorial identity for a sum of products of binomial coefficients


I have the following question.


For given natural numbers n and d, let a1,a2,...,ar be fixed integers such that a1++ar=d. Let A={(i1,..,ir) | 0ijn and i1++ir=n}.


(i1,...,ir)A(i1a1)(i2a2)(irar)=(n+r1d+r1)


Is the above combinatorial identity true ? I know that this is true when r is 2.


Answer



Yes, it is true. To show this, use induction on r. (As you say, it's true for r=2 and obviously, it's also true for r=1). Then


(i1,,ir)A(i1a1)(irar)=nir=0i1++ir=n0i1,,ir1n(i1a1)(ir1ar1)(irar)=nir=0(irar)i1++ir1=nir0i1,,ir1n(i1a1)(ir1ar1).



Using the induction hypothesis, this equals


nir=0(irar)(nir+r2dar+r2),


and then applying the case r=2 (i.e., when you have two summands j1+j2=m and b1+b2=e) yields that the latter is equal to


(nir+r2+ir+(21)dar+r2+ar+(21))=(n+r1d+r1)


as requested.



EDIT To clarify, the case r=2 is the statement


a+b=m0a,bm(ax)(by)=(a+b+1x+y+1),


the LHS of which is equal to


mb=0(bx)(mby).


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