Theorems · Theorem · probability
ProbabilityTheory.Kernel.HasSubgaussianMGF.integrable_exp_add_compProd
∀ {Ω : Type u_1} {Ω' : Type u_2} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'} {ν : MeasureTheory.Measure Ω'}
{κ : ProbabilityTheory.Kernel Ω' Ω} {X : Ω → ℝ} {c : NNReal} {Ω'' : Type u_3} {mΩ'' : MeasurableSpace Ω''}
{Y : Ω'' → ℝ} {cY : NNReal} [MeasureTheory.SFinite ν] {η : ProbabilityTheory.Kernel (Ω' × Ω) Ω''}
[ProbabilityTheory.IsZeroOrMarkovKernel η],
ProbabilityTheory.Kernel.HasSubgaussianMGF X c κ ν →
ProbabilityTheory.Kernel.HasSubgaussianMGF Y cY η (ν.compProd κ) →
∀ (t : ℝ), MeasureTheory.Integrable (fun ω => Real.exp (t * (X ω.1 + Y ω.2))) (ν.bind ⇑(κ.compProd η))- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- ENNRealproof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- ENNReal.ofNNRealproof · cited by 1,279
- Real.expstatement and proof · cited by 871
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.MemLpproof · cited by 457
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.HasSubgaussianMGF.add_compProdproof · cited by 1