Theorems · Theorem · probability
ProbabilityTheory.hasDerivAt_integral_pow_mul_exp
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {z : ℂ},
z.re ∈ interior (ProbabilityTheory.integrableExpSet X μ) →
∀ (n : ℕ),
HasDerivAt (fun z => ∫ (x : Ω), (fun ω => ↑(X ω) ^ n * Complex.exp (z * ↑(X ω))) x ∂μ)
(∫ (x : Ω), (fun ω => ↑(X ω) ^ (n + 1) * Complex.exp (z * ↑(X ω))) x ∂μ) zFor z : ℂ with z.re ∈ interior (integrableExpSet X μ), the derivative of the function
z' ↦ μ[X ^ n * cexp (z' * X)] at z is μ[X ^ (n + 1) * cexp (z * X)].
- Defined in
- Mathlib.Probability.Moments.ComplexMGF
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 265 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites79
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
- Moduleproof · cited by 20,661
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommGroupproof · cited by 12,871
- MeasureTheory.Measurestatement and proof · cited by 10,939
- NontriviallyNormedFieldproof · cited by 8,742
- Complexstatement and proof · cited by 5,565
- Norm.normproof · cited by 5,413
- LE.le.transproof · cited by 3,151
- mul_commproof · cited by 2,262
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.hasDerivAt_integral_pow_mul_exp_realproof · cited by 3
- ProbabilityTheory.hasDerivAt_complexMGFproof · cited by 2
- ProbabilityTheory.hasDerivAt_iteratedDeriv_complexMGFproof · cited by 1