Better Proofs Than Rudin's For The Inverse And Implicit Function Theorems

Suppose you want to find the inverse of the mapping $F: \mathbb{R}^n \rightarrow \mathbb{R}^n$ near a point $x_o$ where $F'(x_o)$ is invertible. The derivative (Jacobian matrix) provides an approximate form for the map $F(x) = F(x_o)+F'(x_o)(x-x_o)+\eta$. If you set $y = F(x)$ and ignore the error term $\eta$ then solving for $x$ gives us the first approximation to the inverse mapping. $$ x = x_o+[F'(x_o)]^{-1}(y-F(x_o)). $$ Then, you iterate. The technical details are merely to insure this iteration does indeed converge to the inverse mapping, but at the start, it's just using the derivative to linearize the problem.

I don't know if this helps or not, but really the approach is almost brute force, to invert $F(x)=y$ what do you do? You solve for $x$. We can't do that abstractly for $F$ so instead we solve the next best thing, the linearization. Then the beauty of the contraction mapping technique completes the argument.


The other answer takes care of the Inverse Function Theorem case. Therefore, I'll give "another" proof of the Implicit Function Theorem. (Note that I inverted the order of $\mathbb{R}^n$ and $\mathbb{R}^m$, compared to Rudin's)


Consider the commutative diagram

enter image description here

where $F(x,y)=\big(x,f(x,y)\big)$. By the Inverse Function Theorem, it follows that locally we have

enter image description here

Due to how $F$ is defined, the commutativity of the diagram above is obvious. Due to how $F$ is defined and due to the fact that it is invertible in the given neighbourhood, the existence of $g$ is clear, and $g=\pi_2 \circ F^{-1} \circ i$ is also clear. Since $g=\pi_2 \circ F^{-1} \circ i$, $g$ is $C^1$. The rest of the Implicit Function Theorem follows by using the composition of the diagonal arrows.


As to why take the function $F$ as is, just note that the proof is basically finding a function $F$ making everything commute. The choice of $F$ is the natural one (actually, practically imposed one) to make that happen.