Implicit function theorem #
In this file, we apply the generalised implicit function theorem to the more familiar case and show that the implicit function preserves the smoothness class of the implicit equation.
Let E₁, E₂, and F be real or complex Banach spaces. Let f : E₁ × E₂ → F be a function that
is $C^n$ at a point (u₁, u₂) : E₁ × E₂, where n ≥ 1. Let f' be the derivative of f at
(u₁, u₂). If the map y ↦ f' (0, y) is a Banach space isomorphism, then there exists a function
ψ : E₁ → E₂ such that ψ u₁ = u₂, and f (x, ψ x) = f (u₁, u₂) holds for all x in a
neighbourhood of u₁. Furthermore, ψ is $C^n$ at u₁.
Tags #
implicit function, inverse function
The implicit function defined by a $C^n$ implicit equation is $C^n$. This applies to the general form of the implicit function theorem.
Implicit function ψ defined by f (x, ψ x) = f u.
Equations
- cdf.implicitFunction pn if₂ = ⋯.implicitFunctionOfProdDomain if₂
Instances For
At the base point u.1, the implicit function evaluates to u.2.
implicitFunction is indeed the (local) implicit function defined by f.
If the implicit equation f is $C^n$ at (u₁, u₂), then its implicit function ψ around u₁
is also $C^n$ at u₁.
A predicate stating the sufficient conditions on an implicit equation f : E₁ × E₂ → F that
will lead to a $C^n$ implicit function ψ : E₁ → E₂.
- hasFDerivAt : HasFDerivAt f f' u
- contDiffAt : ContDiffAt 𝕜 n f u
- bijective : Function.Bijective ⇑(f'.comp (ContinuousLinearMap.inr 𝕜 E₁ E₂))
Instances For
Alias of ContDiffAt.implicitFunction.
Implicit function ψ defined by f (x, ψ x) = f u.
Instances For
Alias of ContDiffAt.implicitFunction_def.
Alias of ContDiffAt.eventually_apply_implicitFunction.
implicitFunction is indeed the (local) implicit function defined by f.
Alias of ContDiffAt.eventually_apply_eq_iff_implicitFunction.
Alias of ContDiffAt.contDiffAt_implicitFunction.
If the implicit equation f is $C^n$ at (u₁, u₂), then its implicit function ψ around u₁
is also $C^n$ at u₁.