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) | 0≤ij≤n and i1+⋯+ir=n}.
∑(i1,...,ir)∈A(i1a1)(i2a2)⋯(irar)=(n+r−1d+r−1)
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)=n∑ir=0∑i1+⋯+ir=n0≤i1,…,ir−1≤n(i1a1)⋯(ir−1ar−1)(irar)=n∑ir=0(irar)∑i1+⋯+ir−1=n−ir0≤i1,…,ir−1≤n(i1a1)⋯(ir−1ar−1).
Using the induction hypothesis, this equals
n∑ir=0(irar)(n−ir+r−2d−ar+r−2),
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
(n−ir+r−2+ir+(2−1)d−ar+r−2+ar+(2−1))=(n+r−1d+r−1)
as requested.
EDIT To clarify, the case r=2 is the statement
∑a+b=m0≤a,b≤m(ax)(by)=(a+b+1x+y+1),
the LHS of which is equal to
m∑b=0(bx)(m−by).
No comments:
Post a Comment