Theorems · Theorem · probability
ProbabilityTheory.integrable_exp_mul_of_abs_le
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t u : ℝ},
MeasureTheory.Integrable (fun ω => Real.exp (u * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp (-u * X ω)) μ →
|t| ≤ |u| → MeasureTheory.Integrable (fun ω => Real.exp (t * X ω)) μIf ω ↦ exp (u * X ω) is integrable at u and -u, then it is integrable on [-u, u].
- Cited by
- 0 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.
Cites15
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
- LE.le.transproof · cited by 3,151
- 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
- le_abs_selfproof · cited by 113
- abs_of_nonposproof · cited by 53
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.