ConceptComplete

Inverse Function Theorem

The Inverse Function Theorem states that a continuously differentiable function with nonsingular Jacobian has a local inverse that is also continuously differentiable. This fundamental result ensures that smooth functions are locally invertible near non-degenerate points and provides a formula for the derivative of the inverse. Applications include coordinate transformations, differential geometry, and optimization.


Statement

Theorem10.1Inverse Function Theorem

Let f:URnRnf : U \subseteq \mathbb{R}^n \to \mathbb{R}^n be continuously differentiable on an open set UU, and let aU\mathbf{a} \in U. If the Jacobian matrix Jf(a)Jf(\mathbf{a}) is invertible (i.e., detJf(a)0\det Jf(\mathbf{a}) \neq 0), then:

  1. There exist open neighborhoods VV of a\mathbf{a} and WW of f(a)f(\mathbf{a}) such that f:VWf : V \to W is a bijection.
  2. The inverse g=f1:WVg = f^{-1} : W \to V is continuously differentiable.
  3. For yW\mathbf{y} \in W, Jg(y)=[Jf(g(y))]1Jg(\mathbf{y}) = [Jf(g(\mathbf{y}))]^{-1}.
RemarkLocal invertibility

The theorem is local: it guarantees invertibility only in neighborhoods, not globally. For example, f(x)=x3f(x) = x^3 is globally invertible, but f(x)=x2f(x) = x^2 is only locally invertible away from x=0x = 0 (where f(0)=0f'(0) = 0).


Examples

ExamplePolar to Cartesian coordinates

The map f(r,θ)=(rcosθ,rsinθ)f(r, \theta) = (r\cos\theta, r\sin\theta) has Jacobian

Jf=(cosθrsinθsinθrcosθ).Jf = \begin{pmatrix} \cos\theta & -r\sin\theta \\ \sin\theta & r\cos\theta \end{pmatrix}.

detJf=r\det Jf = r, so JfJf is invertible when r0r \neq 0. Thus ff is locally invertible away from the origin, giving local polar coordinates.

ExampleOne-dimensional case

For f:RRf : \mathbb{R} \to \mathbb{R}, the condition Jf(a)0Jf(a) \neq 0 is just f(a)0f'(a) \neq 0. The theorem says: if f(a)0f'(a) \neq 0, then ff is locally invertible near aa with (f1)(f(a))=1/f(a)(f^{-1})'(f(a)) = 1/f'(a) (the usual inverse derivative formula).

ExampleFailure when Jacobian is singular

Let f(x,y)=(excosy,exsiny)f(x, y) = (e^x \cos y, e^x \sin y) (complex exponential in real coordinates). At any point,

detJf=e2x>0,\det Jf = e^{2x} > 0,

so ff is locally invertible everywhere. However, ff is not globally injective: f(x,y)=f(x,y+2π)f(x, y) = f(x, y + 2\pi) (periodicity in yy).


Proof idea

RemarkProof via contraction mapping

The proof uses the Banach Fixed-Point Theorem. Given y\mathbf{y} near f(a)f(\mathbf{a}), we seek x\mathbf{x} with f(x)=yf(\mathbf{x}) = \mathbf{y}. Define T(x)=x+[Jf(a)]1(yf(x))T(\mathbf{x}) = \mathbf{x} + [Jf(\mathbf{a})]^{-1}(\mathbf{y} - f(\mathbf{x})). Then TT is a contraction near a\mathbf{a} (using that JfJf is continuous and invertible), so TT has a unique fixed point x\mathbf{x} with f(x)=yf(\mathbf{x}) = \mathbf{y}. This gives the local inverse.


Applications

ExampleConstrained optimization

In optimization with constraints, the Inverse Function Theorem guarantees that constraint manifolds are locally parametrizable, enabling Lagrange multipliers and constraint qualification.

ExampleCoordinate charts in differential geometry

Smooth manifolds are defined by "gluing" open sets of Rn\mathbb{R}^n via coordinate charts. The Inverse Function Theorem ensures transition maps between charts are smooth.


Summary

The Inverse Function Theorem:

  • Nonsingular Jacobian \Rightarrow local invertibility.
  • Inverse is smooth with derivative (f1)=(f)1(f^{-1})' = (f')^{-1}.
  • Proof uses Banach Fixed-Point Theorem.
  • Applications: coordinate transformations, manifolds, optimization.

See Inverse Function Theorem proof and Implicit Function Theorem.