Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.integrable_rpow_abs_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 : ℝ.

Defined in
Mathlib.Probability.Moments.IntegrableExpMul
Cited by
5 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.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.