Theorems · Theorem · probability
ProbabilityTheory.IsGaussian.integrable_exp_sq_of_conv_neg
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : MeasurableSpace E] [BorelSpace E]
[SecondCountableTopology E] (μ : MeasureTheory.Measure E) [ProbabilityTheory.IsGaussian μ] {C C' : ℝ},
MeasureTheory.Integrable (fun x => Real.exp (C * ‖x‖ ^ 2))
(μ.conv (MeasureTheory.Measure.map (⇑(ContinuousLinearEquiv.neg ℝ)) μ)) →
0 < C' → C' < C → MeasureTheory.Integrable (fun x => Real.exp (C' * ‖x‖ ^ 2)) μIf x ↦ exp (C * ‖x‖ ^ 2) is integrable with respect to the centered Gaussian
μ ∗ (μ.map (ContinuousLinearEquiv.neg ℝ)), then for all C' < C, x ↦ exp (C' * ‖x‖ ^ 2)
is integrable with respect to μ.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 294 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites59
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
- TopologicalSpaceproof · cited by 24,529
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallyproof · cited by 3,134
- Nat.cast_oneproof · cited by 2,501
- MeasureTheory.aeproof · cited by 2,352
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsGaussian.exists_integrable_exp_sqproof · cited by 1