Theorems · Theorem · probability
ProbabilityTheory.Kernel.HasSubgaussianMGF.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 κ) →
ProbabilityTheory.Kernel.HasSubgaussianMGF (fun p => X p.1 + Y p.2) (c + cY) (κ.compProd η) νFor ν : Measure Ω', κ : Kernel Ω' Ω and η : (Ω' × Ω) Ω'', if a random variable X : Ω → ℝ
has a sub-Gaussian mgf with respect to κ and ν and another random variable Y : Ω'' → ℝ has
a sub-Gaussian mgf with respect to η and ν ⊗ₘ κ : Measure (Ω' × Ω), then X + Y (random
variable on the measurable space Ω × Ω'') has a sub-Gaussian mgf with respect to
κ ⊗ₖ η : Kernel Ω' (Ω × Ω'') and ν.
- Defined in
- Mathlib.Probability.Moments.SubGaussian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 295 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
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.Eventuallyproof · cited by 3,134
- MeasureTheory.aeproof · cited by 2,352
- MeasureTheory.integralproof · cited by 1,779
- 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
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.HasSubgaussianMGF.add_compproof · cited by 1