Implicit function theorem — domain a product space #
This specialization of the implicit function theorem applies to an uncurried bivariate function
f : E₁ × E₂ → F and assumes strict differentiability of f at u : E₁ × E₂ as well as
invertibility of f₂u : 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 = f u ↔ ψ v.1 = v.2. This is HasStrictFDerivAt.implicitFunctionOfProdDomain. A formula for
its first derivative follows.
Tags #
implicit function
Given f : E₁ × E₂ → F strictly differentiable at u with invertible partial derivative
f₂u : E₂ →L[𝕜] F, we may construct an ImplicitFunctionData 𝕜 (E₁ × E₂) F E₁ with f as its
leftFun and Prod.fst : E₁ × E₂ → E₁ as its rightFun by proving that the kernels of the
associated leftDeriv and rightDeriv are complementary.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Implicit function ψ : E₁ → E₂ associated with the (uncurried) bivariate function
f : E₁ × E₂ → F at u : E₁ × E₂.
Equations
- dfu.implicitFunctionOfProdDomain if₂u x = ((dfu.implicitFunctionDataOfProdDomain if₂u).implicitFunction (f u) x).2