§ The implicit and inverse function theorem


I keep forgetting the precise conditions of these two theorems. So here I'm writing it down as a reference for myself.

§ Implicit function: Relation to function


If we have a function y=g(p,q)y = g(p, q), we can write this as yg(p,q)=0y - g(p, q) = 0. This can be taken as an implicit function h(y;p,q)=yg(p,q)h(y; p, q) = y - g(p, q). We then want to recover the explicit version of y=g(p,q)y = g'(p, q) such that h(g(p,q);p,q)=0h(g'(p, q); p, q) = 0. That is, we recover the original explicit formulation of y=g(p,q)y = g'(p, q) in a way that satisfies hh.

§ The 1D linear equation case


In the simplest possible case, assume the relationship between yy and pp is a linear one, given implicitly. So we have h(y;p)=αy+βp+γ=0h(y; p) = \alpha y + \beta p + \gamma = 0. Solving for h(y,p)=0h(y,p) = 0, one arrives at: y=1/α(βp+γ)y = -1/\alpha (\beta p + \gamma).

§ The circle case


In the circle case, we have h(y;p)=p2+y21h(y; p) = p^2 + y^2 - 1. We can write y=±p21y = \pm \sqrt{p^2 - 1}. These are two solutions, not one, and hence a relation, not a function.


§ Assuming that a solution for h(y,p)h(y, p) exists


Let us say we wish to solve h(y;p)=y3+p23yp7=0h(y; p) = y^3 + p^2 - 3 yp - 7 = 0. Let's assume that we have a solution y=sol(p)y = sol(p) around the point (y=3,p=4)(y=3, p=4). Then we must have: sol(p)3+p23sol(p)p7=0sol(p)^3 + p^2 - 3 sol(p) p - 7 = 0. Differentiating by pp, we get: 3sol(p)2sol(p)+2p3sol(p)p3sol(p)=03 sol(p)^2 sol'(p) + 2p - 3 sol'(p) p - 3 sol(p) = 0. This gives us the condition on the derivative:
3sol(p)2sol(p)+2p3sol(p)p3sol(p)=0sol(p)[3sol(p)23p]=3sol(p)2psol(p)=[3sol(p)2p]/[3(sol(p)23p)] \begin{aligned} &3 sol(p)^2 sol'(p) + 2p - 3 sol'(p) p - 3 sol(p) = 0 \\ &sol'(p)\left[ 3 sol(p)^2 - 3p \right] = 3 sol(p) - 2p \\ &sol'(p) = [3 sol(p) - 2p] / \left[ 3(sol(p)^2 - 3p) \right] \\ \end{aligned}

The above solution exists if 3(sol(p)23p0)3(sol(p)^2 - 3p \neq 0). This quantity is again h/y\partial h / \partial y.

§ Application to economics



§ Inverse function: Function to Bijection





One perspective we can adopt is that of Newton's method. Recall that Newton's method allows us to find xx^* for a fixed yy^* such that y=f(x)y^* = f(x^*). It follows the exact same process!

§ Idea of proof of implicit function theorem (from first principles)



F(x,f(x))=0dF=0Fxxx+Fydfdx=0Fx1+Fydfdx=0dfdx=FyFx1 \begin{aligned} &F(x, f(x)) = 0 \\ &dF = 0 \\ &\frac{\partial F}{\partial x} \cdot \frac{\partial x}{\partial x} + \frac{\partial F}{\partial y} \frac{df}{dx} = 0 \\ &\frac{\partial F}{\partial x} \cdot 1 + \frac{\partial F}{\partial y} \frac{df}{dx} = 0 \\ &\frac{df}{dx} = \frac{- \frac{\partial F}{\partial y}}{\frac{\partial F}{\partial x} \cdot 1} \\ \end{aligned}

§ Idea of proof of inverse function theorem (from implicit function theorem)



§ Idea of proof of implicit function theorem (from inverse function theorem)



§ Idea of proof of inverse function theorem (from newton iterates)


We know that F(x+δx)=F(x)+Jδx+ηF(x + \delta x) = F(x) + J \delta x + \eta where JJ is the jacobian, η\eta is error term. Upto first order, this works. We take iterates of this process to get the full inverse.

§ References