Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.HasSubgaussianMGF.mgf_le

∀ {Ω : Type u_1} {Ω' : Type u_2} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'} {X : Ω → ℝ} {c : NNReal}
  {κ : ProbabilityTheory.Kernel Ω' Ω}
  {ν : autoParam (MeasureTheory.Measure Ω') ProbabilityTheory.Kernel.HasSubgaussianMGF._auto_1},
  ProbabilityTheory.Kernel.HasSubgaussianMGF X c κ ν →
    ∀ᵐ (ω' : Ω') ∂ν, ∀ (t : ℝ), ProbabilityTheory.mgf X (κ ω') t ≤ Real.exp (↑c * t ^ 2 / 2)
Defined in
Mathlib.Probability.Moments.SubGaussian
Cited by
13 results in Mathlib
Foundations
Depth 251 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ProbabilityTheory.Kernel.HasSubgaussianMGF.congr · cited by 4HasSubgaussianMGF.congrProbabilityTheory.Kernel.HasSubgaussianMGF.isFiniteMeasure · cited by 3HasSubgaussianMGF.isFinit…ProbabilityTheory.Kernel.HasSubgaussianMGF.cgf_le · cited by 2HasSubgaussianMGF.cgf_leProbabilityTheory.Kernel.HasSubgaussianMGF.measure_ge_le_exp_add · cited by 2HasSubgaussianMGF.measure…ProbabilityTheory.Kernel.HasSubgaussianMGF.neg · cited by 2HasSubgaussianMGF.negProbabilityTheory.Kernel.HasSubgaussianMGF.of_map · cited by 1HasSubgaussianMGF.of_mapProbabilityTheory.Kernel.HasSubgaussianMGF.prodMkLeft_compProd · cited by 1HasSubgaussianMGF.prodMkL…ProbabilityTheory.Kernel.HasSubgaussianMGF.add · cited by 1HasSubgaussianMGF.addProbabilityTheory.Kernel.HasSubgaussianMGF.add_compProd · cited by 1HasSubgaussianMGF.add_com…ProbabilityTheory.Kernel.HasSubgaussianMGF.const_mul · cited by 1HasSubgaussianMGF.const_m…ProbabilityTheory.HasCondSubgaussianMGF.mgf_le · cited by 1HasCondSubgaussianMGF.mgf…ProbabilityTheory.Kernel.HasSubgaussianMGF.measure_univ_le_one · cited by 1HasSubgaussianMGF.measure…ProbabilityTheory.Kernel.HasSubgaussianMGF.id_map_iff · cited by 0HasSubgaussianMGF.id_map_…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureNNReal · cited by 4310NNRealFilter.Eventually · cited by 3134Filter.EventuallyMeasureTheory.ae · cited by 2352MeasureTheory.aeProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelNNReal.toReal · cited by 1260NNReal.toRealReal.exp · cited by 871Real.expProbabilityTheory.mgf · cited by 113ProbabilityTheory.mgfProbabilityTheory.Kernel.HasSubgaussianMGF · cited by 36Kernel.HasSubgaussianMGFHasSubgaussianMGF.mgf_leCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.