The gauge of a closed convex absorbing set containing 0 is a gauge.
The gauge function of a closed convex absorbing set has closed epigraph.
The polar gauge of the support function agrees with the gauge of the set.
Corollary 15.1.2: If C ⊆ ℝ^n is a closed convex set containing 0, then the gauge
γ(· | C) and the support function δ^*(· | C) are closed gauges polar to each other.
In this development, γ(· | C) is fun x => (gaugeFunction C x : EReal), the support function
is supportFunctionEReal C, "closed" is expressed as IsClosed (epigraph univ ·), and polarity
of gauges is given by polarGauge. We additionally assume C is absorbing.
A norm gauge is continuous on ℝ^n.
The unit sublevel set of a norm gauge is bounded.
The unit sublevel set of a norm gauge is symmetric, closed, bounded, convex, and contains 0
in its interior.
The gauge of a symmetric closed bounded convex set with 0 in its interior is a norm gauge.
The support function of a symmetric closed bounded convex set with 0 in its interior is a
norm gauge.
The polar gauge of a norm gauge is the support function of its unit sublevel set.
Theorem 15.2: The relations k(x) = γ(x | C) and C = {x ∈ ℝ^n | k x ≤ 1} define a
one-to-one correspondence between norms k on ℝ^n and symmetric closed bounded convex sets
C ⊆ ℝ^n such that 0 ∈ interior C.
In this development, ℝ^n is Fin n → ℝ; the unit ball of k is {x | k x ≤ 1}; and
γ(x | C) is represented by fun x => (gaugeFunction C x : EReal).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Theorem 15.2 (polar): Under the norm/set correspondence of Theorem 15.2, the polar of a norm
is a norm. In this development, the polar of k is polarGauge k.
Text 15.0.13: Define k : ℝⁿ → [0, +∞) by
k(x) = max {|ξ₁|, …, |ξₙ|} for x = (ξ₁, …, ξₙ).
Then k is a norm, and its polar gauge k^∘ is the ℓ₁-norm:
k^∘(x⋆) = |ξ₁⋆| + ⋯ + |ξₙ⋆| for x⋆ = (ξ₁⋆, …, ξₙ⋆).
Consequently, k and k^∘ form a polar pair of norms.
In this development, ℝⁿ is Fin n → ℝ, and we model real-valued norms as EReal-valued
functions via coercion ℝ → EReal.
Equations
- linftyNormEReal x = ↑‖x‖
Instances For
The support function of the ℓ∞ unit ball is the ℓ1 norm.