Klein–Rio Proposition 2.1 on a finite Bernoulli cube
ProvedTalagrandCore.kr_prop21concentration-inequalitiesempirical-processesprobabilitytalagrand
Let be a function on a finite product space and let be auxiliary functions. Writing for expectation over coordinate , generalized entropy tensorization gives
This is Proposition 2.1 of Klein–Rio specialized to the finite Bernoulli product space.
Formalization Note Positivity hypotheses replace the integrability side conditions, which are automatic on the finite cube.
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 kr_prop21 (p : NNReal) (hp : p ≤ 1)
(f : (κ → Bool) → ℝ) (hf : ∀ ω, 0 < f ω)
(g : κ → (κ → Bool) → ℝ) (hg : ∀ x ω, 0 < g x ω) :
Ex (p : ℝ) (fun ω => f ω * Real.log (f ω)) -
Ex (p : ℝ) f * Real.log (Ex (p : ℝ) f) ≤
∑ x : κ,
(Ex (p : ℝ) (fun ω => g x ω * Real.log (g x ω / condEx (p : ℝ) x (g x) ω)) +
Ex (p : ℝ) (fun ω => (f ω - g x ω) *
Real.log (f ω / condEx (p : ℝ) x f ω))) := by sorry
end TalagrandCoreSource
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.