Mathlib Map

Theorems · Definition · global analysis

HasStrictFDerivAt.toOpenPartialHomeomorph

{𝕜 : 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 → OpenPartialHomeomorph E F

Given a function with an invertible strict derivative at a, returns an OpenPartialHomeomorph with to_fun = f and a ∈ source. This is a part of the inverse function theorem. The other part HasStrictFDerivAt.to_localInverse states that the inverse function of this OpenPartialHomeomorph has derivative f'.symm.

Defined in
Mathlib.Analysis.Calculus.InverseFunctionTheorem.FDeriv
Cited by
16 results in Mathlib
Foundations
Depth 183 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.

HasStrictFDerivAt.localInverse · cited by 11HasStrictFDerivAt.localIn…HasStrictFDerivAt.mem_toOpenPartialHomeomorph_source · cited by 10HasStrictFDerivAt.mem_toO…ImplicitFunctionData.toOpenPartialHomeomorph · cited by 6ImplicitFunctionData.toOp…HasStrictFDerivAt.map_nhds_eq_of_equiv · cited by 5HasStrictFDerivAt.map_nhd…HasStrictFDerivAt.to_localInverse · cited by 4HasStrictFDerivAt.to_loca…ContDiffAt.toOpenPartialHomeomorph · cited by 4ContDiffAt.toOpenPartialH…HasStrictFDerivAt.eventually_left_inverse · cited by 4HasStrictFDerivAt.eventua…HasStrictFDerivAt.eventually_right_inverse · cited by 4HasStrictFDerivAt.eventua…HasStrictFDerivAt.image_mem_toOpenPartialHomeomorph_target · cited by 3HasStrictFDerivAt.image_m…HasStrictFDerivAt.localInverse_unique · cited by 2HasStrictFDerivAt.localIn…AnalyticAt.analyticAt_localInverse · cited by 2AnalyticAt.analyticAt_loc…ImplicitFunctionData.contDiffAt_implicitFunction · cited by 1ImplicitFunctionData.cont…ImplicitFunctionData.implicitFunction_def · cited by 1ImplicitFunctionData.impl…HasStrictFDerivAt.localInverse_def · cited by 1HasStrictFDerivAt.localIn…Polynomial.isCoveringMapOn_eval · cited by 1Polynomial.isCoveringMapO…RingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldCompleteSpace · cited by 2532CompleteSpaceContinuousLinearEquiv · cited by 743ContinuousLinearEquivOpenPartialHomeomorph · cited by 664OpenPartialHomeomorphContinuousLinearEquiv.toContinuousLinearMap · cited by 448ContinuousLinearEquiv.toC…HasStrictFDerivAt · cited by 261HasStrictFDerivAtApproximatesLinearOn.toOpenPartialHomeomorph · cited by 4ApproximatesLinearOn.toOp…HasStrictFDerivAt.approximates_deriv_on_open_nhds · cited by 1HasStrictFDerivAt.approxi…HasStrictFDerivAt.toOpenParti…CITED BYCITES

Cites11

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

Cited by19

Results whose statement or proof uses this declaration.