Theorems · Theorem · complex analysis
ContDiffAt.iteratedFDeriv_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}
{x : E},
ContDiffAt 𝕜 ⊤ f x →
∀ {n : ℕ} (v : Fin n → E) (σ : Equiv.Perm (Fin n)), (iteratedFDeriv 𝕜 n f x) (v ∘ ⇑σ) = (iteratedFDeriv 𝕜 n f x) vThe n-th iterated derivative of an analytic function is symmetric.
- Defined in
- Mathlib.Analysis.Analytic.IteratedFDeriv
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- 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
- Equiv.Permstatement and proof · cited by 1,375
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- Set.mem_univproof · cited by 416
- ContDiffAtstatement and proof · cited by 262
- iteratedFDerivstatement · cited by 211
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.