Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Independence

Independence is the one concept in probability with no counterpart in general measure theory — and even it is only a disguise, since it says exactly that a joint law is a product measure (product-measures.md). What makes it central is that essentially every classical theorem (the laws of large numbers, the central limit theorem, the zero–one laws) is a statement about independent sequences, and that independence is what makes infinite-dimensional constructions tractable.

References: Durrett, Probability, §2.1; Billingsley, Probability and Measure, §4; Kallenberg, Foundations, ch. 3.

1. Definitions

Definition (events). Events are independent if for every subset ,

An infinite family is independent if every finite subfamily is.

Definition (-algebras). Sub--algebras are independent if for all .

Definition (random variables). are independent if the -algebras are — equivalently, if the joint law factors:

The third definition is the fundamental one; the others are special cases ( independent of iff and are). Note that all subsets must factor in the first definition — pairwise independence is strictly weaker.

Pairwise mutual. Toss two fair coins; let = first is heads, = second is heads, = the results agree. Any two of are independent, but . Any theorem quoted for "independent" variables should be checked against which version it needs — the strong law needs only pairwise independence (Etemadi), while most others need mutual.

2. Checking Independence on a -System

Verifying the factorization for all events in a -algebra is impossible directly; as always, one checks it on generators.

Theorem. Let be -systems with . If for all , then are independent.

Proof. Fix and apply the theorem (measure-theory.md §4) to , which is a -system containing ; iterate coordinate by coordinate.

Corollary (the practical criterion). are independent iff

since the rays generate and form a -system. Equivalently, when densities exist, a.e.

Independence is preserved by functions: if are independent and Borel, so are (immediate, since ). More useful is the grouping lemma: disjoint blocks of an independent family generate independent -algebras, so and are independent when are.

3. Existence of Independent Sequences

"Let be i.i.d. with law " presupposes a probability space carrying them. It exists:

Theorem. For any sequence of Borel probability measures on there is a probability space carrying independent with — namely with the coordinate maps.

This is the infinite product measure of product-measures.md §5. Alternatively, and more economically, the binary digits of a uniform are i.i.d. fair bits; regrouping them into countably many subsequences and applying the quantile transform (random-variables.md §5) manufactures any i.i.d. sequence on the unit interval. Either way the existence question is settled once and never revisited.

4. Consequences for Expectation

Theorem (product rule). If are independent and either both are non-negative or both integrable, then is integrable and .

Proof. Fubini/Tonelli applied to (product-measures.md §3).

Consequences: for independent (indeed merely uncorrelated) variables, and for characteristic functions (expectation.md §5) — the identity on which the central limit theorem is built. The law of is the convolution .

Uncorrelated independent. is strictly weaker: with standard normal and , , yet is a function of . Independence says all bounded functions decorrelate, not just the identity. The exception is the jointly Gaussian case, where uncorrelated does imply independent — a special property of that family, not a general fact.

5. Borel–Cantelli

For events , write

for the event that infinitely many occur ("infinitely often").

First Borel–Cantelli lemma. If then . No independence required.

Proof. as the tail of a convergent series; conclude by continuity from above.

Second Borel–Cantelli lemma. If the are independent and , then .

Proof. as , using . So for every .

Together they give a zero–one dichotomy for independent events: is or according as converges or diverges. This is the prototype of zero–one laws, and the standard tool for converting a summability computation into an almost-sure statement — the route by which the strong law of large numbers is proved (laws-of-large-numbers.md).

Worked instance (monkeys and typewriters). In an i.i.d. sequence of uniform letters, let be the event that positions spell a fixed word of length . The are independent with , so and the word appears infinitely often almost surely. Nothing about "large numbers" is used — just divergence of a constant series.

6. Independence as a Modelling Assumption

Independence is a property of , not of the physical setup: it is stipulated when a model is written down, exactly as §2(c) of kolmogorov-axioms.md says the measure must be. The theorems that follow are conditional on that stipulation. Two structural weakenings matter downstream:

  • Exchangeability — invariance of the joint law under finite permutations — is strictly weaker, and de Finetti's theorem shows exchangeable sequences are precisely mixtures of i.i.d. ones (exchangeability-de-finetti.md).
  • Martingale differences — conditional independence of increments given the past — is weaker still, and suffices for versions of the limit theorems (martingales.md).

7. Where This Is Used