Skip to content

Limits of Events

Before we can discuss sophisticated results like the laws of large numbers or even the Kolmogorov’s “0-1” law, we need two critical tools: a way to talk about the limiting behavior of a sequence of events, and a rigorous definition of independence of events.

Recall that in our formal probability model (Ω,F,P)(\Omega, \cF, \Pr), an event is a set AFA \in \cF. The σ\sigma-field structure ensures that we can perform countable logical operations on these events and still stay within our model.

Set OperationLogical Meaning
ωAB\omega \in A \cup BAA OR BB occurs
ωAB\omega \in A \cap BAA AND BB occur
ωAc\omega \in A^cAA does NOT occur
ABA \subseteq BAA IMPLIES BB
ωn=1An\omega \in \bigcap_{n=1}^\infty A_nALL AnA_n occur
ωn=1An\omega \in \bigcup_{n=1}^\infty A_nAT LEAST ONE AnA_n occurs

This dictionary allows us to translate complex logical questions about random processes into set-theoretic manipulations. This is especially useful when studying the long-term behavior of a process.

Just as numbers can converge, sequences of sets can also have limits. For a sequence of events A1,A2,A_1, A_2, \dots, we define their limit superior and limit inferior.

The limit superior of the sequence AnA_n is the set of outcomes that occur in infinitely many of the sets AnA_n. We can think of this as approaching the limit from above (outer envelope).

lim supnAn=n=1k=nAk\limsup_{n \to \infty} A_n = \bigcap_{n=1}^\infty \bigcup_{k=n}^\infty A_k

Intuition:

  • ωlim supAn\omega \in \limsup A_n if for every nn, there exists some knk \ge n such that ωAk\omega \in A_k.
  • This implies that ω\omega keeps appearing in the sequence “again and again” without stopping.
  • Thus, we say {An i.o.}\lbrace A_n \text{ i.o.} \rbrace — the event that AnA_n happens infinitely often.
  • There is no last occurrence of this event.

The limit inferior of the sequence AnA_n is the set of outcomes that occur in all but finitely many of the sets AnA_n. We can think of this as approaching the limit from below (inner envelope).

lim infnAn=n=1k=nAk\liminf_{n \to \infty} A_n = \bigcup_{n=1}^\infty \bigcap_{k=n}^\infty A_k

Intuition:

  • ωlim infAn\omega \in \liminf A_n if there exists some nn such that for all knk \ge n, ωAk\omega \in A_k.
  • This means after some point, ω\omega is always in AkA_k.
  • Thus, we say {An eventually}\lbrace A_n \text{ eventually} \rbrace or {An a.a.}\lbrace A_n \text{ a.a.} \rbrace — the event that AnA_n happens almost always.

We can relate the probability of the limits to the limits of the probabilities.