Learn Before
Definition

Lipschitz Continuous Function

A function ff is Lipschitz continuous if there exists a non-negative real constant LL (referred to as the Lipschitz constant) such that for all x\mathbf{x} and y\mathbf{y} in its domain:

f(x)f(y)Lxy2|f(\mathbf{x}) - f(\mathbf{y})| \le L \|\mathbf{x} - \mathbf{y}\|_2

This condition bounds how rapidly the function's value can change relative to the change in its inputs.

0

1

Updated 2026-06-17

References


Tags

Data Science