Mathlib Map

Theorems · Definition · global analysis

ContDiffAt.localInverse

{𝕂 : Type u_1} →
  [inst : RCLike 𝕂] →
    {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} →
                    {f' : E ≃L[𝕂] F} →
                      {a : E} → {n : WithTop ℕ∞} → ContDiffAt 𝕂 n f a → HasFDerivAt f (↑f') a → n ≠ 0 → F → E

Given a ContDiff function over 𝕂 (which is or ) with an invertible derivative at a, returns a function that is locally inverse to f.

Defined in
Mathlib.Analysis.Calculus.InverseFunctionTheorem.ContDiff
Cited by
2 results in Mathlib
Foundations
Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceCompleteSpace

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.

Cited by2

Results whose statement or proof uses this declaration.