Theorems · Theorem · probability
ProbabilityTheory.integrable_rpow_mul_exp_of_mem_interior_integrableExpSet
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {v : ℝ},
v ∈ interior (ProbabilityTheory.integrableExpSet X μ) →
∀ {p : ℝ}, 0 ≤ p → MeasureTheory.Integrable (fun ω => X ω ^ p * Real.exp (v * X ω)) μIf v belongs to the interior of the interval integrableExpSet X μ,
then X ^ p * exp (v * X) is integrable for all nonnegative p : ℝ.
- Cited by
- 2 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Integrablestatement · cited by 1,367
- Set.Iooproof · cited by 1,214
- Real.expstatement · cited by 871
- interiorstatement and proof · cited by 714
- ne_of_gtproof · cited by 637
- div_posproof · cited by 337
- mem_interior_iff_mem_nhdsproof · cited by 82
- ProbabilityTheory.integrableExpSetstatement and proof · cited by 66
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_rpow_of_mem_interior_integrableExpSetproof · cited by 0