SBP Lecture 7
SBP Lecture 7
Goal: Suppose you have an equation of the form F (x, y) = 0, can you
solve for one variable in terms of the other one(s)?
1
2 LECTURE: IMPLICIT FUNCTION THEOREM
The Implicit Function Theorem says yes provided that “Fy ̸= 0” (the
derivative with respect to the variable you want to solve for is nonzero)
y2 −4 0 2ey1 x1
[DF (x, y)] = | = Fx | Fy
2 0 −1 −y2 sin(y1 ) − 6 cos(y1 )
1 −4 0 2 3
[DF (x0 , y0 )] = | = Fx (x0 , y0 ) | Fy (x0 , y0 )
2 0 −1 −6 1
Here all you need to check here is that Fy (x0 , y0 ) is invertible, but
2 3
|Fy (x0 , y0 )| = = 2 + 18 = 20 ̸= 0 YES
−6 1
∂y1 4
Looking at the (1, 2) entry for example, this tells us ∂x2 = − 20 = − 15
dy
Compare this once again with the dx = − FFxy condition from Ex 1
4 LECTURE: IMPLICIT FUNCTION THEOREM
In other words, if the derivative with respect to the variable you want
to solve for is invertible, then the equation F (x, y) = 0 is locally the
graph of a function y = G(x).
Proof:
W =: {x ∈ Rn | (x, 0) ∈ V }
6 LECTURE: IMPLICIT FUNCTION THEOREM
STEP 5: The only thing left to show is the formula for the derivatives
D (F (x, G(x))) =0
Fx (x0 , y0 ) + Fy (x0 , y0 )DG(x0 ) =0
Fy (x0 , y0 )DG(x0 ) = − Fx (x0 , y0 )
DG(x0 ) = − (Fy (x0 , y0 ))−1 Fx (x0 , y0 ) □
Fact:
Let X and Y be Banach spaces, U ⊆ X open and F : U → Y
differentiable. If F is Lipschitz with constant L, then
∥F (x + h) − F (x) − DF (x)h∥Y
< ϵ.
∥h∥X
∥DF (x)h∥Y
∥DF (x)u∥ =
∥h∥X
∥DF (x)h − (F (x + h) − F (x))∥Y + ∥F (x + h) − F (x)∥Y
≤
∥h∥X
∥F (x + h) − F (x) − DF (x)h∥Y ∥F (x + h) − F (x)∥Y
= +
∥h∥X ∥h∥X
LIP L∥h∥X
≤ ϵ+
∥h∥X
= ϵ + L,
Definition:
F = F (u, µ) is a uniform contraction if there is L < 1 such
that for all µ and all u, v, we have
Definition:
F is uniformly Lipschitz in µ if there exists a constant M > 0
such that for all u and µ1 , µ2 , we have
Proof:
Where the last line follows from the previous proposition and the fact
that F (·; µ) is Lipschitz with constant L
STEP 4: Since L < 1, by the Banach fixed point theorem, there exists
a function Z : B → L(B, X) where Z(µ) is the unique fixed point of
Φ(·; µ). Since F is C 1 , Φ is continuous, thus by STEP 2 but with Z
instead of G, Z(µ) is continuous.
The function Z(µ) is our candidate for DG(µ). All that remains is to
use the definition of the derivative to show that Z(µ) is actually the
derivative of G. This is technical and will be omitted.
We then repeat this argument for k > 1 for higher order derivatives.
□