Skip to content

Kolmogorov's 0-1 Law

Some events depend on the entire history of a random process, but oddly enough, their occurrence doesn’t depend on any finite piece of that history. These are called tail events, and for independent random variables, they are deterministic: they either always happen or never happen.

Let X1,X2,X_1, X_2, \dots be a sequence of random variables. We define the tail σ\sigma-field T\mathcal{T} as representing information that is “infinitely far in the future.”

Formally, let Fn=σ(Xn,Xn+1,)\cF_n' = \sigma(X_n, X_{n+1}, \dots) be the σ\sigma-field generated by the variables from index nn onwards. The tail σ\sigma-field is the intersection of all such future fields:

T=n=1Fn=n=1σ(Xn,Xn+1,)\mathcal{T} = \bigcap_{n=1}^\infty \cF_n' = \bigcap_{n=1}^\infty \sigma(X_n, X_{n+1}, \dots)

An event ATA \in \mathcal{T} is called a tail event.

A tail event is an event whose occurrence is unchanged if we arbitrarily alter values of X1,,XNX_1, \dots, X_N for any finite NN. It depends only on the asymptotic behavior of the sequence.

This law is incredibly powerful because it tells us that for independent sequences, asymptotic behaviors are deterministic.

  • A random walk is either recurrent with probability 1 or transient with probability 1. It can’t be “50% chance recurrent”.
  • A random series Xn\sum X_n either converges with probability 1 or diverges with probability 1.