Theorems · Theorem · complex analysis
HasFPowerSeriesWithinOnBall.iteratedFDerivWithin_eq_sum
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
{p : FormalMultilinearSeries 𝕜 E F} {s : Set E} {x : E} {r : ENNReal},
HasFPowerSeriesWithinOnBall f p s x r →
AnalyticOn 𝕜 f s →
UniqueDiffOn 𝕜 s →
x ∈ s → ∀ {n : ℕ} (v : Fin n → E), (iteratedFDerivWithin 𝕜 n f s x) v = ∑ σ, (p n) fun i => v (σ i)If a function has a power series in a ball, then its n-th iterated derivative is given by
(v₁, ..., vₙ) ↦ ∑ pₙ (v_{σ (1)}, ..., v_{σ (n)}) where the sum is over all
permutations of {1, ..., n}.
- Defined in
- Mathlib.Analysis.Analytic.IteratedFDeriv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Equiv.Permstatement and proof · cited by 1,375
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- FormalMultilinearSeriesstatement and proof · cited by 615
- Set.inter_subset_leftproof · cited by 360
Cited by2
Results whose statement or proof uses this declaration.
- AnalyticOn.iteratedFDerivWithin_comp_permproof · cited by 3
- HasFPowerSeriesOnBall.iteratedFDeriv_eq_sumproof · cited by 0