The relative-interior qualification for the linear map A is equivalent to the source wording
that there exist x̂ ∈ ri(dom f) and ẑ ∈ ri(dom g) with A x̂ = ẑ.
Definition 12.1.1: Assumption 12.1 means that f : E → (-∞, ∞] is proper, closed, and
σ-strongly convex for a positive parameter σ : PosReal; g : V → (-∞, ∞] is proper, closed,
and convex; A : E →ₗ[ℝ] V is linear; and the relative interiors of dom f and dom g satisfy
the qualification ri (dom f) ∩ A⁻¹' (ri (dom g)) ≠ ∅, equivalently there exist
x̂ ∈ ri(dom f) and ẑ ∈ ri(dom g) with A x̂ = ẑ.
- effective_domain_nonempty : (effective_domain f).Nonempty
- f_closed : LowerSemicontinuous f
- f_strongly_convex : StrongConvexOn (effective_domain f) ↑σ fun (x : E) => (f x).toReal
- g_proper : IsProperExtendedRealFunction g
- g_closed : LowerSemicontinuous g
- g_convex : is_convex_function g
- qualification : (intrinsicInterior ℝ (effective_domain f) ∩ ⇑A ⁻¹' intrinsicInterior ℝ (effective_domain g)).Nonempty
Instances
Assumption 12.1 packages primal strong convexity together with the relative-interior qualification used throughout the Chapter 12 duality arguments.
Assumption 12.1 provides a point x̂ ∈ ri(dom f) whose image A x̂ lies in
ri(dom g). Equivalently, there exist x̂ ∈ ri(dom f) and ẑ ∈ ri(dom g) with A x̂ = ẑ.