Summary
Sethuraman gives the stick-breaking construction of the Dirichlet process: an explicit, elementary recipe that builds a random probability measure P as a countable weighted sum of point masses, and proves it satisfies the three defining properties of a Dirichlet measure. The construction works on arbitrary measurable spaces (no separable-complete-metric-space restriction), uses unordered weights (simpler than Ferguson's decreasing-order weights), and turns the theory of Dirichlet priors — conjugacy, discreteness, posterior form — into short self-contained proofs via a single self-similar distributional equation. It is the representation on which essentially all modern Bayesian-nonparametric computation is built.
Key Claims
- The construction. With base measure α=Mβ (β=α/α(X) the normalized base, M=α(X) the total mass), draw atoms Y1,Y2,…∼iidβ and "failure rates" θ1,θ2,…∼iidBeta(1,M), independent of the Y's. Set the stick-breaking weights p1=θ1, pn=θn∏m<n(1−θm) (which sum to 1 a.s.), and define
P=n=1∑∞pnδYn.(2.1)
Then P∼Dα, the Dirichlet process with parameter α.
- Three properties, cleanly proved. P1: Dα is a probability measure on the space of probability measures; P2: it puts probability one on the set of discrete measures (immediate from the construction); P3: the posterior after observing X is again Dirichlet, Dα+δX (conjugacy).
- Self-similar distributional equation. P=dθ1δY1+(1−θ1)P′, with P′ an independent copy of P. This one fixed-point equation (unique solution) drives the whole proof that P∼Dα and is the structural heart of the representation.
- No topological restrictions. Unlike Ferguson (1973) (Kolmogorov consistency / Harris lemma, needing a nice space) and Blackwell-MacQueen (1973) (de Finetti + generalized Pólya urn, needing a separable complete metric space), the construction is a plain product-measure argument valid for any (X,B).
- Unordered vs. ordered weights. Ferguson's Section-4 construction uses weights sorted in decreasing order; Sethuraman's unordered weights are the same set rearranged but yield a far simpler algebra (and there is no easy way to un-order Ferguson's).
Concepts Introduced or Extended
Entities Mentioned
Quotes
"In this paper we give a simple and new constructive definition of Dirichlet measures removing the restriction that the basic space should be Rk."
"The use of unordered weights in this paper simplifies all our calculations."
My Take
This is one of those papers whose representation became more important than its stated theorems: Ferguson (1973) had already defined the Dirichlet process and proved conjugacy, but Sethuraman's P=∑pnδYn with Beta(1,M) stick-breaks is what made the DP computable — truncated/blocked Gibbs samplers (Ishwaran-James), slice samplers, variational methods, and every hierarchical/dependent-DP generalization take this as their starting point. The self-similar equation P=dθ1δY1+(1−θ1)P′ is the whole idea in one line: break off a Beta(1,M) fraction of the remaining stick, drop an atom there, recurse. For the wiki it is the foundational source behind the stick-breaking bullet in Dirichlet Process Mixture — the constructive counterpart to Antoniak's (1974) cluster-count law — and the direct enabler of the DP-mixture samplers that Neal (2000) systematizes.