Theorems · Theorem · complex analysis
AnalyticOn.iteratedFDerivWithin_comp_perm
∀ {𝕜 : 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}
{s : Set E} {x : E},
AnalyticOn 𝕜 f s →
UniqueDiffOn 𝕜 s →
x ∈ s →
∀ {n : ℕ} (v : Fin n → E) (σ : Equiv.Perm (Fin n)),
(iteratedFDerivWithin 𝕜 n f s x) (v ∘ ⇑σ) = (iteratedFDerivWithin 𝕜 n f s x) vThe n-th iterated derivative of an analytic function on a set is symmetric.
- Defined in
- Mathlib.Analysis.Analytic.IteratedFDeriv
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- ENNRealproof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- Finset.sum_congrproof · cited by 2,323
- Equiv.Permstatement and proof · cited by 1,375
- ContinuousMultilinearMapstatement · cited by 1,016
- FormalMultilinearSeriesproof · cited by 615
Cited by3
Results whose statement or proof uses this declaration.
- ContDiffWithinAt.iteratedFDerivWithin_comp_permproof · cited by 2
- AnalyticOn.domDomCongr_iteratedFDerivWithinproof · cited by 1
- AnalyticOn.iteratedFDeriv_comp_permproof · cited by 0