Implicit function theorem — curried bivariate #
This specialization of the implicit function theorem applies to a curried bivariate function
f : E₁ → E₂ → F and assumes continuity of both its partial derivatives at u : E₁ × E₂ as well as
invertibility of f₂ u.1 u.2 : E₂ →L[𝕜] F its partial derivative with respect to the second
argument.
It proves the existence of ψ : E₁ → E₂ such that for v in a neighbourhood of u we have
f v.1 v.2 = f u.1 u.2 ↔ ψ v.1 = v.2. This is implicitFunctionOfBivariate. A formula for its
first derivative follows.
A similar specialization is made to an uncurried bivariate function by
HasStrictFDerivAt.implicitFunctionOfProdDomain in a sister file.
Tags #
implicit function
Implicit function ψ : E₁ → E₂ associated with the (curried) bivariate function
f : E₁ → E₂ → F at u : E₁ × E₂.
Equations
- implicitFunctionOfBivariate df₁ df₂ cf₁ cf₂ if₂u = ⋯.implicitFunctionOfProdDomain ⋯