Theorems · Theorem · functional analysis
HasFDerivWithinAt.uniqueDiffWithinAt
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
{s : Set E} {f' : E →L[𝕜] F} {x : E},
HasFDerivWithinAt f f' s x → UniqueDiffWithinAt 𝕜 s x → DenseRange ⇑f' → UniqueDiffWithinAt 𝕜 (f '' s) (f x)If a set has the unique differentiability property at a point x, then the image of this set under a map with onto derivative has also the unique differentiability property at the image point.
- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Equiv
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.imagestatement · cited by 5,609
- ContinuousLinearMapstatement and proof · cited by 5,352
- HasFDerivWithinAtstatement and proof · cited by 356
- Set.Subset.rflproof · cited by 255
- UniqueDiffWithinAtstatement and proof · cited by 252
- Submodule.subset_spanproof · cited by 234
Cited by3
Results whose statement or proof uses this declaration.
- UniqueMDiffWithinAt.image_denseRangeproof · cited by 2
- HasFDerivWithinAt.uniqueDiffWithinAt_of_continuousLinearEquivproof · cited by 1
- UniqueDiffOn.imageproof · cited by 1