Theorems · Theorem · probability
ProbabilityTheory.hasDerivAt_iteratedDeriv_mgf
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t : ℝ},
t ∈ interior (ProbabilityTheory.integrableExpSet X μ) →
∀ (n : ℕ),
HasDerivAt (iteratedDeriv n (ProbabilityTheory.mgf X μ))
(∫ (x : Ω), (fun ω => X ω ^ (n + 1) * Real.exp (t * X ω)) x ∂μ) t- Defined in
- Mathlib.Probability.Moments.MGFAnalytic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- nhdsproof · cited by 5,554
- Filter.Eventuallyproof · cited by 3,134
- zero_addproof · cited by 2,366
- Filter.EventuallyEqproof · cited by 1,912
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- pow_oneproof · cited by 894
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iteratedDeriv_mgfproof · cited by 2