Gaussian Comparison Constants and Named Results #
This file defines the explicit constants (t0, A, B, a, p0, z,
c0) and the two named results:
gaussianDomination_c0: convex domination at the sharp scalegaussianSharpness_below_c0: failure below the sharp scale
@[reducible, inline]
The tail-cap transition point sqrt (2 log 2).
Equations
Instances For
@[reducible, inline]
The total sub-Gaussian tail-envelope mass.
Equations
Instances For
@[reducible, inline]
The plateau height p₀ = 2 exp (-a² / 2).
Equations
Instances For
@[reducible, inline]
The optimal Gaussian comparison scale.
Equations
Instances For
@[reducible, inline]
The centered Gaussian law with standard deviation c.
Instances For
theorem
ConvexSubgaussian.gaussianDomination_c0
{Ω : Type u_1}
[MeasurableSpace Ω]
(P : MeasureTheory.Measure Ω)
[MeasureTheory.IsProbabilityMeasure P]
(X : Ω → ℝ)
(hX : IsOneSubgaussian P X)
{f : ℝ → ℝ}
(hf : ConvexOn ℝ Set.univ f)
(hPX : MeasureTheory.Integrable (fun (ω : Ω) => f (X ω)) P)
(hG : MeasureTheory.Integrable f (gaussianScale c0))
:
Convex domination at the sharp Gaussian scale c₀.
theorem
ConvexSubgaussian.gaussianSharpness_below_c0
{c : ℝ}
(hc : 0 < c)
(hc_lt : c < c0)
:
MeasureTheory.IsProbabilityMeasure OneDimConvexDom.muStar ∧ (IsOneSubgaussian OneDimConvexDom.muStar fun (x : ℝ) => x) ∧ ∃ (u : ℝ), 0 ≤ u ∧ ∫ (x : ℝ), psi u x ∂OneDimConvexDom.muStar > ∫ (x : ℝ), psi u x ∂gaussianScale c
Sharpness below c₀: the canonical extremal witness beats the Gaussian.