Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap02.section10_part6

A Lipschitz function on univ has at most linear growth along rays, hence liminf_{t → ∞} g (t • y) / t < ⊤.

If f ≤ g and g is Lipschitz on univ, then the growth condition liminf_{t → ∞} f (t • y) / t < ⊤ also holds for f.

Corollary 10.5.2. Let g be any finite convex function Lipschitzian relative to ℝ^n (for instance, g(x) = α ‖x‖ + β with α > 0). Then every finite convex function f such that f ≤ g is likewise Lipschitzian relative to ℝ^n.

def Function.EquiLipschitzRelativeTo {n : } {I : Type u_1} (f : IEuclideanSpace (Fin n)) (S : Set (EuclideanSpace (Fin n))) :

Definition 10.5.3. Let S ⊆ ℝ^n and let {f i | i ∈ I} be a family of real-valued functions defined on S. The family is equi-Lipschitzian relative to S if there exists a constant α ≥ 0 such that |f i y - f i x| ≤ α * ‖y - x‖ for all x ∈ S, y ∈ S, and all indices i.

Equations
Instances For