Sequences and Series of Functions/Picard's Existence and Uniqueness Theorem

Lesson 7.4992 words

Picard's Existence and Uniqueness Theorem

The Banach fixed-point theorem says a contraction of a complete metric space has exactly one fixed point, found by iterating from any start. Applied to the space of continuous functions with the uniform norm, it proves Picard's theorem: a first-order differential equation with a Lipschitz right-hand side has a unique local solution.

╌╌╌╌

A first-order differential equation with an initial condition asks for a function whose slope at each point is dictated by . When depends only on , the fundamental theorem integrates it. When depends on as well, the unknown appears on both sides, and existence of a solution is no longer automatic. Picard's theorem gives a clean sufficient condition, and its proof is a fixed-point argument run in the space of continuous functions.1

The main tool is the contraction mapping principle, proved first in full generality and then specialized.

The contraction mapping principle

A map that shrinks all distances has a single fixed point, and iterating the map from any start converges to it.

Both hypotheses are needed. Completeness supplies the limit of the iterates, and the strict inequality is what collapses the distance between two candidate fixed points. A merely -Lipschitz map, such as on , can have no fixed point at all.

Iterating a contraction from any start walks the values in toward the single fixed point where the graph meets the diagonal; slope below one keeps the steps shrinking.

The proof is constructive: it names the fixed point as a limit of iterates and bounds the distance to it after steps by . This is the basis of Newton's method and many numerical solvers.

The space of continuous functions

Running the fixed-point theorem on functions needs a complete metric space made of them. The uniform norm supplies exactly one.

Completeness of is what the Banach theorem requires when the metric space is a space of functions; the uniform norm, the uniform Cauchy criterion, and continuity of the uniform limit are just what its hypotheses demand. A closed subset of is again complete in the subspace metric, and that is where the solution will be sought.

Picard's theorem

Rewrite the differential equation as an integral equation. If solves with , then integrating both sides gives

and conversely any continuous satisfying this equation is differentiable with the right derivative and initial value. The right-hand side defines an operator on functions,

and a solution is precisely a fixed point of . Solving the differential equation becomes finding with .

The integral operator sends a candidate to a new function; a solution of the differential equation is exactly a fixed point of this loop.

The theorem is local. The interval half-width shrinks as the bound or the Lipschitz constant grows, so a fast-changing field yields only a short guarantee. The constant is engineered by the choice of : making the interval short enough forces the operator to contract.

Picard iteration

The proof of the Banach theorem is constructive, so the same iteration builds the solution. Starting from the constant , the Picard iterates are

and they converge uniformly to the solution.

The Picard iterates for , are the exponential's Taylor partial sums; each iterate matches the solution to one more order and hugs it over a wider range.

Necessity of the hypotheses

The Lipschitz condition and continuity of each rule out a specific failure.

  • Without Lipschitz, uniqueness fails. For , , the field is continuous but not Lipschitz in near . Both and (for ) solve it, so the initial value does not determine the solution. The infinite slope of at is what prevents a contraction estimate.
  • Without continuity, existence fails. For with on the rationals and elsewhere, no solution exists: a solution's derivative would be , but has no intermediate value property, which every derivative must have.
  • Lipschitz holds but only locally, so is finite. For , , the solution exists only on and blows up at . The map is Lipschitz on any bounded but not on all of , and the interval of existence is necessarily short near the blow-up.
Dropping the Lipschitz condition costs uniqueness: from the same start at the origin, both the zero solution and a parabola satisfy the same equation.

Summary

IngredientSupplied byRole in Picard's proof
Uniform normpointwise/uniform lessonthe metric on
Uniform Cauchy convergessameCauchy iterates have a limit
Uniform limit is continuousinterchange lessonthe limit is a genuine function in
Fundamental theoremintegration moduleintegral equation differential equation
Banach fixed pointthe contraction principle aboveexistence and uniqueness of the solution

The differential equation is recast as a fixed-point problem, the space of continuous functions is complete because uniform limits stay continuous, and the Lipschitz condition turns integration into a contraction. The solution is not only shown to exist and to be unique; the iteration that proves it also computes it.

Footnotes

  1. Lebl, §6.3 and §7.6. The two sections prove the same theorem twice — once by hand with the uniform norm and once through the abstract fixed-point theorem — and the treatment here follows the second, cleaner route while keeping the explicit iterates and examples of the first. Rosenlicht, Ch. 8, places the existence-uniqueness result at the head of the theory of differential equations.

╌╌ END ╌╌