logo

Lipschitz Continuity 📂MetricSpace

Lipschitz Continuity

Definition1

For two metric spaces (X,dX)(X, d_{X}) and (Y,dY)(Y, d_{Y}), let’s assume that a function f:XYf : X \to Y is given. If there exists a constant KK such that the following holds for all x1,x2Xx_{1}, x_{2} \in X, then ff is called KK-Lipschitz continuous.

dY(f(x1),f(x2))KdX(x1,x2) d_{Y} \big( f(x_{1}), f(x_{2}) \big) \le K d_{X} \big( x_{1}, x_{2} \big)

Such a constant KK is called the Lipschitz constant.

Explanation

It is named after the German mathematician Rudolf Lipschitz. Saying that ff is Lipschitz continuous means that there is a maximum value for the average rate of change. If it is Lipschitz continuous for all open balls, it is called locally Lipschitz continuous. If X,YX, Y is a Euclidean space, then,

f(x2)f(x1)Kx2x1 \left| f(x_{2}) - f(x_{1}) \right| \le K \left| x_{2} - x_{1} \right|

It’s a condition related to the stability of solutions in numerical analysis of differential equations.

Properties

If f:RRf : \mathbb{R} \to \mathbb{R} is KK-Lipschitz continuous, then ff is:

  • Absolutely continuous.
  • Differentiable almost everywhere.
  • Almost everywhere fK\left| f^{\prime} \right| \le K.

A differentiable ff being Lipschitz continuous is equivalent to ff^{\prime} being a bounded function.