Theorems · Theorem · probability
ProbabilityTheory.integrable_exp_mul_abs_add
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t v : ℝ},
MeasureTheory.Integrable (fun ω => Real.exp ((v + t) * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp ((v - t) * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp (t * |X ω| + v * X ω)) μIf exp ((v + t) * X) and exp ((v - t) * X) are integrable, then
ω ↦ exp (t * |X| + v * X) is integrable.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- mul_commproof · cited by 2,262
- absstatement and proof · cited by 1,814
- MulZeroClass.zero_mulproof · cited by 1,625
- add_commproof · cited by 1,535
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- le_of_ltproof · cited by 1,175
- sub_eq_add_negproof · cited by 1,023
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_exp_abs_mul_abs_addproof · cited by 1
- ProbabilityTheory.integrable_exp_mul_absproof · cited by 1