Theorems · Theorem · probability
ProbabilityTheory.hasDerivAt_integral_pow_mul_exp_real
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t : ℝ},
t ∈ interior (ProbabilityTheory.integrableExpSet X μ) →
∀ (n : ℕ),
HasDerivAt (fun t => ∫ (x : Ω), (fun ω => X ω ^ n * Real.exp (t * X ω)) x ∂μ)
(∫ (x : Ω), (fun ω => X ω ^ (n + 1) * Real.exp (t * X ω)) x ∂μ) tFor t : ℝ with t ∈ interior (integrableExpSet X μ), the derivative of the function
x ↦ μ[X ^ n * exp (x * X)] at t is μ[X ^ (n + 1) * exp (t * X)].
- Defined in
- Mathlib.Probability.Moments.MGFAnalytic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Complexproof · cited by 5,565
- nhdsproof · cited by 5,554
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- Complex.ofRealproof · cited by 1,654
- Filter.mp_memproof · cited by 1,537
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.hasDerivAt_mgfproof · cited by 2
- ProbabilityTheory.hasDerivAt_iteratedDeriv_mgfproof · cited by 1
- ProbabilityTheory.iteratedDeriv_two_cgfproof · cited by 1