Find the value $\alpha$ so the random walk is recurrent

probability theoryrandom walk

Consider a random walk on $\mathbb{Z}$ with step distribution
$$\mathbb{P}(X_1 = n) = \frac{1}{2}\left ( \frac{1}{|n|^{\alpha}} – \frac{1}{(|n| + 1)^{\alpha}} \right ), \ \ \ \ n \neq 0.$$
I am trying to find the values $\alpha >0$ that makes the random walk recurrent. I know that, if the random walk starts at $1$, I need to show that
$$\sum_{n=1}^{\infty}\mathbb{P}(S_n = 1) = \infty.$$
However, I cannot find a closed formula for the return probability. For example, if the random walk starts at $1$, then $\mathbb{P}(S_2 = 1)$ is easy to find since that means the random walk went up $n$ steps and then went down $n$ steps. But for $n>2$ it becomes much more complicated.

Can anyone help? Thanks!

Best Answer

I'd reason like this:

we know from the general theory that

$$\mathbb{E}[N] = \lim_{t \to 1}\int_{[-\pi,\pi]}\frac{dk}{\sqrt{2\pi}(1-t \varphi(k))}$$ where $\varphi(k)$ is the characteristic function of $X_1$ and $N = \sum_{n \ge 0}\mathbb{I}_{S_n = S_0}$.

First we notice that

$$ \varphi(k) = \sum_{n \ne 0}\frac{e^{ikn}}{2} \bigg[ \frac{1}{|n|^{\alpha}} -\frac{1}{(|n| + 1)^{\alpha}} \bigg] = \sum_{n = 1}^{\infty} \cos(nk) \bigg[ \frac{1}{|n|^{\alpha}} -\frac{1}{(|n| + 1)^{\alpha}} \bigg]$$

Then

$$ 1 - \varphi(k) = \sum_{n = 1}^{\infty} (1-\cos(nk)) \bigg[ \frac{1}{|n|^{\alpha}} -\frac{1}{(|n| + 1)^{\alpha}} \bigg] \le \sum_{n \ge 1} \frac{1-\cos(nk)}{n^{\alpha}}$$

Remembering the inequality $\cos(x) \ge 1 - x^2 / 2$, we finally obtain $$ 1 -\varphi(k) \le \sum_{n \ge 1} \frac{k^2}{2 n^{\alpha -2}} = C k^2$$

when it is convergent, hence when $\alpha > 3$. By Fatou's Lemma we can say that $$ \liminf_{t \to 1}\int_{[-\pi,\pi]}\frac{dk}{\sqrt{2\pi}(1-t \varphi(k))} \ge \int_{[-\pi,\pi]}\frac{dk}{\sqrt{2\pi}(1-\varphi(k))} = \infty$$

Therefore it is recurrent whenever $\alpha > 3$.