markdown
The Lipschitz Condition and Its Difference from Continuitymd 935e55c
lecture/math/differential-equations/lipschitz-condition-and-continuity.lecture.n.md
Download PDF

The Lipschitz Condition and Its Difference from Continuity

date2026-07-16document_iddoc_9eacec72dd60fddcbc539084ad9c9844descriptiony 方向の Lipschitz 条件を、各固定 x における y 方向の連続性より強く、一階初期値問題の一意性を支える条件として整理する。prerequisites関数の連続性 / 初期値問題と境界値問題type講義content_typelecturestatusactiverelateddata/lecture/math/differential-equations/first-order-ode-solution-diagnostics.lecture.n.md / data/lecture/math/differential-equations/existence-uniqueness-and-lipschitz-condition.lecture.n.md / data/exercise/math/differential-equations/existence-uniqueness-and-numerical-methods.exercise.n.md
mathdifferential-equationslipschitzlecture

1Introduction

This lecture distinguishes continuity from Lipschitz continuity and defines a standard sufficient condition for uniqueness in an initial value problem.

2Terminology and Definition

Consider y=f(x,y) on a region R. The Lipschitz condition in y means that there exists a constant L[PARSE ERROR: Undefined("Command(\"ge\")")]0, independent of x,y1,y2, such that

|f(x,y1)-f(x,y2)|[PARSE ERROR: Undefined("Command(\"le\")")]L|y1-y2|

whenever (x,y1),(x,y2)R have the same value of x. The essential point is that one constant L applies throughout R rather than being chosen separately for each x.

If this condition holds on a sufficiently small region around every point, then f is locally Lipschitz in y. If one constant L applies on the entire region under consideration, then f is globally Lipschitz in y.

3Motivation for the Lipschitz Condition

For each fixed x, continuity in the y direction ensures that sufficiently small changes in y produce sufficiently small changes in f(x,y). The Lipschitz condition in y gives the stronger quantitative bound L|y1-y2|, uniformly on the region under consideration. This condition alone does not imply continuity in the x direction. Its linear control in the y direction is what prevents two candidate solutions issuing from the same initial value from separating.

4How the Condition Produces Uniqueness

Assume that f is continuous and satisfies a Lipschitz condition in y with one constant L on the region under consideration. Also assume that two solutions y1,y2 with the same initial value already exist; the purpose is only to prove that they coincide. The existence of a solution does not follow from the Lipschitz condition alone. A subsequent existence theorem will treat existence by using continuity separately from uniqueness.

First suppose that x[PARSE ERROR: Undefined("Command(\"ge\")")]x0. The integral form of each solution is

yi(x)=y0+x0xf(t,yi(t))dt.

Taking the difference gives

|y1(x)-y2(x)|[PARSE ERROR: Undefined("Command(\"le\")")]x0x|f(t,y1(t))-f(t,y2(t))|dt.

If f is Lipschitz in y with constant L, then

|y1(x)-y2(x)|[PARSE ERROR: Undefined("Command(\"le\")")]Lx0x|y1(t)-y2(t)|dt.

The following zero-initial-value form of Gronwall's inequality converts this estimate into equality of the two solutions.

4.1Proposition: Zero-Initial-Value Form of Gronwall's Inequality

Let u:[a,b][0,) be continuous, and let L[PARSE ERROR: Undefined("Command(\"ge\")")]0. If

u(x)[PARSE ERROR: Undefined("Command(\"le\")")]Laxu(t)dt

for every x[a,b], then u(x)=0 throughout [a,b].

4.1.1Proof

Define

H(x)=axu(t)dt.

Because u is continuous and nonnegative, H is differentiable and satisfies H(a)=0, H(x)[PARSE ERROR: Undefined("Command(\"ge\")")]0, and H(x)=u(x). The hypothesis gives

H(x)[PARSE ERROR: Undefined("Command(\"le\")")]LH(x).

Consequently,

ddx(e-LxH(x))=e-Lx(H(x)-LH(x))[PARSE ERROR: Undefined("Command(\"le\")")]0.

It follows that e-LxH(x)[PARSE ERROR: Undefined("Command(\"le\")")]e-LaH(a)=0. Since H(x)[PARSE ERROR: Undefined("Command(\"ge\")")]0, we must have H(x)=0, and hence u(x)=H(x)=0.

Fix an arbitrary point x[PARSE ERROR: Undefined("Command(\"ge\")")]x0 in the common domain. On the compact interval joining x0 to x, the same Lipschitz constant L applies along both solution graphs. Apply the proposition to u(t)=|y1(t)-y2(t)| with a=x0 and b=x. It follows that y1(x)=y2(x). If instead a point x<x0 is fixed, the corresponding estimate is

u(t)[PARSE ERROR: Undefined("Command(\"le\")")]Ltx0u(τ)dτ(x[PARSE ERROR: Undefined("Command(\"le\")")]t[PARSE ERROR: Undefined("Command(\"le\")")]x0).

Set s=x0-t and w(s)=u(x0-s) for 0[PARSE ERROR: Undefined("Command(\"le\")")]s[PARSE ERROR: Undefined("Command(\"le\")")]x0-x. Then

w(s)[PARSE ERROR: Undefined("Command(\"le\")")]L0sw(σ)dσ,

so the same proposition gives w=0 and therefore y1(x)=y2(x). Since x was arbitrary, the two solutions coincide throughout their common domain. This is the mechanism by which the Lipschitz condition yields uniqueness.

Continuity alone does not provide an estimate that controls the difference by a constant multiple. The distinction is not merely whether nearby inputs have nearby outputs, but whether the rate of their separation can be uniformly controlled.

5Examples

5.1A Function That Satisfies a Lipschitz Condition

For f(y)=3y+1,

|f(y1)-f(y2)|=3|y1-y2|,

so one may choose L=3.

5.2A Continuous Function That Is Not Lipschitz

The function f(y)=|y| is continuous at y=0. However,

|f(y)-f(0)||y-0|=|y||y|=1|y|

diverges as y0. Hence no single constant L controls the difference on a neighborhood of 0.

5.3Relation to Continuity of f/y

Let R be a closed and bounded rectangle whose interior contains the initial point. If f/y is continuous on R, the extreme value theorem gives the finite constant

L=max(x,y)R|fy(x,y)|.

For each fixed x, the mean value theorem then establishes the Lipschitz condition in y on R. On an open or unbounded region, continuity alone does not imply boundedness. Moreover, continuity of the partial derivative is sufficient for the Lipschitz condition but is not necessary.

6Scope

The Lipschitz condition is a standard sufficient condition for uniqueness. Failure of the condition does not necessarily imply nonuniqueness; failure of a theorem's hypothesis does not imply the negation of its conclusion.

Local Lipschitz continuity alone does not establish existence for all time. Global existence also requires examination of the domain and growth of the right-hand side. The next lecture distinguishes local existence obtained from continuity from uniqueness obtained from Lipschitz continuity, and then studies continuation of a local solution through its maximal interval of existence.

7Previous Lecture

data/lecture/math/differential-equations/first-order-ode-solution-diagnostics.lecture.n.md

8Next Reference

data/lecture/math/differential-equations/existence-uniqueness-and-lipschitz-condition.lecture.n.md

9Exercises

data/exercise/math/differential-equations/existence-uniqueness-and-numerical-methods.exercise.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる