- Get link
- X
- Other Apps
Let a die be labeled with increasing positive integers a1,…,an, and let the probability of getting ai be pi>0. We start at 0 and roll the die, adding whatever number we get to the current total. If Pr(N) is the probability that at some point we achieve the sum N, then limN→∞Pr(N) exists and equals 1/E(X) iff (a1,…,an)=1.
The direction ⟹ is obvious. Now, if the limit exists it must equal 1/E(X) by Chebyshev's inequality, so we only need to show that the limit exists assuming that (a1,…,an)=1.
We have the recursive relationship Pr(N)=p1Pr(N−a1)+…+pnPr(N−an); the characteristic polynomial is therefore f(x)=xan−(p1x(an−a1)+…+pn).
This clearly has the root x=1. Next note f′(1)=an−n∑i=1pian+n∑i=1piai=E(X)>0, hence this root is also unique.
I'll now show that all other roots have absolute value <1.
We have xan−(p1x(an−a1)+…+pn)=0⟺xa1=p1+…+pnx(an−a1).
If |x|>1 then |xa1|=|p1+…+pnx(an−a1)|≤|p1|+…+|pnx(an−a1)|≤p1+…+pn=1; contradiction.
If |x|=1 |xa1|=|p1+…+pnx(an−a1)|<1 unless x(a1−ai)=1 for all i⟹xd=1 where d=(a1−a2,…,a1−an).
Assume xd=1; then xa1=p1+…+pnx(an−a1)=p1+…+pn=1⟹xa1=1⟹xe=1 where e=(d,a1)=(a1,…,an)=1 by assumption, hence x1=1⟹x=1 is the only root of f(x) such that |x|≥1⟹limN→∞Pr(N) exists.
Comments
Post a Comment