Mathlib Map

Theorems · Definition · global analysis

ImplicitFunctionData.implicitFunction

{𝕜 : Type u_1} →
  [inst : NontriviallyNormedField 𝕜] →
    {E : Type u_2} →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : NormedSpace 𝕜 E] →
          [inst_3 : CompleteSpace E] →
            {F : Type u_3} →
              [inst_4 : NormedAddCommGroup F] →
                [inst_5 : NormedSpace 𝕜 F] →
                  [inst_6 : CompleteSpace F] →
                    {G : Type u_4} →
                      [inst_7 : NormedAddCommGroup G] →
                        [inst_8 : NormedSpace 𝕜 G] →
                          [inst_9 : CompleteSpace G] → ImplicitFunctionData 𝕜 E F G → F → G → E

Implicit function theorem. If f : E → F and g : E → G are two maps strictly differentiable at a, their derivatives f', g' are surjective, and the kernels of these derivatives are complementary subspaces of E, then implicitFunction is the unique (germ of a) map φ : F → G → E such that f (φ y z) = y and g (φ y z) = z.

Defined in
Mathlib.Analysis.Calculus.Implicit
Cited by
26 results in Mathlib
Foundations
Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceCompleteSpaceNormedAddCommGroupNormedSpaceCompleteSpaceNormedAddCommGroupNormedSpaceCompleteSpace

Around this declaration

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

HasStrictFDerivAt.implicitFunctionOfProdDomain · cited by 10HasStrictFDerivAt.implici…HasStrictFDerivAt.implicitFunctionOfComplemented · cited by 5HasStrictFDerivAt.implici…HasStrictFDerivAt.eventually_apply_eq_iff_implicitFunctionOfProdDomain · cited by 4HasStrictFDerivAt.eventua…ImplicitFunctionData.fderiv_implicitFunction_apply_eq_iff · cited by 3ImplicitFunctionData.fder…ImplicitFunctionData.hasStrictFDerivAt_implicitFunction · cited by 3ImplicitFunctionData.hasS…ImplicitFunctionData.prodFun_implicitFunction · cited by 3ImplicitFunctionData.prod…ImplicitFunctionData.hasStrictFDerivAt_implicitFunction_fderiv · cited by 2ImplicitFunctionData.hasS…ImplicitFunctionData.implicitFunction_apply_image · cited by 2ImplicitFunctionData.impl…ImplicitFunctionData.leftFun_implicitFunction · cited by 2ImplicitFunctionData.left…ImplicitFunctionData.rightFun_implicitFunction · cited by 2ImplicitFunctionData.righ…HasStrictFDerivAt.to_implicitFunctionOfComplemented · cited by 1HasStrictFDerivAt.to_impl…ImplicitFunctionData.contDiffAt_implicitFunction · cited by 1ImplicitFunctionData.cont…ImplicitFunctionData.implicitFunction_def · cited by 1ImplicitFunctionData.impl…ImplicitFunctionData.leftFun_eq_iff_implicitFunction · cited by 1ImplicitFunctionData.left…ImplicitFunctionData.leftFun_implicitFunction_eq_leftFun · cited by 1ImplicitFunctionData.left…NormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldCompleteSpace · cited by 2532CompleteSpaceOpenPartialHomeomorph.toFun' · cited by 745OpenPartialHomeomorph.toF…OpenPartialHomeomorph.symm · cited by 460OpenPartialHomeomorph.symmImplicitFunctionData · cited by 44ImplicitFunctionDataImplicitFunctionData.toOpenPartialHomeomorph · cited by 6ImplicitFunctionData.toOp…ImplicitFunctionData.implicit…CITED BYCITES

Cites8

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

Cited by28

Results whose statement or proof uses this declaration.