Theorems · Theorem · probability
ProbabilityTheory.integrable_rpow_of_integrable_exp_mul
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t : ℝ},
t ≠ 0 →
MeasureTheory.Integrable (fun ω => Real.exp (t * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp (-t * X ω)) μ →
∀ {p : ℝ}, 0 ≤ p → MeasureTheory.Integrable (fun ω => X ω ^ p) μIf ω ↦ exp (t * X ω) is integrable at t and -t for t ≠ 0, then ω ↦ X ω ^ p is
integrable for all nonnegative p : ℝ.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 213 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
- mul_oneproof · cited by 3,885
- zero_addproof · cited by 2,366
- 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
- Real.exp_zeroproof · cited by 81
- ProbabilityTheory.integrable_rpow_mul_exp_of_integrable_exp_mulproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_pow_of_integrable_exp_mulproof · cited by 0