Theorems · Theorem · probability
ProbabilityTheory.HasCondSubgaussianMGF.ae_trim_condExp_le
∀ {Ω : Type u_1} {m mΩ : MeasurableSpace Ω} {hm : m ≤ mΩ} [inst : StandardBorelSpace Ω] {μ : MeasureTheory.Measure Ω}
[inst_1 : MeasureTheory.IsFiniteMeasure μ] {X : Ω → ℝ} {c : NNReal},
ProbabilityTheory.HasCondSubgaussianMGF m hm X c μ →
∀ (t : ℝ), ∀ᵐ (ω' : Ω) ∂μ.trim hm, μ[fun ω => Real.exp (t * X ω) | m] ω' ≤ Real.exp (↑c * t ^ 2 / 2)- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 305 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- NNRealstatement and proof · cited by 4,310
- Filter.Eventuallystatement · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqproof · cited by 1,912
- MeasureTheory.integralproof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- NNReal.toRealstatement and proof · cited by 1,260
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasCondSubgaussianMGF.ae_condExp_leproof · cited by 0