Norms
In order to define how close two vectors are, and in order to define the convergence of sequences of vectors, mathematicians use a special device, called metric (which is actually a distance). However, since we need to incorporate vector additions, a metric in vector spaces is generated by a norm.Let V be a vector space over a field π½, where π½ is either the field β of reals, or the field β of rational numbers, or the field β of complex numbers. A norm on V is a function β₯ββ₯ : V β β+ = { rββ : r β₯ 0 }, assigning a nonnegative real number β₯uβ₯ to any vector u β V, and satisfying the following conditions for all x, y, z β V:
- Positivity: β₯xβ₯ β₯ 0 and β₯xβ₯ = 0 if and only if x = 0.
- Homogeneity: β₯kxβ₯ = |k|Β·β₯xβ₯.
- Triangle inequality: β₯x+yβ₯ β€ β₯xβ₯ + β₯yβ₯.
Out of many possible norms, we mention four the most important norms:
-
For every x = [x1, x2, β¦ , xn] β V, we have the 1-norm:
βxβ1=nβk=1|xk|=|x1|+|x2|+β―+|xn|.It is also called the Taxicab norm or Manhattan norm.
-
The Euclidean norm or βΒ²-norm is
βxβ2=(nβk=1x2k)1/2=(x21+x22+β―+x2n)1/2.
-
The Chebyshev norm or sup-norm βvββ, is defined such that
βxββ=max
-
The βp-norm (for pβ₯1)
\| {\bf x}\|_p = \left( \sum_{k=1}^n x_k^p \right)^{1/p} = \left( x_1^p + x_2^p + \cdots + x_n^p \right)^{1/p} .
- \displaystyle \| {\bf x} \|_{\infty} \le \| {\bf x} \|_{1} \le n\,\| {\bf x} \|_{\infty} ,
- \displaystyle \| {\bf x} \|_{\infty} \le \| {\bf x} \|_{2} \le \sqrt{n}\,\| {\bf x} \|_{\infty} ,
- \displaystyle \| {\bf x} \|_{2} \le \| {\bf x} \|_{1} \le \sqrt{n}\,\| {\bf x} \|_{2} .
With dot product, we can assign a length of a vector, which is also called the Euclidean norm or 2-norm:
Dot product is a particular case of more general bilinear form, known as inner product. An inner product space is a vector space with an additional structure called an inner product. So every inner product space inherits the Euclidean norm and becomes a metric space. In linear algebra, functional analysis, and related areas of mathematics, a norm is a function that assigns a strictly positive length or size to each vector in a vector spaceβsave for the zero vector, which is assigned a length of zero.
The definition of norm in βn needs an accormodation of complex conjugate numbers that are denoted either by overline (mathematics) or asterisk (physics and engineering):