Theorems · Theorem · real analysis
contDiffOn_iff_continuousOn_differentiableOn
∀ {𝕜 : 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] {s : Set E}
{f : E → F} {n : ℕ∞},
UniqueDiffOn 𝕜 s →
(ContDiffOn 𝕜 (↑n) f s ↔
(∀ (m : ℕ), ↑m ≤ n → ContinuousOn (fun x => iteratedFDerivWithin 𝕜 m f s x) s) ∧
∀ (m : ℕ), ↑m < n → DifferentiableOn 𝕜 (fun x => iteratedFDerivWithin 𝕜 m f s x) s)- Defined in
- Mathlib.Analysis.Calculus.ContDiff.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 186 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.
- Setstatement and proof · cited by 53,352
- 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
- ContinuousOnstatement and proof · cited by 1,411
- WithTop.somestatement and proof · cited by 1,128
- ContinuousMultilinearMapstatement · cited by 1,016
- DifferentiableOnstatement and proof · cited by 419
- ContDiffOnstatement and proof · cited by 294
- UniqueDiffOnstatement and proof · cited by 215
- iteratedFDerivWithinstatement and proof · cited by 147
Cited by3
Results whose statement or proof uses this declaration.
- contDiff_iff_continuous_differentiableproof · cited by 6
- contDiffOn_iff_continuousOn_differentiableOn_derivproof · cited by 1
- contDiffOn_nat_iff_continuousOn_differentiableOnproof · cited by 0