Theorems · Theorem · probability
ProbabilityTheory.integrable_rpow_mul_exp_of_integrable_exp_mul
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t v : ℝ},
t ≠ 0 →
MeasureTheory.Integrable (fun ω => Real.exp ((v + t) * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp ((v - t) * X ω)) μ →
∀ {p : ℝ}, 0 ≤ p → MeasureTheory.Integrable (fun ω => X ω ^ p * Real.exp (v * X ω)) μIf exp ((v + t) * X) and exp ((v - t) * X) are integrable, then for all nonnegative p : ℝ,
X ^ p * exp (v * X) is integrable.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- absproof · cited by 1,814
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- le_of_ltproof · cited by 1,175
- Real.expstatement and proof · cited by 871
- AEMeasurableproof · cited by 840
- mul_le_mul_of_nonneg_rightproof · cited by 301
- continuous_id'proof · cited by 295
- norm_mulproof · cited by 171
- Real.exp_posproof · cited by 169
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_rpow_of_integrable_exp_mulproof · cited by 1
- ProbabilityTheory.integrable_pow_mul_exp_of_integrable_exp_mulproof · cited by 0