Mathlib Map

Theorems · Inductive type · probability

ProbabilityTheory.HasSubgaussianMGF

{Ω : Type u_1} →
  {mΩ : MeasurableSpace Ω} →
    (Ω → ℝ) → NNReal → autoParam (MeasureTheory.Measure Ω) ProbabilityTheory.HasSubgaussianMGF._auto_1 → Prop

A random variable X has a sub-Gaussian moment-generating function with parameter c with respect to a measure μ if for all t : ℝ, exp (t * X) is μ-integrable and the moment-generating function of X is bounded by exp (c * t ^ 2 / 2) for all t : ℝ. This implies in particular that X has expectation 0. This is equivalent to Kernel.HasSubgaussianMGF X c (Kernel.const Unit μ) (Measure.dirac ()), as proved in HasSubgaussianMGF_iff_kernel. Properties about sub-Gaussian moment-generating functions should be proved first for Kernel.HasSubgaussianMGF when possible.

Defined in
Mathlib.Probability.Moments.SubGaussian
Cited by
36 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

ProbabilityTheory.HasSubgaussianMGF_iff_kernel · cited by 9ProbabilityTheory.HasSubg…ProbabilityTheory.HasSubgaussianMGF.integrable_exp_mul · cited by 6HasSubgaussianMGF.integra…ProbabilityTheory.HasSubgaussianMGF.measure_ge_le · cited by 4HasSubgaussianMGF.measure…ProbabilityTheory.HasSubgaussianMGF.mgf_le · cited by 4HasSubgaussianMGF.mgf_leProbabilityTheory.HasSubgaussianMGF.add_of_hasCondSubgaussianMGF · cited by 2HasSubgaussianMGF.add_of_…ProbabilityTheory.HasSubgaussianMGF.integrableExpSet_eq_univ · cited by 2HasSubgaussianMGF.integra…ProbabilityTheory.HasSubgaussianMGF.of_map · cited by 2HasSubgaussianMGF.of_mapProbabilityTheory.HasSubgaussianMGF.sum_of_hasCondSubgaussianMGF · cited by 2HasSubgaussianMGF.sum_of_…ProbabilityTheory.HasSubgaussianMGF.sum_of_iIndepFun · cited by 2HasSubgaussianMGF.sum_of_…ProbabilityTheory.hasSubgaussianMGF_of_mem_Icc_of_integral_eq_zero · cited by 1ProbabilityTheory.hasSubg…ProbabilityTheory.HasSubgaussianMGF.add_of_indepFun · cited by 1HasSubgaussianMGF.add_of_…ProbabilityTheory.HasSubgaussianMGF.aemeasurable · cited by 1HasSubgaussianMGF.aemeasu…ProbabilityTheory.HasSubgaussianMGF.aestronglyMeasurable · cited by 1HasSubgaussianMGF.aestron…ProbabilityTheory.HasSubgaussianMGF.congr · cited by 1HasSubgaussianMGF.congrProbabilityTheory.HasSubgaussianMGF.fun_zero · cited by 1HasSubgaussianMGF.fun_zeroReal · cited by 25697RealMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureNNReal · cited by 4310NNRealProbabilityTheory.HasSubgauss…CITED BYCITES

Cites4

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

Cited by38

Results whose statement or proof uses this declaration.