Theorems · Theorem · real analysis
HasStrictFDerivAt.of_local_left_inverse
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F} {f' : E ≃L[𝕜] F}
{g : F → E} {a : F},
ContinuousAt g a →
HasStrictFDerivAt f (↑f') (g a) → (∀ᶠ (y : F) in nhds a, f (g y) = y) → HasStrictFDerivAt g (↑f'.symm) aIf f (g y) = y for y in some neighborhood of a, g is continuous at a, and f has an
invertible derivative f' at g a in the strict sense, then g has the derivative f'⁻¹ at a
in the strict sense.
This is one of the easy parts of the inverse function theorem: it assumes that we already have an
inverse function.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- nhdsstatement and proof · cited by 5,554
- Filter.Eventuallystatement and proof · cited by 3,134
- ContinuousLinearEquivstatement and proof · cited by 743
- ContinuousAtstatement and proof · cited by 697
- ContinuousLinearEquiv.toContinuousLinearMapstatement and proof · cited by 448
- ContinuousLinearEquiv.symmstatement · cited by 368
- HasStrictFDerivAtstatement and proof · cited by 261
- ContinuousLinearEquiv.symm_apply_applyproof · cited by 39
Cited by2
Results whose statement or proof uses this declaration.
- HasStrictDerivAt.of_local_left_inverseproof · cited by 2
- OpenPartialHomeomorph.hasStrictFDerivAt_symmproof · cited by 1