Theorems · Definition · real analysis
ContDiffOn
(𝕜 : Type u) →
[inst : NontriviallyNormedField 𝕜] →
{E : Type uE} →
[inst_1 : NormedAddCommGroup E] →
[NormedSpace 𝕜 E] →
{F : Type uF} → [inst_3 : NormedAddCommGroup F] → [NormedSpace 𝕜 F] → WithTop ℕ∞ → (E → F) → Set E → PropA function is continuously differentiable up to n on s if, for any point x in s, it
admits continuous derivatives up to order n on a neighborhood of x in s.
The parameter n belongs to ℕ∞ω (accessible in the ContDiff scope), i.e. it can be a natural
number, ∞, or ω.
For n = ∞, we only require that this holds up to any finite order (where the neighborhood may
depend on the finite order we consider).
For n = ω, we require the function to be analytic within s at every point of s. The precise
definition we give (all the derivatives should be analytic) is more involved to work around issues
when the space is not complete, but it is equivalent when the space is complete.
- Defined in
- Mathlib.Analysis.Calculus.ContDiff.Defs
- Cited by
- 294 results in Mathlib
- Foundations
- Depth 172 from the axioms, rests on 4,272 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- WithTopstatement and proof · cited by 3,754
- ContDiffWithinAtproof · cited by 283
Cited by306
Results whose statement or proof uses this declaration.
- ContDiff.contDiffOnstatement · cited by 38
- ContDiffOn.of_lestatement and proof · cited by 25
- contDiffOn_univstatement and proof · cited by 25
- ContDiff.comp_contDiffOnstatement and proof · cited by 20
- ContDiffOn.analyticOnstatement and proof · cited by 15
- ContDiffOn.compstatement and proof · cited by 14
- ContDiffOn.continuousOnstatement and proof · cited by 14
- contDiffOn_idstatement · cited by 14
- ContDiffOn.congrstatement and proof · cited by 13
- Function.HasTemperateGrowth.compproof · cited by 12
- ContDiffOn.differentiableOnstatement and proof · cited by 11
- ContDiffOn.ftaylorSeriesWithinstatement and proof · cited by 11
Showing the 200 most cited of 306.