Saturday, April 29, 2017

summation - Equality of the sums sumlimitskv=0frackvv! and sumlimitskv=0fracvv(kv)kvv!(kv)!


How can one proof the equality kv=0kvv!=kv=0vv(kv)kvv!(kv)!

for kN0?


Induction and generating functions don't seem to be useful.


The generation function of the right sum is simply f2(x) with f(x):=k=0(xk)kk!



but for the left sum I still don't know.


It is f(x)=11lng(x) with lng(x)=xg(x) for |x|<1e.


Answer



Recall the combinatorial class of labeled trees which is


T=Z×SET(T)


which immediately produces the functional equation


T(z)=zexpT(z)orz=T(z)exp(T(z)).


By Cayley's theorem we have


T(z)=q1qq1zqq!.


This yields



T(z)=q1qq1zq1(q1)!=1zq1qq1zq(q1)!=1zq1qqzqq!.


The functional equation yields


T(z)=expT(z)+zexpT(z)T(z)=1zT(z)+T(z)T(z)


which in turn yields


T(z)=1zT(z)1T(z)


so that


q1qqzqq!=T(z)1T(z).


Now we are trying to show that


kv=0vv(kv)kvv!(kv)!=kv=0kvv!.


Multiply by k! to get



kv=0(kv)vv(kv)kv=k!kv=0kvv!.


Start by evaluating the LHS.


Observe that when we multiply two exponential generating functions of the sequences {an} and {bn} we get that


A(z)B(z)=n0anznn!n0bnznn!=n0nk=01k!1(nk)!akbnkzn=n0nk=0n!k!(nk)!akbnkznn!=n0(nk=0(nk)akbnk)znn!


i.e. the product of the two generating functions is the generating function of nk=0(nk)akbnk.


In the present case we have A(z)=B(z)=1+T(z)1T(z)=11T(z)

by inspection.


We added the constant term to account for the fact that vv=1 when v=0 in the convolution. We thus have


kv=0(kv)vv(kv)kv=k![zk]1(1T(z))2.


To compute this introduce


k!2πi|z|=ϵ1zk+11(1T(z))2dz



Using the functional equation we put z=wexp(w) so that dz=(exp(w)wexp(w))dw and obtain


k!2πi|w|=γexp((k+1)w)wk+11(1w)2(exp(w)wexp(w))dw=k!2πi|w|=γexp(kw)wk+111wdw


Extracting the coefficient we get


k!kv=0[wv]exp(kw)[wkv]11w=k!kv=0kvv!


as claimed.


Remark. This all looks very familiar but I am unable to locate the duplicate among my papers at this time.


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