The polar gauge of innerMulGauge is bounded by j on J.
Text 15.0.10: Given subsets H, J ⊆ ℝⁿ and functions h : H → [0, +∞], j : J → [0, +∞]
such that ⟪x, y⟫ ≤ h x * j y for all x ∈ H, y ∈ J, define
k(x) := inf { μ ≥ 0 | ⟪x, y⟫ ≤ μ * j y for all y ∈ J }.
Then k is a closed gauge and satisfies ⟪x, y⟫ ≤ k x * j y for all x ∈ dom k, y ∈ J, with
dom k ⊇ H and k x ≤ h x for all x ∈ H. Moreover, its polar gauge k^∘ satisfies
dom k^∘ ⊇ J and k^∘ y ≤ j y for all y ∈ J, hence ⟪x, y⟫ ≤ k x * k^∘ y for all
x ∈ dom k, y ∈ dom k^∘.
In this development, ℝⁿ is Fin n → ℝ, [0, +∞] is modeled by EReal with nonnegativity, and
effective-domain assumptions are modeled by k x ≠ ⊤.
Text 15.0.11: Let k(x) = ‖x‖₂ be the Euclidean norm on ℝⁿ. Then k is both the gauge
function and the support function of the Euclidean unit ball B = {x | ‖x‖₂ ≤ 1}. In particular,
the polar gauge satisfies k^∘ = k. Consequently, the inequality associated with the polar pair
(k, k^∘) is the Schwarz inequality
⟪x, y⟫ ≤ ‖x‖₂ ‖y‖₂ for all x, y ∈ ℝⁿ.
In this development, we work with Fin n → ℝ for ℝⁿ, define ‖x‖₂ as Real.sqrt (dotProduct x x),
take the unit ball to be {x | Real.sqrt (dotProduct x x) ≤ 1}, and use gaugeFunction and
supportFunctionEReal for the gauge and support functions.
Equations
- euclideanNormEReal x = ↑√(x ⬝ᵥ x)
Instances For
Every vector can be written as its Euclidean norm times a unit-ball vector.
Text 15.0.12: A gauge k : ℝⁿ → [0, +∞) is called a norm if it is finite everywhere, symmetric
(k (-x) = k x for all x), and satisfies k x > 0 for all x ≠ 0.
Equivalently, k is real-valued and satisfies:
(a) k x > 0 for all x ≠ 0;
(b) k (x₁ + x₂) ≤ k x₁ + k x₂ for all x₁, x₂;
(c) k (λ • x) = λ * k x for all x and all λ > 0;
(d) k (-x) = k x for all x.
In particular, (c) and (d) imply k (λ • x) = |λ| * k x for all x and all λ ∈ ℝ.
In this development, ℝⁿ is Fin n → ℝ, codomain is EReal, and "finite everywhere" is
∀ x, k x ≠ ⊤.
Equations
Instances For
The sign-flip on the first coordinate of EuclideanSpace × ℝ is an involution.
The inner dual cone commutes with sign-flip on the first coordinate in WithLp 2 (E × ℝ).
The inner dual cone in H₂ is closed.
Explicit formula for the inverse of eH_transport_to_H2.
Inner product formula for the transported sign-flip in H₂.