foundations of probability
de Finetti's Theorem
You should know: exchangeability
Overview
De Finetti's theorem is one of the most profound results in probability: it characterizes infinite exchangeability as equivalent to being a mixture of i.i.d. processes. Specifically, if X_1, X_2, ... is infinitely exchangeable, then there exists a random probability measure mu (the de Finetti measure) such that, conditioning on mu, the X_i are i.i.d. with distribution mu. This theorem provides the mathematical foundation for Bayesian inference: priors are de Finetti mixing measures and data are conditionally i.i.d. given the parameter.
Intuition
De Finetti's theorem says: if you cannot tell the order, there must be hidden information. If two flips look symmetric (exchangeable), there is a 'hidden coin bias' theta such that once you know theta, the flips ARE independent. The prior distribution over theta is exactly the de Finetti mixing measure. This turns Bayesian reasoning (prior + likelihood) into a mathematical theorem rather than a philosophical choice.
Formal Definition
Let X_1, X_2, ... be an infinitely exchangeable sequence of {0,1}-valued random variables. Then there exists a unique probability measure Q on [0,1] (the de Finetti measure) such that for all n and all (x_1,...,x_n) in {0,1}^n: P(X_1=x_1,...,X_n=x_n) = integral_0^1 theta^{sum x_i} (1-theta)^{n - sum x_i} Q(d theta).
Notation
| Notation | Meaning |
|---|---|
| De Finetti mixing measure: the distribution of the latent parameter theta | |
| Latent parameter (e.g., coin bias): the a.s. limit of empirical frequency | |
| Prior distribution in Bayesian statistics = de Finetti measure |
Theorems
Worked Examples
- 1
By the de Finetti representation, P(X_1 = 1) = E_Q[theta] = integral_0^1 theta Q(d theta).
- 2
For Q = Beta(alpha, beta), E[theta] = alpha/(alpha+beta).
✓ Answer
P(X_1 = 1) = alpha/(alpha + beta), the mean of the Beta prior.
Practice Problems
Explain how de Finetti's theorem justifies the Bayesian approach to statistics: 'assume data are i.i.d. given an unknown parameter theta, with a prior on theta.'
Describe the de Finetti measure Q for the case where Q is a point mass at theta_0. What does the sequence X_1, X_2, ... look like?
Common Mistakes
Thinking de Finetti's theorem requires the X_i to actually be i.i.d.
De Finetti's theorem says the X_i are conditionally i.i.d. GIVEN theta. Marginally, they are exchangeable but correlated (Cov(X_i, X_j) = Var(theta) > 0 if Q is non-degenerate).
Applying de Finetti to finitely exchangeable sequences
De Finetti's representation theorem requires INFINITE exchangeability. Finitely exchangeable sequences (like sampling without replacement) do NOT have a de Finetti representation in general.
Quiz
Summary
- De Finetti's theorem: X_1, X_2, ... is infinitely exchangeable iff X_i | theta are i.i.d. for some random theta.
- The de Finetti measure Q is the law of theta = lim (X_1+...+X_n)/n (a.s. limit).
- Bayesian prior = de Finetti measure: exchangeability assumption uniquely determines the prior.
- Beta-Binomial: Beta prior is conjugate to i.i.d. Bernoulli; posterior is Beta(alpha+k, beta+n-k).
- Infinite vs finite exchangeability: only infinite exchangeability gives the de Finetti representation.
References
- Bookde Finetti, B. -- Theory of Probability, Vol. 1 (1974)
- BookAldous, D. -- Exchangeability and Related Topics (Lecture Notes in Mathematics 1117)
Mathematics