Theorems · Theorem · probability
ProbabilityTheory.integrable_pow_abs_mul_exp_of_mem_interior_integrableExpSet
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {v : ℝ},
v ∈ interior (ProbabilityTheory.integrableExpSet X μ) →
∀ (n : ℕ), MeasureTheory.Integrable (fun ω => |X ω| ^ n * Real.exp (v * X ω)) μIf v belongs to the interior of the interval integrableExpSet X μ,
then |X| ^ n * exp (v * X) is integrable for all n : ℕ.
- 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.
Cites14
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
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- absstatement and proof · cited by 1,814
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Real.expstatement and proof · cited by 871
- interiorstatement and proof · cited by 714
- ContinuousENormproof · cited by 290
- Nat.cast_nonneg'proof · cited by 245
- Real.rpow_natCastproof · cited by 93
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integrable_pow_abs_of_mem_interior_integrableExpSetproof · cited by 0