Theorems · Theorem · probability
ProbabilityTheory.integrable_pow_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 ω)) μ →
∀ (n : ℕ), MeasureTheory.Integrable (fun ω => X ω ^ n * Real.exp (v * X ω)) μIf exp ((v + t) * X) and exp ((v - t) * X) are integrable, then for all n : ℕ,
X ^ n * exp (v * X) is integrable.
- Cited by
- 0 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.
Cites10
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
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Real.expstatement and proof · cited by 871
- ContinuousENormproof · cited by 290
- Nat.cast_nonneg'proof · cited by 245
- Real.rpow_natCastproof · cited by 93
- ProbabilityTheory.integrable_rpow_mul_exp_of_integrable_exp_mulproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.