Berry–Esseen Bounds for Independent Sums

 Berry–Esseen Bounds for Independent Sums🔗

ProbabilityApproximation formalizes two quantitative central limit theorems in Lean 4 and Mathlib. The first is a nonuniform Berry--Esseen theorem for independent centered real summands. With W=\sum_iX_i, unit total variance, and \beta_3=\sum_i\mathbb E|X_i|^3, there is a universal constant C>0 such that \left|\Pr(W\le x)-\Phi(x)\right| \le\frac{C\beta_3}{1+|x|^3}, \qquad x\in\mathbb R. The proof follows the Stein-equation, concentration, one-sided-truncation, residual, and reflection argument of Chen and Shao (2005).

The second is Bentkus's multivariate Lyapunov bound. For independent centered random vectors, put W=\sum_iX_i, \Sigma=\operatorname{Cov}(W), and \beta=\sum_i\mathbb E\lVert\Sigma^{-1/2}X_i\rVert_2^3. If \Sigma is positive definite and Z\sim\mathcal N_d(0,\Sigma), then \sup_{A\in\mathcal C_d}\left|\Pr(W\in A)-\Pr(Z\in A)\right| \le C d^{1/4}\beta, where \mathcal C_d is the class of Borel convex subsets of \mathbb R^d. Its proof combines convex-distance smoothing, signed-distance coarea, Ball's Gaussian perimeter estimate, Gaussian replacement, an identity-covariance induction, and covariance-square-root whitening (Ball, 1993; Bentkus, 2004).

The chapters below present the scalar and multivariate arguments in mathematical order. For continuous reading and offline use, the complete text is also available as a PDF.

Contents

  1. 1. Nonuniform Berry--Esseen bounds
  2. 2. Normal approximation over convex sets
  3. References
  4. Dependency Graph