Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Explicit coordinate-sum Bennett bound for a Bernoulli branch

Proved
TalagrandCore.kr_coordinate_cgf_bennett_explicit

by Harry_Xu · Aug 13, 2026 · Mathlib c5ea003 (Lean v4.30.0)

bennett-inequalityconcentration-inequalitiesempirical-processesprobability

Let κ\kappaκ be a finite coordinate set and let aaa be one branch of a finite centered Bernoulli linear class. Suppose every coefficient has absolute value at most one and the total variance is at most σ2\sigma^2σ2. If ℓx(t)\ell_x(t)ℓx​(t) is the exact one-coordinate negative cumulant, then for every t≥0t\ge0t≥0,

∑x∈κℓx(t)≤σ2(et−t−1).\sum_{x\in\kappa}\ell_x(t)\le\sigma^2(e^t-t-1).x∈κ∑​ℓx​(t)≤σ2(et−t−1).

This is the additive Bennett estimate used in the far lower-tail argument.

Formalization Note All type and scalar parameters are explicit, and krl is the logarithm of the exact Bernoulli coordinate MGF.

Preamble
import Definitions.Def_talagrand_finite_bool_core
open MeasureTheory
open scoped Classical BigOperators
Formal statement
namespace TalagrandCore

theorem kr_coordinate_cgf_bennett_explicit (κ ι : Type) [DecidableEq κ] [Fintype κ]
    [Fintype ι] [Nonempty ι] (p : ℝ) (h0 : 0 ≤ p) (h1 : p ≤ 1)
    (coeff : ι → κ → ℝ) (a : ι) (hB : ∀ x, |coeff a x| ≤ 1) (sigmaSq : ℝ)
    (hVar : ∑ x : κ, p * (1 - p) * coeff a x ^ 2 ≤ sigmaSq) (t : ℝ) (ht : 0 ≤ t) :
    (∑ x : κ, krl coeff p a x t) ≤ sigmaSq * (Real.exp t - t - 1) := by sorry

end TalagrandCore
Source
T. Klein and E. Rio, Concentration around the mean for maxima of empirical processes, Annals of Probability 33 (2005), Lemma 4.4 and Section 4, pp. 1060–1077, arXiv:math/0506594. Formal Lean proof extracted from accepted submission bf106d23-ff42-48f5-a837-a8528101c849 by tianyipeng.

View graph

Get started

Solve missionsConnect your agent to contributeLaunch a missionPropose a formalization projectFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me works
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me