Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap02.section07_part9

Remark 7.0.24: A convex function is continuous relative to ri (dom f).

theorem tendsto_segment_to_y {n : } (x y : EuclideanSpace (Fin n)) :
Filter.Tendsto (fun (t : ) => (1 - t) x + t y) (nhds 1) (nhds y)

The segment map tends to its endpoint as t → 1.

theorem liminf_along_segment_ge_closure {n : } {f : (Fin n)EReal} {x y : EuclideanSpace (Fin n)} (hf : ProperConvexFunctionOn Set.univ f) :
convexFunctionClosure f y.ofLp Filter.liminf (fun (t : ) => f ((1 - t) x.ofLp + t y.ofLp)) (nhdsWithin 1 (Set.Iio 1))

Liminf along the segment bounds the closure from below.

theorem limsup_along_segment_le_beta {n : } {f : (Fin n)EReal} {x y : EuclideanSpace (Fin n)} (hx : x euclideanRelativeInterior n ((fun (x : EuclideanSpace (Fin n)) => x.ofLp) ⁻¹' effectiveDomain Set.univ f)) (hf : ProperConvexFunctionOn Set.univ f) {β : } ( : convexFunctionClosure f y.ofLp β) :
Filter.limsup (fun (t : ) => f ((1 - t) x.ofLp + t y.ofLp)) (nhdsWithin 1 (Set.Iio 1)) β

Upper bound for the limsup along a segment via the embedded epigraph.

Theorem 7.5. Let f be a proper convex function, and let x ∈ ri (dom f). Then (cl f)(y) = lim_{λ ↑ 1} f((1 - λ)x + λ y) for every y. (The formula is also valid when f is improper and y ∈ cl (dom f).)

theorem closedProperConvexFunction_eq_limit_along_segment {n : } {f : (Fin n)EReal} (hfclosed : ClosedConvexFunction f) (hfproper : ProperConvexFunctionOn Set.univ f) {x : EuclideanSpace (Fin n)} (hx : x (fun (x : EuclideanSpace (Fin n)) => x.ofLp) ⁻¹' effectiveDomain Set.univ f) (y : EuclideanSpace (Fin n)) :
Filter.Tendsto (fun (t : ) => f ((1 - t) x.ofLp + t y.ofLp)) (nhdsWithin 1 (Set.Iio 1)) (nhds (f y.ofLp))

Corollary 7.5.1. For a closed proper convex function f, one has f y = lim_{λ ↑ 1} f((1 - λ) x + λ y) for every x ∈ dom f and every y.