Local Lipschitz Condition
📂AnalysisLocal Lipschitz Condition
Definition
If E is open in Rn and let’s denote it f:E→Rn. If for all x0∈E, there exists a ε>0 that satisfies B(x0;ε)⊂E and for all x,y∈B(x0;ε), there exists a K>0 that satisfies ∣f(x)−f(y)∣≤K∣x−y∣, then f is said to be locally Lipschitz in E.
In this case, the following relationships hold.
Strong Lipschitz condition ⟹ Lipschitz condition ⟹ Local Lipschitz condition
Theorem
If f∈C1(E), then f is locally Lipschitz in E.
- Euclidean space Rn’s ball is represented as
B(x0;d):={x∈Rn∣∣x0−x∣<d}B[x0;d]:={x∈Rn∣∣x0−x∣≤d}
and D is a differential operator.
Proof
Since E is open, there exists an open ball B(x0;ε)⊂E for the given x0∈E. Saying f∈C1(E) means that there exists Df, and we can set K:=x∈B[x0;2ε]max∥Df(x)∥.
If for each x,y∈B[x0;2ε] we denote u:=y−x, as B[x0;2ε] is convex, for all s∈[0,1]
x+su∈B[x0;2ε]
If we define the function F:[0,1]→Rn as F(s):=f(x+su) then
F′(s)=Df(x+su)u
Therefore
f(y)−f(x)=F(1)−F(0)=∫01F′(s)ds=∫01Df(x+su)uds
Taking the absolute value of both sides of the obtained equation gives
≤≤∣f(y)−f(x)∣∫01∣Df(x+su)u∣ds∫01∥Df(x+su)∥∣u∣ds
Then, by the properties of operators,
≤≤∫01∥Df(x+su)∥∣u∣dsK∣u∣K∣y−x∣
To summarize
∣f(y)−f(x)∣≤K∣y−x∣
Therefore, f is locally Lipschitz in E.
■