Theorems · Theorem · probability
ProbabilityTheory.Kernel.HasSubgaussianMGF.const_mul
∀ {Ω : Type u_1} {Ω' : Type u_2} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'} {ν : MeasureTheory.Measure Ω'}
{κ : ProbabilityTheory.Kernel Ω' Ω} {X : Ω → ℝ} {c : NNReal},
ProbabilityTheory.Kernel.HasSubgaussianMGF X c κ ν →
∀ (r : ℝ), ProbabilityTheory.Kernel.HasSubgaussianMGF (fun ω => r * X ω) (NNReal.mk (r ^ 2) ⋯ * c) κ ν- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 253 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- mul_commproof · cited by 2,262
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- MeasureTheory.Integrableproof · cited by 1,367
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- NNReal.toRealproof · cited by 1,260
- Real.expproof · cited by 871
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasSubgaussianMGF.const_mulproof · cited by 0