Lipschitz 连续性:一种“强于普通连续、通常也强于一致连续”的性质。若存在常数 \(L \ge 0\),使得对所有 \(x,y\) 都有
\[
|f(x)-f(y)| \le L|x-y|,
\]
则称 \(f\) 在该区域上 Lipschitz 连续。直观上:函数变化的“最大斜率”被某个常数 \(L\) 统一限制住了。(在更一般的度量空间中,把 \(|x-y|\) 换成距离 \(d(x,y)\)。)
/ˈlɪpʃɪts ˌkɑːntɪˈnjuːɪti/
The function is Lipschitz continuous on \([0,1]\).
这个函数在区间 \([0,1]\) 上是 Lipschitz 连续的。
If the gradient is bounded on a convex set, then the function is Lipschitz continuous there, which helps ensure stability in optimization algorithms.
如果在一个凸集上梯度有界,那么函数在该集合上就是 Lipschitz 连续的,这有助于保证优化算法的稳定性。
Lipschitz 来自德国数学家 Rudolf Lipschitz(鲁道夫·利普希茨) 的姓氏;该概念用于刻画函数的“变化速度”受统一常数控制的情形。continuity 源自拉丁语 continuus(连续的),在数学中表示“没有跳跃”的性质;组合起来即“满足 Lipschitz 条件的连续性”。