Norm (mathematics)
Encyclopedia : N : NO : NOR : Norm (mathematics)
In linear algebra, functional analysis and related areas of mathematics, a norm is a function which assigns a positive length or size to all vectors in a vector space, other than the zero vector. A seminorm on the other hand is allowed to assign zero length to some non-zero vectors.
A simple example is the 2-dimensional Euclidean space R2 equipped with the Euclidean norm. Elements in this vector space (e.g., (3,7) ) are usually drawn as arrows in a 2-dimensional cartesian coordinate system starting at the origin (0,0). The Euclidean norm assigns to each vector the length of its arrow.
A vector space with a norm is called a normed vector space. Similarly, a vector space with a seminorm is called a seminormed vector space.
Definition
Given a vector space V over a subfield F of the complex numbers such as the complex numbers themselves or the real or rational numbers, a seminorm on V is a function p:V→R; x→ p(x) with the following properties:For all a in F and all u and v in V,
- p(v) ≥ 0 (positivity)
- p(a v) = |a| p(v), (positive homogeneity or positive scalability)
- p(u + v) ≤ p(u) + p(v) (triangle inequality or subadditivity).
- p(v) = 0 if and only if v is the zero vector (positive definiteness).
Notes
seminorms are often denoted by p(v) (function notation) whereas norms are traditionally denoted ||v|| (as a variant of the absolute-value notation).A useful consequence of the norm axioms is the inequality
- ||u ± v|| ≥ | ||u|| − ||v|| |
Examples
- All norms are seminorms.
- The trivial seminorms, those where p(x) = 0 for all x in V.
- The absolute value is a norm on the real numbers.
- Every linear form f on a vector space defines a seminorm by x→|f(x)|.
Euclidean norm
On Rn, the intuitive notion of length of the vector x = [x1, x2, ..., xn] is captured by the formula- [\|\mathbf\| := \sqrt.]
On Cn the most common norm is
- [\|\mathbf\| := \sqrt.], equivalent with the Euclidean norm on R2n.
The set of vectors whose Euclidean norm is a given constant forms the surface of a sphere.
Taxicab norm or Manhattan norm
Main article Taxicab geometry
- [\|x\|_1 := \sum_^ |x_i|.]
The set of vectors whose 1-norm is a given constant forms the surface of a cross polytope.
p-norm
Let p≥1 be a real number.- [\|x\|_p := \left( \sum_^n |x_i|^p \right)^\frac]
Infinity norm or maximum norm
Main article maximum norm
- [\|x\|_\infty := \max \left(|x_1|, \ldots ,|x_n| \right).]
Zero norm
In the machine learning and optimization literature, one often finds reference to the zero norm. The zero norm of x is defined as [ \lim_ \|x\|_p^p, ] where [\|x\|_p] is the p-norm defined above. If we define [0^0 \equiv 0] then we can write the zero norm as [\sum_^n x_i^0]. It follows that the zero norm of x is simply the number of non-zero elements of x. Despite its name, the zero norm is not a true norm; in particular, it is not positive homogeneous.Other norms
Other norms on Rn can be constructed by combining the above; for example- [\|x\| := 2|x_1| + \sqrt]
For any norm and any bijective linear transformation A we can define a new norm of x, equal to
- [\|Ax\|.]
All the above formulas also yield norms on Cn without modification.
Infinite dimensional case
The generalization of the above norms to an infinite number of components leads to the Lp spaces, with norms- [ \|x\|_p = \left(\sum_|x_i|^p\right)^ ] resp. [ \|f\|_ = \left(\int_X|f(x)|^p\,\mathrm dx\right)^ ]
Any inner product induces in a natural way the norm [\|x\| := \sqrt.]
Other examples of infinite dimensional normed vector spaces can be found in the Banach space article.
Properties
The concept of unit circle (the set of all vectors of norm 1) is different in different norms: for the 1-norm the unit circle in R2 is a rhomboid, for the 2-norm (Euclidean norm) it is the well-known unit circle, while for the infinity norm it is a square. See the accompanying illustration.
In terms of the vector space, the seminorm defines a topology on the space, and this is a Hausdorff topology precisely when the seminorm can distinguish between distinct vectors, which is again equivalent to the seminorm being a norm.
Two norms ||·||1 and ||·||2 on a vector space V are called equivalent if there exist positive real numbers C and D such that
- [C\|x\|_1\leq\|x\|_2\leq D\|x\|_1]
Equivalent norms define the same notions of continuity and convergence and do not need to be distinguished for most purposes. To be more precise the uniform structure defined by equivalent norms on the vector space is uniformly isomorphic.
Every (semi)-norm is a sublinear function, which implies that every norm is a convex function. As a result, finding a global optimum of a norm-based objective function is often tractable.
Given a finite family of seminorms pi on a vector space the sum
- [p(x):=\sum_^n p_i(x)]
Absolutely convex and absorbing sets
Seminorms are closely related to absolutely convex and absorbing sets. Let p be a seminorm on a vector space V, then for any scalar α the sets and are absorbing and absolutely convex. In a normed vector space the set is called the closed unit ball.Conversely to each absorbing and absolutely convex subset A of V corresponds a seminorm p called the gauge of A, defined as
- p(x) := inf
- ⊆ A ⊆ .
See also
- inner product, a vector multiplication which induces a norm
- relation of norms and metrics - a translation invariant and homogeneous metric can be used to define a norm
- normed vector space
- matrix norm
- Manhattan distance
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
