Theorems · Theorem · real analysis
ContDiff.differentiable_iteratedFDeriv
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {E : Type uE} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type uF} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
{n : WithTop ℕ∞} {m : ℕ}, ↑m < n → ContDiff 𝕜 n f → Differentiable 𝕜 fun x => iteratedFDeriv 𝕜 m f xIf f is C^n then its m-times iterated derivative is differentiable for m < n.
- Defined in
- Mathlib.Analysis.Calculus.ContDiff.Defs
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement and proof · cited by 4,985
- WithTopstatement and proof · cited by 3,754
- ContinuousMultilinearMapstatement · cited by 1,016
- ContDiffstatement and proof · cited by 352
- Differentiablestatement · cited by 298
- iteratedFDerivstatement · cited by 211
- lt_add_oneproof · cited by 105
- ContDiff.of_leproof · cited by 18
- ENat.add_one_natCast_le_withTop_of_ltproof · cited by 8
Cited by4
Results whose statement or proof uses this declaration.
- VectorFourier.fourierIntegral_iteratedFDerivproof · cited by 2
- iteratedFDeriv_tsumproof · cited by 2
- contDiff_tsumproof · cited by 1
- SchwartzMap.iteratedLineDerivOp_eq_iteratedFDerivproof · cited by 0