
Recently a colleague of mine came with a simple question related to his second year probability classes: how to prove that an asymmetric random walk diverges to infinity almost surely, without using the Borel-Cantelli lemma, the law of large numbers, or Markov chains tools such as stopping times and recurrence/transience?
A natural answer to is prove all what is needed from scratch, which turns out to be pretty short and intuitive for the random walk. More precisely, let (Sn)n≥0 be an asymmetric random walk on Z started from the origin, namely S0=0 and for any n≥1
Sn=Sn−1+Xn=X1+⋯+Xn,
where (Xn)n≥1 is a sequence of independent and identically distributed random variables following an asymmetric Rademacher distribution:
p:=P(Xn=+1)=1−P(Xn=−1)≠12.
Our objective is to prove that
P(limn→∞Sn=−∞)=1ifp<12
and
P(limn→∞Sn=+∞)=1ifp>12.
The idea is to show that (Sn)n≥1 is captured after a random time by a cone centered around E(Sn)=nm where m:=E(Xi)=2p−1≠0, of width δn≪n. To see it, for any δn>0 to be chosen later, we introduce the event
An:={|Sn−nm|≥δn}.
The Markov inequality gives (trying with 2 instead of 4 shows that 2 is not enough)
P(An)=P((Sn−nm)4≥δ4n)≤E((Sn−nm)4)δ4n.
But, denoting X′i:=Xi−m, we get E(X′i)=0 and Sn−nm=X′1+⋯+X′n and
E((Sn−nm)4)=E((X′1+⋯+X′n)4)=O(n2)E(X′21)+nE(X′41)=O(n2)
where we used the fact that the X′i's are centered, independent, and bounded in L4: supn≥1E(X′4n)<∞. Therefore for any δn=nα with α>0 to be chosen later,
P(An)=O(1n4α−2)and thus∞∑n=1P(An)<∞
as soon as α>3/4. Let us introduce now the random variable
Y:=∞∑n=11An.
The Fubini-Tonelli theorem or the monotone convergence theorem gives
E(Y)=E(∞∑n=11An)=∞∑n=1E(1An)=∞∑n=1P(An)<∞.
Since Y takes its values in [0,∞], it follows that P(Y<∞)=1, in other words, almost surely, the series ∑∞n=11An converges, in other words, almost surely, for n large enough (above a random threshold), we have
|Sn−nm|<δn=nα,
and by taking 3/4<α<1, it follows that (Sn)n≥1 diverges to +∞ if p>1/2 since m>0 and to −∞ if p<1/2 since m<0 (drawing a picture with a cone may help!).
Note. This proof works beyond the case of ±1 increments and requires only independence and boundedness in L4. Actually the same argument gives a quick proof of the strong law of large numbers for independent random variables bounded in L4 with same mean m∈R:
P(limn→∞Snn=m)=1.
Namely since E((Snn−m)4)=O(1n2), we get E(∑∞n=1(Snn−m)4)<∞, and therefore P(limn→∞(Snn−m)4=0)=1, which means that P(limn→∞Snn=m)=1. This strong law of large numbers provides in turn the almost sure divergence of the asymmetric random walk.
The argument provides also a quick proof of the first Borel-Cantelli lemma by using the Fubini-Tonelli theorem or the monotone convergence theorem. Namely, if (An)n≥1 is a sequence of events such that ∑∞n=1P(An)<∞, then E(∑∞n=11An)<∞ and thus P(∑∞n=11An<∞)=1 which means that P(lim supn≥1An)=0.
Note. The classical Markov chain way to prove the result consists in using the fact that (Sn)n≥0 is a Markov chain with state space Z and transition matrix Px,y=p1y=x+1+(1−p)1y=x−1. This matrix is irreducible, and therefore it suffices to show that the state 0 is transient. The chain has period 2 and therefore P2n+1(0,0)=0 for any n≥0. For P2n0,0, the coin tossing game due to the ±1 increments gives (Sn−S0+n)/2∼Binom(n,p), which yields
P2n0,0=P(S2n=0∣S0=0)=(2nn)pn(1−p)n∼n→∞ρn√πn
where ρ:=4p(1−p). Now p≠1/2 gives ρ<1, and thus
E(∞∑n=11Sn=0∣S0=x)=∞∑n=1Pn0,0=∞∑n=1P2n0,0<∞,
which shows that the chain is transient.