Documentation

IntroductoryLecturesOnConvexOptimization_Nesterov_2004.Chap03.PointwiseSupremumOn

def pointwiseSupremumOn {ι : Type u} {X : Type v} {α : Type w} [ConditionallyCompleteLattice α] (Δ : Set ι) (φ : Xια) :
Xα

The pointwise supremum over a parameter subset Δ of an indexed family of functions on X.

Instances For
    @[simp]
    theorem pointwiseSupremumOn_apply {ι : Type u} {X : Type v} {α : Type w} [ConditionallyCompleteLattice α] {Δ : Set ι} {φ : Xια} {x : X} :
    pointwiseSupremumOn Δ φ x = sSup ((fun (y : ι) => φ x y) '' Δ)

    Evaluating pointwiseSupremumOn Δ φ at x gives the defining supremum of the slice y ↦ φ x y over Δ.