Inverse and Implicit Function Theorems
The two structural theorems of multivariable calculus (analysis spine). Both say the same thing from different angles: a map looks, locally, like its derivative. Where the Jacobian is invertible, the map is locally invertible (inverse function theorem); where it has full rank, level sets are smooth submanifolds (implicit function theorem). These are what license parametrizing the curves and surfaces that the integral theorems integrate over.
References: Rudin, Principles of Mathematical Analysis, ch. 9; Spivak, Calculus on Manifolds, ch. 2; Lee, Introduction to Smooth Manifolds.
1. The Inverse Function Theorem
Inverse Function Theorem (IFT). Let be on an open , and suppose is invertible at some . Then there are open neighbourhoods and such that is a bijection with a inverse, and If is then so is .
The derivative formula is forced by the chain rule (multivariable.md §3) applied to : .
1.1 Proof via the contraction mapping theorem
The existence half is the marquee application of the Banach fixed point theorem (metric-spaces.md §7). After translating and composing with the linear map we may assume , , . To solve , define
Because is small near (as is continuous and ), the mean value inequality (multivariable.md §6) makes a contraction on a small closed ball, which is complete. Banach's theorem yields a unique fixed point for each nearby , defining the inverse ; a further estimate shows is with the stated derivative.
This is the payoff promised back in metric-spaces.md: completeness contraction has a fixed point smooth maps are locally invertible.
2. The Implicit Function Theorem
Often we cannot solve explicitly for , but want to know that is some smooth function of near a solution.
Implicit Function Theorem. Let be on an open set in , and let satisfy . Split the derivative into blocks . If the block is invertible, then there are neighbourhoods of and and a unique map with and whose derivative is
Proof. Apply the IFT to , whose Jacobian is block-triangular with invertible diagonal blocks and , hence invertible. The second component of is .
The derivative formula comes from differentiating with the chain rule — the rigorous version of "implicit differentiation."
3. Level Sets Are Submanifolds
A point is a regular point of if has full rank ; is a regular value if every point of is regular.
Regular Value Theorem. If is a regular value of a map , then the level set is a submanifold of dimension , with tangent space at each point.
This is the implicit function theorem read geometrically: near a regular point the constraints can be solved for of the coordinates, giving a local graph — which is exactly a chart (topology-manifolds.md §2). Examples: the sphere (, regular value ); matrix groups like . The tangent-space identity says the gradient(s) of the constraints are normal to the level set — the basis of Lagrange multipliers and of orienting surfaces by their normal in vector-calculus.md.
4. The Rank Theorem (constant rank)
More generally, if has constant rank near , then in suitable local coordinates becomes the linear projection . The IFT () and the regular-value theorem () are special cases. This is the analytic foundation for immersions, submersions, and embeddings in differential geometry.
5. Application: Smooth Parametrizations
The integral theorems require curves, surfaces, and solid regions described by smooth parametrizations or as regular level sets. The theorems of this page guarantee these descriptions are consistent and locally equivalent:
- A regular level surface is locally a graph , hence smoothly parametrizable — needed to define surface integrals (vector-calculus.md §4).
- The normal direction orients the surface, fixing the sign conventions in Stokes' and the divergence theorem (integral-theorems.md).
6. Where this page is used
- Smooth parametrization / orientation of level sets line and surface integrals (vector-calculus.md).
- Submanifolds with boundary the domains of integration in integral-theorems.md and stokes-general.md.
- Charts from graphs connect directly to the manifold definition in topology-manifolds.md §2.
Next: Multiple Integrals.