Theorems · Theorem · probability
ProbabilityTheory.Kernel.HasSubgaussianMGF.measure_ge_le
∀ {Ω : Type u_1} {Ω' : Type u_2} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'} {ν : MeasureTheory.Measure Ω'}
{κ : ProbabilityTheory.Kernel Ω' Ω} {X : Ω → ℝ} {c : NNReal},
ProbabilityTheory.Kernel.HasSubgaussianMGF X c κ ν →
∀ {ε : ℝ}, 0 ≤ ε → ∀ᵐ (ω' : Ω') ∂ν, (κ ω').real {ω | ε ≤ X ω} ≤ Real.exp (-ε ^ 2 / (2 * ↑c))Chernoff bound on the right tail of a sub-Gaussian random variable.
- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.ofPredstatement and proof · cited by 6,101
- NNRealstatement and proof · cited by 4,310
- Set.univproof · cited by 3,945
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement · cited by 3,134
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasSubgaussianMGF.measure_ge_leproof · cited by 4