Documentation

FirstOrderMethodsOptimization_Beck_2017.Chap12.Definition_12_1_1

theorem qualification_nonempty_iff_exists_ri_map_eq {E : Type u} {V : Type v} [NormedAddCommGroup E] [NormedSpace E] [AddCommGroup V] [Module V] [TopologicalSpace V] (f : EEReal) (g : VEReal) (A : E →ₗ[] V) :
(intrinsicInterior (effective_domain f) A ⁻¹' intrinsicInterior (effective_domain g)).Nonempty xHatintrinsicInterior (effective_domain f), zHatintrinsicInterior (effective_domain g), A xHat = zHat

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̂ = ẑ.

class IsDualBasedProximalGradientProblem {E : Type u} {V : Type v} [NormedAddCommGroup E] [NormedSpace E] [AddCommGroup V] [Module V] [TopologicalSpace V] (f : EEReal) (g : VEReal) (A : E →ₗ[] V) (σ : PosReal) extends IsProperExtendedRealFunction f :

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̂ = ẑ.

Instances
    theorem IsDualBasedProximalGradientProblem.strongConvexOn_and_qualification {E : Type u} {V : Type v} [NormedAddCommGroup E] [NormedSpace E] [AddCommGroup V] [Module V] [TopologicalSpace V] {f : EEReal} {g : VEReal} {A : E →ₗ[] V} {σ : PosReal} (h : IsDualBasedProximalGradientProblem f g A σ) :
    (StrongConvexOn (effective_domain f) σ fun (x : E) => (f x).toReal) (intrinsicInterior (effective_domain f) A ⁻¹' intrinsicInterior (effective_domain g)).Nonempty

    Assumption 12.1 packages primal strong convexity together with the relative-interior qualification used throughout the Chapter 12 duality arguments.

    theorem IsDualBasedProximalGradientProblem.exists_mem_intrinsicInterior_map_eq {E : Type u} {V : Type v} [NormedAddCommGroup E] [NormedSpace E] [AddCommGroup V] [Module V] [TopologicalSpace V] {f : EEReal} {g : VEReal} {A : E →ₗ[] V} {σ : PosReal} (h : IsDualBasedProximalGradientProblem f g A σ) :
    xHatintrinsicInterior (effective_domain f), zHatintrinsicInterior (effective_domain g), A xHat = zHat

    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̂ = ẑ.