Theorems · Theorem · real analysis
contDiff_iff_iteratedDeriv
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {F : Type u_2} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {n : ℕ∞},
ContDiff 𝕜 (↑n) f ↔
(∀ (m : ℕ), ↑m ≤ n → Continuous (iteratedDeriv m f)) ∧ ∀ (m : ℕ), ↑m < n → Differentiable 𝕜 (iteratedDeriv m f)The property of being C^n, initially defined in terms of the Fréchet derivative, can be
reformulated in terms of the one-dimensional derivative.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Continuousstatement and proof · cited by 2,592
- WithTop.somestatement · cited by 1,128
- ContDiffstatement · cited by 352
- Differentiablestatement and proof · cited by 298
- iteratedDerivstatement and proof · cited by 188
- ContinuousMultilinearMap.piFieldEquivproof · cited by 15
- iteratedFDeriv_eq_equiv_compproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- ContDiff.continuous_iteratedDerivproof · cited by 1
- ContDiff.differentiable_iteratedDerivproof · cited by 1
- contDiff_of_differentiable_iteratedDerivproof · cited by 0
- contDiff_nat_iff_iteratedDerivproof · cited by 0