Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Klein–Rio Lemma 4.4: Bennett-kernel comparison

Proved
TalagrandCore.lemma44_consequence

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

concentration-inequalitiesempirical-processesprobabilitytalagrand

For t>0t>0t>0 and y≤1y\le1y≤1, the Bennett kernel obeys

(ty−1)ety+1≤y2(1+(t−1)et).(ty-1)e^{ty}+1\le y^2\bigl(1+(t-1)e^t\bigr).(ty−1)ety+1≤y2(1+(t−1)et).

This is the pointwise consequence of the monotonicity of x−2(1+(x−1)ex)x^{-2}(1+(x-1)e^x)x−2(1+(x−1)ex) used in Klein–Rio’s lower-tail entropy argument.

Formalization Note The statement remains valid without a lower bound on yyy.

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

variable {κ ι : Type} [DecidableEq κ] [Fintype κ]
variable [Fintype ι] [Nonempty ι]

theorem lemma44_consequence (t y : ℝ) (ht : 0 < t) (hy : y ≤ 1) :
    (t*y - 1) * Real.exp (t*y) + 1 ≤ y^2 * (1 + (t - 1) * Real.exp t) := by sorry

end TalagrandCore
Source
T. Klein and E. Rio, Concentration around the mean for maxima of empirical processes, Annals of Probability 33 (2005), Sections 2 and 4, pp. 1060–1077, arXiv:math/0506594. Formal Lean proof extracted from Prove2Me 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