Lipschitz Function
A function is called Lipschitz continous (or just Lipschitz) if there exists a constant such that for all points and in the domain
(or more generally, in higher dimensions).
The output of the function can't change faster than a fixed multiple of how much the input changes. In other words, the function is not allowed to have infinitely steep slopes.
Lipschitz Constant
The number in the inequality above is called the Lipschitz constant of the function.
- The smallest possible that works for the whole domain is called the best Lipschitz constant or optimal Lipschitz constant.
- If is small, the function changes more slowly/smoothly.
- if is big, the function can change more quickly.
Examples
| Function | Is it Lipschitz? | Lipschitz Constant (example) |
|---|---|---|
| Yes | ||
| Yes | (because the derivative ≤ 1) | |
| on | Yes | (on this interval) |
| on all real numbers | No | Not bounded (gets steeper as |x| grows) |
| on [0, ∞) | No | Slope becomes infinite near 0 |