Documentation

FormalSLT.Probability.SubGaussianFiniteMax

Finite sub-Gaussian maximal inequality #

Finite maximal inequalities for weighted finite probability spaces. The module exposes the probability-facing wrapper around the finite MGF-to-supremum primitive used by the Dudley chaining layer.

theorem FormalSLT.Probability.SubGaussianFiniteMax.exp_finiteExpectation_le_of_jensen {Ω : Type u_1} [Fintype Ω] (w : Ω) (hw : ∀ (ω : Ω), 0 w ω) (hsum : ω : Ω, w ω = 1) (Z : Ω) (lam : ) :

Finite Jensen for the exponential function in weighted-expectation form.

theorem FormalSLT.Probability.SubGaussianFiniteMax.subgaussian_finite_max {Ω : Type u_1} {ι : Type u_2} [Fintype Ω] [Fintype ι] [Nonempty ι] (w : Ω) (hw : ∀ (ω : Ω), 0 w ω) (hsum : ω : Ω, w ω = 1) (Y : ιΩ) (sigma : ) (hsigma : 0 < sigma) (hmean : ∀ (i : ι), (Covering.FiniteSubGaussianChaining.finiteExpectation w fun (ω : Ω) => Y i ω) = 0) (hmgf : ∀ (i : ι) (lam : ), 0 lam(Covering.FiniteSubGaussianChaining.finiteExpectation w fun (ω : Ω) => Real.exp (lam * Y i ω)) Real.exp (lam ^ 2 * sigma ^ 2 / 2)) :

Finite maximal inequality for a one-sided sub-Gaussian family over a finite weighted probability space.

theorem FormalSLT.Probability.SubGaussianFiniteMax.subgaussian_finite_max_abs {Ω : Type u_1} {ι : Type u_2} [Fintype Ω] [Fintype ι] [Nonempty ι] (w : Ω) (hw : ∀ (ω : Ω), 0 w ω) (hsum : ω : Ω, w ω = 1) (Y : ιΩ) (sigma : ) (hsigma : 0 < sigma) (hmean : ∀ (i : ι), (Covering.FiniteSubGaussianChaining.finiteExpectation w fun (ω : Ω) => Y i ω) = 0) (hmgf_pos : ∀ (i : ι) (lam : ), 0 lam(Covering.FiniteSubGaussianChaining.finiteExpectation w fun (ω : Ω) => Real.exp (lam * Y i ω)) Real.exp (lam ^ 2 * sigma ^ 2 / 2)) (hmgf_neg : ∀ (i : ι) (lam : ), 0 lam(Covering.FiniteSubGaussianChaining.finiteExpectation w fun (ω : Ω) => Real.exp (lam * -Y i ω)) Real.exp (lam ^ 2 * sigma ^ 2 / 2)) :

Two-sided finite maximal inequality, proved by applying subgaussian_finite_max to the signed family indexed by Bool × ι.