Theorems · Definition · real analysis
ContDiff
(𝕜 : 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) → PropA function is continuously differentiable up to n if it admits derivatives up to
order n, which are continuous. Contrary to the case of definitions in domains (where derivatives
might not be unique) we do not need to localize the definition in space or time.
The parameter n belongs to ℕ∞ω (accessible in the ContDiff scope), i.e. it can be a natural
number, ∞, or ω.
For n = ω, we require the function to be analytic. 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
- 352 results in Mathlib
- Foundations
- Depth 171 from the axioms, rests on 4,268 definitions · 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
- Top.topproof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement and proof · cited by 4,985
- Set.univproof · cited by 3,945
- WithTopstatement and proof · cited by 3,754
- WithTop.someproof · cited by 1,128
- FormalMultilinearSeriesproof · cited by 615
- AnalyticOnNhdproof · cited by 206
- HasFTaylorSeriesUpToproof · cited by 25
Cited by393
Results whose statement or proof uses this declaration.
- ContDiff.contDiffAtstatement and proof · cited by 106
- Function.HasTemperateGrowthproof · cited by 88
- ContDiff.compstatement and proof · cited by 48
- contDiff_idstatement · cited by 40
- ContDiff.contDiffOnstatement and proof · cited by 38
- contDiff_conststatement · cited by 36
- contDiff_iff_contDiffAtstatement · cited by 28
- contDiffOn_univstatement and proof · cited by 25
- ContDiff.continuousstatement and proof · cited by 23
- ContDiff.comp_contDiffOnstatement and proof · cited by 20
- IsBoundedBilinearMap.contDiffstatement · cited by 19
- ContDiff.of_lestatement and proof · cited by 18
Showing the 200 most cited of 393.