Documentation

Books.ConvexAnalysis_Rockafellar_1970.Chapters.Chap03.section16_part5

In the improper case, the conjugates are identically .

Closure commutes with linear precomposition under a relative-interior preimage point.

theorem section16_adjointImage_closed_and_attained_of_exists_mem_ri_effectiveDomain {n m : } (A : EuclideanSpace (Fin n) →ₗ[] EuclideanSpace (Fin m)) (g : (Fin m)EReal) (hgproper : ProperConvexFunctionOn Set.univ g) (hri : ∃ (x : EuclideanSpace (Fin n)), A x euclideanRelativeInterior m ((fun (z : EuclideanSpace (Fin m)) => z.ofLp) ⁻¹' effectiveDomain Set.univ g)) :
have Aadj := LinearMap.adjoint A; have gStar := fenchelConjugate m g; have h := fun (xStar : Fin n) => sInf ((fun (yStar : EuclideanSpace (Fin m)) => gStar yStar.ofLp) '' {yStar : EuclideanSpace (Fin m) | Aadj yStar = WithLp.toLp 2 xStar}); convexFunctionClosure h = h ∀ (xStar : Fin n), h xStar = ∃ (yStar : EuclideanSpace (Fin m)), Aadj yStar = WithLp.toLp 2 xStar gStar yStar.ofLp = h xStar

Closedness and attainment for the adjoint-image infimum under the ri condition.

Properness and ri-compatibility for indicator functions under a feasible point.

theorem section16_indicator_precomp_eq_indicator_preimage {n m : } (A : EuclideanSpace (Fin n) →ₗ[] EuclideanSpace (Fin m)) (D : Set (Fin m)) :
(fun (x : Fin n) => indicatorFunction D (A (WithLp.toLp 2 x)).ofLp) = indicatorFunction ((fun (x : Fin n) => (A (WithLp.toLp 2 x)).ofLp) ⁻¹' D)

Precomposition of an indicator is the indicator of a preimage set.