The drunkard wandering along a sidewalk almost surely returns home. The drunkard wandering across a city almost surely returns home. The bird flying through three-dimensional space, taking unit-length steps in random directions, may never return: there is a positive probability of escaping to infinity, never to come back.
This is Pólya’s recurrence theorem (Pólya, 1921): on the integer lattice , a simple random walk (each step picks one of the unit-vector directions uniformly) returns to the origin with probability if and only if .
The phase transition is precisely at . In the walk returns with probability about , known as Pólya’s constant. The probability shrinks further in higher dimensions.
Three independent walks running in 1D, 2D, and 3D below. The current walk in each panel restarts when it hits the origin (a return) or after steps (give up). The counter shows the empirical fraction of walks that have returned.
Watch the rates after a couple of minutes. The 1D walk returns almost every time: a classical identity says the probability of not having returned within the first steps is exactly , which is only about at , so the 1D rate sits well above . The 2D walk also returns with probability eventually, but far more slowly: the no-return probability after steps decays only like , a logarithmic crawl, so even with the -step cap a real fraction of 2D walks have not yet come back and the rate settles clearly below the 1D one. The 3D walk is the qualitatively different case: it is transient, and its return probability converges to Pólya’s constant , landing just below that value because the cutoff drops the rare walks that would have returned later. The split between the dimensions is the result.
The argument
Let denote the position of the walk after steps. The walk is recurrent (returns to the origin infinitely often almost surely, i.e. with probability ) iff the expected number of returns is infinite:
So the dichotomy reduces to convergence vs. divergence of .
For the simple symmetric random walk on , a local version of the central limit theorem (which estimates the chance of landing on one specific lattice point, not just the spread of the position) gives
with an explicit constant . Plugging in,
The series converges iff , i.e., .
So:
- : the series diverges; the walk returns infinitely often (recurrent), and in particular returns at least once with probability .
- : the series converges; the walk returns only finitely often (transient), and the probability of never returning is strictly positive.
The precise return probability in has the closed form
where is the value of the lattice Green’s function at the origin:
Watson (1939) evaluated this triple integral in terms of elliptic integrals, getting and so the return probability .
Where this matters
- MCMC and random-walk Metropolis-Hastings (algorithms that sample a distribution by taking random steps through a state space) in high-dimensional state spaces are inherently transient unless the chain has a centering force from the target distribution; you cannot rely on diffusive recurrence to revisit important states.
- Resistor networks on have effective resistance from the origin to infinity that is finite iff . Recurrence is exactly the statement that this resistance is infinite.
- Polymer models behave qualitatively differently in dimension vs. , because random-walk-like polymers have very different self-intersection statistics.
References
- George Pólya. Über eine Aufgabe der Wahrscheinlichkeitsrechnung betreffend die Irrfahrt im Straßennetz. Mathematische Annalen, 84(1-2):149-160, 1921.
- G. N. Watson. Three triple integrals. Quarterly Journal of Mathematics, 10:266-276, 1939.
- Frank Spitzer. Principles of Random Walk. Springer, 1976.
- Steven R. Finch. Mathematical Constants. Cambridge University Press, 2003. Section 5.9 on Pólya’s constant.