Theorems · Theorem · global analysis
exists_continuousLinearEquiv_fderivWithin_symm_eq
∀ {𝕜 : 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] [CompleteSpace E]
{f : E → F} {s : Set E} {x : E},
ContDiffWithinAt 𝕜 2 f s x →
(fderivWithin 𝕜 f s x).IsInvertible →
UniqueDiffOn 𝕜 s →
x ∈ s →
∃ N,
ContDiffWithinAt 𝕜 1 (fun y => ↑(N y)) s x ∧
ContDiffWithinAt 𝕜 1 (fun y => ↑(N y).symm) s x ∧
(∀ᶠ (y : E) in nhdsWithin x s, ↑(N y) = fderivWithin 𝕜 f s y) ∧
∀ (v : E),
(fderivWithin 𝕜 (fun y => ↑(N y).symm) s x) v =
-↑(N x).symm ∘SL (fderivWithin 𝕜 (fderivWithin 𝕜 f s) s x) v ∘SL ↑(N x).symmIf a C^2 map has an invertible derivative within a set at a point, then nearby derivatives
can be written as continuous linear equivs, which depend in a C^1 way on the point, as well as
their inverse, and moreover one can compute the derivative of the inverse.
- Defined in
- Mathlib.Analysis.Calculus.VectorField
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
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
- Moduleproof · cited by 20,661
- 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.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- ENatstatement and proof · cited by 4,985
- Set.rangeproof · cited by 4,705
Cited by3
Results whose statement or proof uses this declaration.
- VectorField.pullbackWithin_lieBracketWithin_of_isSymmSndFDerivWithinAtproof · cited by 3
- VectorField.DifferentiableWithinAt.pullbackWithinproof · cited by 0
- exists_continuousLinearEquiv_fderiv_symm_eqproof · cited by 0