Norms and dual norms
Contents |
Norms
Notation: for
Definition
A function f:
with
is called a norm if
- f is nonnegative:
for all
- f is definite: f(x) = 0 only if x = 0
- f is homogeneous: f(tx) = | t | f(x), for all
and
- f satisfies the triangle inequality:
, for all
Unit ball
The set of all vectors with norm less than or equal to one,
is called the unit ball of the norm
.
The unit ball satisfies the following properties:
-
is symmetric about the origin, i.e.,
if and only if
-
is convex
-
is closed, bounded, and has nonempty interior
Conversely, if
is any set satisfying these three conditions, then it is the unit ball of a norm, which is given by
Exercise
Show that the triangle inequality for the norm is equivalent to convexity of the norm unit ball.
Examples
-
-norm, sum-absolute-value
-
-norm, Euclidean
-
-norm, Chebyshev
-
-norm,
-
for M a symmetric positive definite matrix
- Note that the above formula yields the
-norm when p = 1 and the Euclidean norm when p = 2.
- It is easy to show that for any
-
- so the
-norm also fits in this family, as a limit.
Illustration
x = (x1,x2)
- Source code for making this figure: pstricks code
Exercise
Show oct, oct*-norm are dual norms. One way to do this is by computing the formula directly. Another way to do this is by noting that the unit balls in the dual norms are polars of each other, and by using a formula which relates the linear inequalities which define a polyhedral set to the vertices of the polar. See Convexity Notes
Dual norms
Definition
Let
be a norm on
. The associated dual norm, denoted
, is defined as
Inequality
From the definition of dual norm we have th inequality
which holds for all x and z.
This inequality is tight, in the following sense: for any x there is a z for which the inequality holds with equality. (Similarly, for any z there is an x that gives equality.)
Property
- The dual of the dual norm is the original norm:
for all x.
- The dual of the Euclidean norm is th Euclidean norm:
- The dual of the
-norm is the
-norm:
- and the dual of the
-norm is the
-norm.
- More generally, the dual of the
-norm is the
-norm, where q satisfies
i.e.,
Illustration
- The dual of the
-norm is the
-norm:
and
:
Exercise
- Give the formula for the dual norm.
- Give an example of a norm which is its own dual.
- Consider the norm
.
- Sketch the unit ball
in the norm. Indicate the vertices.
- Find the dual of the norm.
- Sketch the unit ball in the dual norm, and indicate the vertices.
- Sketch the unit ball
Unit ball
Dual norm unit ball
References
- S. Boyd, L. Vandenberghe. Convex Optimization. Cambridge University Press, 2004. [1]







