Mathlib Map

Theorems · Definition · global analysis

HasStrictFDerivAt.localInverse

{𝕜 : 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) → (f' : E ≃L[𝕜] F) → (a : E) → [CompleteSpace E] → HasStrictFDerivAt f (↑f') a → F → E

Given a function f with an invertible derivative, returns a function that is locally inverse to f.

Defined in
Mathlib.Analysis.Calculus.InverseFunctionTheorem.FDeriv
Cited by
11 results in Mathlib
Foundations
Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceCompleteSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

HasStrictDerivAt.localInverse · cited by 7HasStrictDerivAt.localInv…HasStrictFDerivAt.to_localInverse · cited by 4HasStrictFDerivAt.to_loca…HasStrictFDerivAt.localInverse_apply_image · cited by 4HasStrictFDerivAt.localIn…HasStrictFDerivAt.eventually_left_inverse · cited by 4HasStrictFDerivAt.eventua…HasStrictFDerivAt.eventually_right_inverse · cited by 4HasStrictFDerivAt.eventua…ImplicitFunctionData.prodFun_implicitFunction · cited by 3ImplicitFunctionData.prod…ImplicitFunctionData.hasStrictFDerivAt_implicitFunction_fderiv · cited by 2ImplicitFunctionData.hasS…ContDiffAt.localInverse · cited by 2ContDiffAt.localInverseHasStrictFDerivAt.localInverse_unique · cited by 2HasStrictFDerivAt.localIn…HasStrictFDerivAt.localInverse_def · cited by 1HasStrictFDerivAt.localIn…HasStrictFDerivAt.localInverse_continuousAt · cited by 0HasStrictFDerivAt.localIn…HasStrictFDerivAt.localInverse_tendsto · cited by 0HasStrictFDerivAt.localIn…HasStrictFDerivAt.localInverse.congr_simp · cited by 0localInverse.congr_simpRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldCompleteSpace · cited by 2532CompleteSpaceOpenPartialHomeomorph.toFun' · cited by 745OpenPartialHomeomorph.toF…ContinuousLinearEquiv · cited by 743ContinuousLinearEquivOpenPartialHomeomorph.symm · cited by 460OpenPartialHomeomorph.symmContinuousLinearEquiv.toContinuousLinearMap · cited by 448ContinuousLinearEquiv.toC…HasStrictFDerivAt · cited by 261HasStrictFDerivAtHasStrictFDerivAt.toOpenPartialHomeomorph · cited by 16HasStrictFDerivAt.toOpenP…HasStrictFDerivAt.localInverseCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.