Theorems · Theorem · complex analysis
ContDiffWithinAt.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},
ContDiffWithinAt 𝕜 ⊤ f s x →
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
- 2 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Top.topstatement and proof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- IsOpenproof · cited by 2,400
- le_rflproof · cited by 1,558
- Equiv.Permstatement and proof · cited by 1,375
- ContinuousMultilinearMapstatement and proof · cited by 1,016
Cited by2
Results whose statement or proof uses this declaration.
- ContDiffWithinAt.domDomCongr_iteratedFDerivWithinproof · cited by 2
- ContDiffAt.iteratedFDeriv_comp_permproof · cited by 0