Theorems · Theorem · real analysis
OpenPartialHomeomorph.hasStrictDerivAt_symm
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] (f : OpenPartialHomeomorph 𝕜 𝕜) {a f' : 𝕜},
a ∈ f.target → f' ≠ 0 → HasStrictDerivAt (↑f) f' (↑f.symm a) → HasStrictDerivAt (↑f.symm) f'⁻¹ aIf f is an open partial homeomorphism defined on a neighbourhood of f.symm a, and f has a
nonzero derivative f' at f.symm a in the strict sense, then f.symm 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.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Inverse
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NontriviallyNormedField
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- PartialHomeomorph.toPartialEquivstatement and proof · cited by 917
- OpenPartialHomeomorph.toPartialHomeomorphstatement and proof · cited by 851
- OpenPartialHomeomorph.toFun'statement and proof · cited by 745
- OpenPartialHomeomorphstatement and proof · cited by 664
- PartialEquiv.targetstatement and proof · cited by 650
- OpenPartialHomeomorph.symmstatement and proof · cited by 460
- HasStrictDerivAtstatement and proof · cited by 163
- OpenPartialHomeomorph.continuousAtproof · cited by 23
- OpenPartialHomeomorph.eventually_right_inverseproof · cited by 9
- HasStrictDerivAt.of_local_left_inverseproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- Complex.hasStrictDerivAt_logproof · cited by 8
- Real.hasStrictDerivAt_arctanproof · cited by 3
- Real.hasStrictDerivAt_arsinhproof · cited by 3
- Real.deriv_sqrt_auxproof · cited by 2
- Real.deriv_arcsin_auxproof · cited by 2
- Real.hasStrictDerivAt_arcoshproof · cited by 1