Theorems · Theorem · probability
ProbabilityTheory.integrable_exp_abs_mul_abs
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t : ℝ},
MeasureTheory.Integrable (fun ω => Real.exp (t * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp (-t * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp (|t| * |X ω|)) μIf ω ↦ exp (t * X ω) is integrable at t and -t, then ω ↦ exp (|t| * |X ω|) is
integrable.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- absstatement and proof · cited by 1,814
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- neg_negproof · cited by 960
- Real.expstatement and proof · cited by 871
- le_totalproof · cited by 294
- abs_of_nonnegproof · cited by 279
- abs_of_nonposproof · cited by 53
- ProbabilityTheory.integrable_exp_mul_absproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.