Theorems · Theorem · probability
ProbabilityTheory.integrable_exp_abs_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
- 1 results in Mathlib
- Foundations
- Depth 209 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
- Real.expstatement and proof · cited by 871
- le_totalproof · cited by 294
- abs_of_nonnegproof · cited by 279
- sub_neg_eq_addproof · cited by 264
- abs_of_nonposproof · cited by 53
- ProbabilityTheory.integrable_exp_mul_abs_addproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_rpow_abs_mul_exp_add_of_integrable_exp_mulproof · cited by 2