Theorems · Theorem · probability
ProbabilityTheory.integrable_exp_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
- 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.
Cites12
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
- absstatement and proof · cited by 1,814
- MulZeroClass.zero_mulproof · cited by 1,625
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Real.expstatement and proof · cited by 871
- neg_mulproof · cited by 654
- zero_subproof · cited by 335
- ProbabilityTheory.integrable_exp_mul_abs_addproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_exp_abs_mul_absproof · cited by 0