Documentation

ConvexAnalysisMonotoneOperators_BauschkeCombettes_2017.Chap08.Text_8_0_2

noncomputable def minkowskiGauge {H : Type u} [SMul H] (C : Set H) :
HEReal

Text 8.0.2: the Minkowski gauge of a subset C is the ]-∞,+∞]-valued function sending x to the infimum of the positive real numbers ξ such that x ∈ ξ C.

Instances For
    def «termM[_]» :
    Lean.ParserDescr
    Instances For
      theorem minkowskiGauge_eq_sInf {H : Type u} [SMul H] (C : Set H) (x : H) :
      m[C] x = sInf (Real.toEReal '' {ξ : | 0 < ξ x ξ C})

      The textbook Minkowski gauge is the infimum of the positive real scalings that contain the point.