Norm (mathematics)
发布时间:2026-08-20 | 浏览:5
In mathematics , a norm is a function from a real or complex vector space to the non-negative real numbers that behaves in certain ways like the distance from the origin : it commutes with scaling, obeys a form of the triangle inequality , and is zero only at the origin. In particular, the Euclidean distance in a Euclidean space is defined by a norm on the associated Euclidean vector space , called the Euclidean norm , the 2-norm , or, sometimes, the magnitude or length of the vector. This norm can be defined as the square root of the inner product of a vector with itself.
A seminorm satisfies the first two properties of a norm but may be zero for vectors other than the origin. [ 1 ] A vector space with a specified norm is called a normed vector space . In a similar manner, a vector space with a seminorm is called a seminormed vector space .
The term pseudonorm has been used for several related meanings. It may be a synonym of "seminorm". [ 1 ] It can also refer to a norm that can take infinite values [ 2 ] or to certain functions parametrised by a directed set . [ 3 ]
Given a vector space X {\displaystyle X} over a subfield F {\displaystyle F} of the complex numbers C , {\displaystyle \mathbb {C} ,} a norm on X {\displaystyle X} is a real-valued function p : X → R {\displaystyle p:X\to \mathbb {R} } with the following properties, where | s | {\displaystyle |s|} denotes the usual absolute value of a scalar s {\displaystyle s} : [ 4 ]
Subadditivity / Triangle inequality : p ( x + y ) ≤ p ( x ) + p ( y ) {\displaystyle p(x+y)\leq p(x)+p(y)} for all x , y ∈ X . {\displaystyle x,y\in X.}
Absolute homogeneity : p ( s x ) = | s | p ( x ) {\displaystyle p(sx)=|s|p(x)} for all x ∈ X {\displaystyle x\in X} and all scalars s . {\displaystyle s.}
Positive definiteness / Positiveness [ 5 ] / Point-separating : for all x ∈ X , {\displaystyle x\in X,} if p ( x ) = 0 , {\displaystyle p(x)=0,} then x = 0. {\displaystyle x=0.} Because property (2.) implies p ( 0 ) = 0 , {\displaystyle p(0)=0,} some authors replace property (3.) with the equivalent condition: for every x ∈ X , {\displaystyle x\in X,} p ( x ) = 0 {\displaystyle p(x)=0} if and only if x = 0. {\displaystyle x=0.}
Because property (2.) implies p ( 0 ) = 0 , {\displaystyle p(0)=0,} some authors replace property (3.) with the equivalent condition: for every x ∈ X , {\displaystyle x\in X,} p ( x ) = 0 {\displaystyle p(x)=0} if and only if x = 0. {\displaystyle x=0.}
A seminorm on X {\displaystyle X} is a function p : X → R {\displaystyle p:X\to \mathbb {R} } that has properties (1.) and (2.) [ 6 ] so that in particular, every norm is also a seminorm (and thus also a sublinear functional ). However, there exist seminorms that are not norms.
Properties (1.) and (2.) imply that if p {\displaystyle p} is a norm (or more generally, a seminorm), then p ( 0 ) = 0 {\displaystyle p(0)=0} and that p {\displaystyle p} also has the following property: [ a ]
Non-negativity : [ 5 ] p ( x ) ≥ 0 {\displaystyle p(x)\geq 0} for all x ∈ X . {\displaystyle x\in X.}
Some authors include non-negativity as part of the definition of "norm", although this is not necessary. Although this article defined " positive " to be a synonym of "positive definite", some authors instead define " positive " to be a synonym of "non-negative"; [ 7 ] these definitions are not equivalent.
If a norm p : X → R {\displaystyle p:X\to \mathbb {R} } is given on a vector space X , {\displaystyle X,} then the norm of a vector z ∈ X {\displaystyle z\in X} is usually denoted by enclosing it within double vertical lines: ‖ z ‖ = p ( z ) {\displaystyle \|z\|=p(z)} , as proposed by Stefan Banach in his doctoral thesis from 1920. Such notation is also sometimes used if p {\displaystyle p} is only a seminorm. For the length of a vector in Euclidean space (which is an example of a norm, as explained below ), the notation | x | {\displaystyle |x|} with single vertical lines is also widespread.
Every (real or complex) vector space admits a norm: If x ∙ = ( x i ) i ∈ I {\displaystyle x_{\bullet }=\left(x_{i}\right)_{i\in I}} is a Hamel basis for a vector space X {\displaystyle X} then the real-valued map that sends x = ∑ i ∈ I s i x i ∈ X {\displaystyle x=\sum _{i\in I}s_{i}x_{i}\in X} (where all but finitely many of the scalars s i {\displaystyle s_{i}} are 0 {\displaystyle 0} ) to ∑ i ∈ I | s i | {\displaystyle \sum _{i\in I}\left|s_{i}\right|} is a norm on X . {\displaystyle X.} [ 8 ] There are also a large number of norms that exhibit additional properties that make them useful for specific problems.
Absolute-value norm
The absolute value | x | {\displaystyle |x|} is a norm on the vector space formed by the real or complex numbers . The complex numbers form a one-dimensional vector space over themselves and a two-dimensional vector space over the reals, and the absolute value is a norm for these two structures. For example, 1 as the basis and the complex numbers as scalars form a 1-dimensional vector space, while { 1 , i } {\textstyle \{1,i\}} as the basis and real numbers as scalars form a 2-dimensional vector space, and the absolute value x 2 + y 2 {\textstyle {\sqrt {x^{2}+y^{2}}}} of a complex number z = x + i y {\displaystyle z=x+iy} , where x {\displaystyle x} and y {\displaystyle y} are real numbers, form a norm.
Any norm p {\displaystyle p} on a one-dimensional vector space X {\displaystyle X} is equivalent (up to scaling) to the absolute value norm, meaning that there is a norm-preserving isomorphism of vector spaces f : F → X , {\displaystyle f:\mathbb {F} \to X,} where F {\displaystyle \mathbb {F} } is either R {\displaystyle \mathbb {R} } or C , {\displaystyle \mathbb {C} ,} and norm-preserving means that | x | = p ( f ( x ) ) . {\displaystyle |x|=p(f(x)).} This isomorphism is given by sending 1 ∈ F {\displaystyle 1\in \mathbb {F} } to a vector of norm 1 , {\displaystyle 1,} which exists since such a vector is obtained by multiplying any non-zero vector by the inverse of its norm.
On the n {\displaystyle n} -dimensional Euclidean space R n , {\displaystyle \mathbb {R} ^{n},} the intuitive notion of length of the vector x = ( x 1 , x 2 , … , x n ) {\displaystyle {\boldsymbol {x}}=\left(x_{1},x_{2},\ldots ,x_{n}\right)} is captured by the formula [ 9 ] ‖ x ‖ 2 := x 1 2 + ⋯ + x n 2 . {\displaystyle \|{\boldsymbol {x}}\|_{2}:={\sqrt {x_{1}^{2}+\cdots +x_{n}^{2}}}.}
This is the Euclidean norm , which gives the ordinary distance from the origin to the point X —a consequence of the Pythagorean theorem . This operation may also be referred to as "SRSS", which is an acronym for the s quare r oot of the s um of s quares. [ 10 ]
The Euclidean norm is by far the most commonly used norm on R n , {\displaystyle \mathbb {R} ^{n},} [ 9 ] but there are other norms on this vector space as will be shown below. However, all these norms are equivalent in the sense that they all define the same topology on finite-dimensional spaces.
The inner product of two vectors of a Euclidean vector space is the dot product of their coordinate vectors over an orthonormal basis . Hence, the Euclidean norm can be written in a coordinate-free way as ‖ x ‖ := x ⋅ x . {\displaystyle \|{\boldsymbol {x}}\|:={\sqrt {{\boldsymbol {x}}\cdot {\boldsymbol {x}}}}.}
The Euclidean norm is also called the quadratic norm , L 2 {\displaystyle L^{2}} norm , [ 11 ] ℓ 2 {\displaystyle \ell ^{2}} norm , 2-norm , or square norm ; see L p {\displaystyle L^{p}} space . It defines a distance function called the Euclidean length , L 2 {\displaystyle L^{2}} distance , or ℓ 2 {\displaystyle \ell ^{2}} distance .
The set of vectors in R n + 1 {\displaystyle \mathbb {R} ^{n+1}} whose Euclidean norm is a given positive constant forms an n {\displaystyle n} -sphere .
Euclidean norm of complex numbers
The Euclidean norm of a complex number is the absolute value (also called the modulus ) of it, if the complex plane is identified with the Euclidean plane R 2 . {\displaystyle \mathbb {R} ^{2}.} This identification of the complex number x + i y {\displaystyle x+iy} as a vector in the Euclidean plane, makes the quantity x 2 + y 2 {\textstyle {\sqrt {x^{2}+y^{2}}}} (as first suggested by Euler) the Euclidean norm associated with the complex number. For z = x + i y {\displaystyle z=x+iy} , the norm can also be written as z ¯ z {\displaystyle {\sqrt {{\bar {z}}z}}} where z ¯ {\displaystyle {\bar {z}}} is the complex conjugate of z . {\displaystyle z\,.}
Quaternions and octonions
There are exactly four Euclidean Hurwitz algebras over the real numbers . These are the real numbers R , {\displaystyle \mathbb {R} ,} the complex numbers C , {\displaystyle \mathbb {C} ,} the quaternions H , {\displaystyle \mathbb {H} ,} and lastly the octonions O , {\displaystyle \mathbb {O} ,} where the dimensions of these spaces over the real numbers are 1 , 2 , 4 , and 8 , {\displaystyle 1,2,4,{\text{ and }}8,} respectively. The canonical norms on R {\displaystyle \mathbb {R} } and C {\displaystyle \mathbb {C} } are their absolute value functions, as discussed previously.
The canonical norm on H {\displaystyle \mathbb {H} } of quaternions is defined by ‖ q ‖ = q q ∗ = q ∗ q = a 2 + b 2 + c 2 + d 2 {\displaystyle \lVert q\rVert ={\sqrt {\,qq^{*}~}}={\sqrt {\,q^{*}q~}}={\sqrt {\,a^{2}+b^{2}+c^{2}+d^{2}~}}} for every quaternion q = a + b i + c j + d k {\displaystyle q=a+b\,\mathbf {i} +c\,\mathbf {j} +d\,\mathbf {k} } in H . {\displaystyle \mathbb {H} .} This is the same as the Euclidean norm on H {\displaystyle \mathbb {H} } considered as the vector space R 4 . {\displaystyle \mathbb {R} ^{4}.} Similarly, the canonical norm on the octonions is just the Euclidean norm on R 8 . {\displaystyle \mathbb {R} ^{8}.}
Finite-dimensional complex normed spaces
On an n {\displaystyle n} -dimensional complex space C n , {\displaystyle \mathbb {C} ^{n},} the most common norm is ‖ z ‖ := | z 1 | 2 + ⋯ + | z n | 2 = z 1 z ¯ 1 + ⋯ + z n z ¯ n . {\displaystyle \|{\boldsymbol {z}}\|:={\sqrt {\left|z_{1}\right|^{2}+\cdots +\left|z_{n}\right|^{2}}}={\sqrt {z_{1}{\bar {z}}_{1}+\cdots +z_{n}{\bar {z}}_{n}}}.}
In this case, the norm can be expressed as the square root of the inner product of the vector and itself: ‖ x ‖ := x H x , {\displaystyle \|{\boldsymbol {x}}\|:={\sqrt {{\boldsymbol {x}}^{H}~{\boldsymbol {x}}}},} where x {\displaystyle {\boldsymbol {x}}} is represented as a column vector [ x 1 x 2 … x n ] T {\displaystyle {\begin{bmatrix}x_{1}\;x_{2}\;\dots \;x_{n}\end{bmatrix}}^{\rm {T}}} and x H {\displaystyle {\boldsymbol {x}}^{H}} denotes its conjugate transpose .
This formula is valid for any inner product space , including Euclidean and complex spaces. For complex spaces, the inner product is equivalent to the complex dot product . Hence the formula in this case can also be written using the following notation: ‖ x ‖ := x ⋅ x . {\displaystyle \|{\boldsymbol {x}}\|:={\sqrt {{\boldsymbol {x}}\cdot {\boldsymbol {x}}}}.}
Taxicab norm or Manhattan norm
‖ x ‖ 1 := ∑ i = 1 n | x i | . {\displaystyle \|{\boldsymbol {x}}\|_{1}:=\sum _{i=1}^{n}\left|x_{i}\right|.} The name relates to the distance a taxi has to drive in a rectangular street grid (like that of the New York borough of Manhattan ) to get from the origin to the point x . {\displaystyle x.}
The set of vectors whose 1-norm is a given constant forms the surface of a cross polytope , which has dimension equal to the dimension of the vector space minus 1. The Taxicab norm is also called the ℓ 1 {\displaystyle \ell ^{1}} norm . The distance derived from this norm is called the Manhattan distance or ℓ 1 {\displaystyle \ell ^{1}} distance .
The 1-norm is simply the sum of the absolute values of the columns.
In contrast, ∑ i = 1 n x i {\displaystyle \sum _{i=1}^{n}x_{i}} is not a norm because it may yield negative results.
Let p ≥ 1 {\displaystyle p\geq 1} be a real number. The p {\displaystyle p} -norm (also called ℓ p {\displaystyle \ell ^{p}} -norm) of vector x = ( x 1 , … , x n ) {\displaystyle \mathbf {x} =(x_{1},\ldots ,x_{n})} is [ 9 ] ‖ x ‖ p := ( ∑ i = 1 n | x i | p ) 1 / p . {\displaystyle \|\mathbf {x} \|_{p}:={\biggl (}\sum _{i=1}^{n}\left|x_{i}\right|^{p}{\biggr )}^{1/p}.} For p = 1 , {\displaystyle p=1,} we get the taxicab norm , for p = 2 {\displaystyle p=2} we get the Euclidean norm , and as p {\displaystyle p} approaches ∞ {\displaystyle \infty } the p {\displaystyle p} -norm approaches the infinity norm or maximum norm : ‖ x ‖ ∞ := max i | x i | . {\displaystyle \|\mathbf {x} \|_{\infty }:=\max _{i}\left|x_{i}\right|.} The p {\displaystyle p} -norm is related to the generalized mean or power mean.
For p = 2 , {\displaystyle p=2,} the ‖ ⋅ ‖ 2 {\displaystyle \|\,\cdot \,\|_{2}} -norm is even induced by a canonical inner product ⟨ ⋅ , ⋅ ⟩ , {\displaystyle \langle \,\cdot ,\,\cdot \rangle ,} meaning that ‖ x ‖ 2 = ⟨ x , x ⟩ {\textstyle \|\mathbf {x} \|_{2}={\sqrt {\langle \mathbf {x} ,\mathbf {x} \rangle }}} for all vectors x . {\displaystyle \mathbf {x} .} This inner product can be expressed in terms of the norm by using the polarization identity . On ℓ 2 , {\displaystyle \ell ^{2},} this inner product is the Euclidean inner product defined by ⟨ ( x n ) n , ( y n ) n ⟩ ℓ 2 = ∑ n x n ¯ y n {\displaystyle \langle \left(x_{n}\right)_{n},\left(y_{n}\right)_{n}\rangle _{\ell ^{2}}~=~\sum _{n}{\overline {x_{n}}}y_{n}} while for the space L 2 ( X , μ ) {\displaystyle L^{2}(X,\mu )} associated with a measure space ( X , Σ , μ ) , {\displaystyle (X,\Sigma ,\mu ),} which consists of all square-integrable functions , this inner product is ⟨ f , g ⟩ L 2 = ∫ X f ( x ) ¯ g ( x ) d x . {\displaystyle \langle f,g\rangle _{L^{2}}=\int _{X}{\overline {f(x)}}g(x)\,\mathrm {d} x.}
This definition is still of some interest for 0 < p < 1 , {\displaystyle 0<p<1,} but the resulting function does not define a norm, [ 12 ] because it violates the triangle inequality . What is true for this case of 0 < p < 1 , {\displaystyle 0<p<1,} even in the measurable analog, is that the corresponding L p {\displaystyle L^{p}} class is a vector space, and it is also true that the function ∫ X | f ( x ) − g ( x ) | p d μ {\displaystyle \int _{X}|f(x)-g(x)|^{p}~\mathrm {d} \mu } (without p {\displaystyle p} th root) defines a distance that makes L p ( X ) {\displaystyle L^{p}(X)} into a complete metric topological vector space . These spaces are of great interest in functional analysis , probability theory and harmonic analysis . However, aside from trivial cases, this topological vector space is not locally convex, and has no continuous non-zero linear forms. Thus the topological dual space contains only the zero functional.
The partial derivative of the p {\displaystyle p} -norm is given by ∂ ∂ x k ‖ x ‖ p = x k | x k | p − 2 ‖ x ‖ p p − 1 . {\displaystyle {\frac {\partial }{\partial x_{k}}}\|\mathbf {x} \|_{p}={\frac {x_{k}\left|x_{k}\right|^{p-2}}{\|\mathbf {x} \|_{p}^{p-1}}}.}
The derivative with respect to x , {\displaystyle x,} therefore, is ∂ ‖ x ‖ p ∂ x = ( x ∘ | x | p − 2 ‖ x ‖ p p − 1 ) ⊤ . {\displaystyle {\frac {\partial \|\mathbf {x} \|_{p}}{\partial \mathbf {x} }}=\left({\frac {\mathbf {x} \circ |\mathbf {x} |^{p-2}}{\|\mathbf {x} \|_{p}^{p-1}}}\right)^{\top }.} where ∘ {\displaystyle \circ } denotes Hadamard product and | ⋅ | {\displaystyle |\cdot |} is used for absolute value of each component of the vector.
For the special case of p = 2 , {\displaystyle p=2,} this becomes ∂ ∂ x k ‖ x ‖ 2 = x k ‖ x ‖ 2 , {\displaystyle {\frac {\partial }{\partial x_{k}}}\|\mathbf {x} \|_{2}={\frac {x_{k}}{\|\mathbf {x} \|_{2}}},} or ∂ ∂ x ‖ x ‖ 2 = ( x ‖ x ‖ 2 ) ⊤ . {\displaystyle {\frac {\partial }{\partial \mathbf {x} }}\|\mathbf {x} \|_{2}=\left({\frac {\mathbf {x} }{\|\mathbf {x} \|_{2}}}\right)^{\top }.}
Maximum norm (special case of: infinity norm, uniform norm, or supremum norm)
If x {\displaystyle \mathbf {x} } is some vector such that x = ( x 1 , x 2 , … , x n ) , {\displaystyle \mathbf {x} =(x_{1},x_{2},\ldots ,x_{n}),} then: ‖ x ‖ ∞ := max ( | x 1 | , … , | x n | ) . {\displaystyle \|\mathbf {x} \|_{\infty }:=\max \left(\left|x_{1}\right|,\ldots ,\left|x_{n}\right|\right).}
The set of vectors whose infinity norm is a given constant, c , {\displaystyle c,} forms the surface of a hypercube with edge length 2 c . {\displaystyle 2c.}
The energy norm [ 13 ] of a vector x = ( x 1 , x 2 , … , x n ) ∈ R n {\displaystyle {\boldsymbol {x}}=\left(x_{1},x_{2},\ldots ,x_{n}\right)\in \mathbb {R} ^{n}} is defined in terms of a symmetric positive definite matrix A ∈ R n {\displaystyle A\in \mathbb {R} ^{n}} as
‖ x ‖ A := x T ⋅ A ⋅ x . {\displaystyle {\|{\boldsymbol {x}}\|}_{A}:={\sqrt {{\boldsymbol {x}}^{T}\cdot A\cdot {\boldsymbol {x}}}}.}
It is clear that if A {\displaystyle A} is the identity matrix , this norm corresponds to the Euclidean norm . If A {\displaystyle A} is diagonal, this norm is also called a weighted norm . The energy norm is induced by the inner product given by ⟨ x , y ⟩ A := x T ⋅ A ⋅ y {\displaystyle \langle {\boldsymbol {x}},{\boldsymbol {y}}\rangle _{A}:={\boldsymbol {x}}^{T}\cdot A\cdot {\boldsymbol {y}}} for x , y ∈ R n {\displaystyle {\boldsymbol {x}},{\boldsymbol {y}}\in \mathbb {R} ^{n}} .
In general, the value of the norm is dependent on the spectrum of A {\displaystyle A} : For a vector x {\displaystyle {\boldsymbol {x}}} with a Euclidean norm of one, the value of ‖ x ‖ A {\displaystyle {\|{\boldsymbol {x}}\|}_{A}} is bounded from below and above by the smallest and largest absolute eigenvalues of A {\displaystyle A} respectively, where the bounds are achieved if x {\displaystyle {\boldsymbol {x}}} coincides with the corresponding (normalized) eigenvectors. Based on the symmetric matrix square root A 1 / 2 {\displaystyle A^{1/2}} , the energy norm of a vector can be written in terms of the standard Euclidean norm as
‖ x ‖ A = ‖ A 1 / 2 x ‖ 2 . {\displaystyle {\|{\boldsymbol {x}}\|}_{A}={\|A^{1/2}{\boldsymbol {x}}\|}_{2}.}
In probability and functional analysis, the zero norm induces a complete metric topology for the space of measurable functions and for the F-space of sequences with F–norm ( x n ) ↦ ∑ n 2 − n x n / ( 1 + x n ) . {\textstyle (x_{n})\mapsto \sum _{n}{2^{-n}x_{n}/(1+x_{n})}.} [ 14 ] Here we mean by F-norm some real-valued function ‖ ⋅ ‖ {\displaystyle \lVert \cdot \rVert } on an F-space with distance d , {\displaystyle d,} such that ‖ x ‖ = d ( x , 0 ) . {\displaystyle \lVert x\rVert =d(x,0).} The F -norm described above is not a norm in the usual sense because it lacks the required homogeneity property.
Hamming distance of a vector from zero
In metric geometry , the discrete metric takes the value one for distinct points and zero otherwise. When applied coordinate-wise to the elements of a vector space, the discrete distance defines the Hamming distance , which is important in coding and information theory . In the field of real or complex numbers, the distance of the discrete metric from zero is not homogeneous in the non-zero point; indeed, the distance from zero remains one as its non-zero argument approaches zero. However, the discrete distance of a number from zero does satisfy the other properties of a norm, namely the triangle inequality and positive definiteness. When applied component-wise to vectors, the discrete distance from zero behaves like a non-homogeneous "norm", which counts the number of non-zero components in its vector argument; again, this non-homogeneous "norm" is discontinuous.
In signal processing and statistics , David Donoho referred to the zero " norm " with quotation marks. Following Donoho's notation, the zero "norm" of x {\displaystyle x} is simply the number of non-zero coordinates of x , {\displaystyle x,} or the Hamming distance of the vector from zero. When this "norm" is localized to a bounded set, it is the limit of p {\displaystyle p} -norms as p {\displaystyle p} approaches 0. Of course, the zero "norm" is not truly a norm, because it is not positive homogeneous . Indeed, it is not even an F-norm in the sense described above, since it is discontinuous, jointly and severally, with respect to the scalar argument in scalar–vector multiplication and with respect to its vector argument. Abusing terminology , some engineers [ who? ] omit Donoho's quotation marks and inappropriately call the number-of-non-zeros function the L 0 {\displaystyle L^{0}} norm, echoing the notation for the Lebesgue space of measurable functions .
Infinite dimensions
The generalization of the above norms to an infinite number of components leads to ℓ p {\displaystyle \ell ^{p}} and L p {\displaystyle L^{p}} spaces for p ≥ 1 , {\displaystyle p\geq 1\,,} with norms
‖ x ‖ p = ( ∑ i ∈ N | x i | p ) 1 / p and ‖ f ‖ p , X = ( ∫ X | f ( x ) | p d x ) 1 / p {\displaystyle \|x\|_{p}={\bigg (}\sum _{i\in \mathbb {N} }\left|x_{i}\right|^{p}{\bigg )}^{1/p}{\text{ and }}\ \|f\|_{p,X}={\bigg (}\int _{X}|f(x)|^{p}~\mathrm {d} x{\bigg )}^{1/p}}
for complex-valued sequences and functions on X ⊆ R n {\displaystyle X\subseteq \mathbb {R} ^{n}} respectively, which can be further generalized (see Haar measure ). These norms are also valid in the limit as p → + ∞ {\displaystyle p\rightarrow +\infty } , giving a supremum norm , and are called ℓ ∞ {\displaystyle \ell ^{\infty }} and L ∞ . {\displaystyle L^{\infty }\,.}
Any inner product induces in a natural way the norm ‖ x ‖ := ⟨ x , x ⟩ . {\textstyle \|x\|:={\sqrt {\langle x,x\rangle }}.}
Other examples of infinite-dimensional normed vector spaces can be found in the Banach space article.
Generally, these norms do not give the same topologies. For example, an infinite-dimensional ℓ p {\displaystyle \ell ^{p}} space gives a strictly finer topology than an infinite-dimensional ℓ q {\displaystyle \ell ^{q}} space when p < q . {\displaystyle p<q\,.}
Composite norms
Other norms on R n {\displaystyle \mathbb {R} ^{n}} can be constructed by combining the above; for example ‖ x ‖ := 2 | x 1 | + 3 | x 2 | 2 + max ( | x 3 | , 2 | x 4 | ) 2 {\displaystyle \|x\|:=2\left|x_{1}\right|+{\sqrt {3\left|x_{2}\right|^{2}+\max(\left|x_{3}\right|,2\left|x_{4}\right|)^{2}}}} is a norm on R 4 . {\displaystyle \mathbb {R} ^{4}.}
For any norm and any injective linear transformation A {\displaystyle A} we can define a new norm of x , {\displaystyle x,} equal to ‖ A x ‖ . {\displaystyle \|Ax\|.} In 2D, with A {\displaystyle A} a rotation by 45° and a suitable scaling, this changes the taxicab norm into the maximum norm. Each A {\displaystyle A} applied to the taxicab norm, up to inversion and interchanging of axes, gives a different unit ball: a parallelogram of a particular shape, size, and orientation.
In 3D, this is similar but different for the 1-norm ( octahedrons ) and the maximum norm ( prisms with parallelogram base).
There are examples of norms that are not defined by "entrywise" formulas. For instance, the Minkowski functional of a centrally-symmetric convex body in R n {\displaystyle \mathbb {R} ^{n}} (centered at zero) defines a norm on R n {\displaystyle \mathbb {R} ^{n}} (see § Classification of seminorms: absolutely convex absorbing sets below).
All the above formulas also yield norms on C n {\displaystyle \mathbb {C} ^{n}} without modification.
There are also norms on spaces of matrices (with real or complex entries), the so-called matrix norms .
In abstract algebra
Let E {\displaystyle E} be a finite extension of a field k {\displaystyle k} of inseparable degree p μ , {\displaystyle p^{\mu },} and let k {\displaystyle k} have algebraic closure K . {\displaystyle K.} If the distinct embeddings of E {\displaystyle E} are { σ j } j , {\displaystyle \left\{\sigma _{j}\right\}_{j},} then the Galois-theoretic norm of an element α ∈ E {\displaystyle \alpha \in E} is the value ( ∏ j σ k ( α ) ) p μ . {\textstyle \left(\prod _{j}{\sigma _{k}(\alpha )}\right)^{p^{\mu }}.} As that function is homogeneous of degree [ E : k ] {\displaystyle [E:k]} , the Galois-theoretic norm is not a norm in the sense of this article. However, the [ E : k ] {\displaystyle [E:k]} -th root of the norm (assuming that concept makes sense) is a norm. [ 15 ]
Composition algebras
The concept of norm N ( z ) {\displaystyle N(z)} in composition algebras does not share the usual properties of a norm since null vectors are allowed. A composition algebra ( A , ∗ , N ) {\displaystyle (A,{}^{*},N)} consists of an algebra over a field A , {\displaystyle A,} an involution ∗ , {\displaystyle {}^{*},} and a quadratic form N ( z ) = z z ∗ {\displaystyle N(z)=zz^{*}} called the "norm".
The characteristic feature of composition algebras is the homomorphism property of N {\displaystyle N} : for the product w z {\displaystyle wz} of two elements w {\displaystyle w} and z {\displaystyle z} of the composition algebra, its norm satisfies N ( w z ) = N ( w ) N ( z ) . {\displaystyle N(wz)=N(w)N(z).} In the case of division algebras R , {\displaystyle \mathbb {R} ,} C , {\displaystyle \mathbb {C} ,} H , {\displaystyle \mathbb {H} ,} and O {\displaystyle \mathbb {O} } the composition algebra norm is the square of the norm discussed above. In those cases the norm is a definite quadratic form . In the split algebras the norm is an isotropic quadratic form .
For any norm p : X → R {\displaystyle p:X\to \mathbb {R} } on a vector space X , {\displaystyle X,} the reverse triangle inequality holds: p ( x ± y ) ≥ | p ( x ) − p ( y ) | for all x , y ∈ X . {\displaystyle p(x\pm y)\geq |p(x)-p(y)|{\text{ for all }}x,y\in X.} If u : X → Y {\displaystyle u:X\to Y} is a continuous linear map between normed spaces, then the norm of u {\displaystyle u} and the norm of the transpose of u {\displaystyle u} are equal. [ 16 ]
For the L p {\displaystyle L^{p}} norms , we have Hölder's inequality [ 17 ] | ⟨ x , y ⟩ | ≤ ‖ x ‖ p ‖ y ‖ q 1 p + 1 q = 1. {\displaystyle |\langle x,y\rangle |\leq \|x\|_{p}\|y\|_{q}\qquad {\frac {1}{p}}+{\frac {1}{q}}=1.} A special case of this is the Cauchy–Schwarz inequality : [ 17 ] | ⟨ x , y ⟩ | ≤ ‖ x ‖ 2 ‖ y ‖ 2 . {\displaystyle \left|\langle x,y\rangle \right|\leq \|x\|_{2}\|y\|_{2}.}
Every norm is a seminorm and thus satisfies all properties of the latter . In turn, every seminorm is a sublinear function and thus satisfies all properties of the latter . In particular, every norm is a convex function .
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 is a square oriented as a diamond; for the 2-norm (Euclidean norm), it is the well-known unit circle ; while for the infinity norm, it is an axis-aligned square. For any p {\displaystyle p} -norm, it is a superellipse with congruent axes (see the accompanying illustration). Due to the definition of the norm, the unit circle must be convex and centrally symmetric (therefore, for example, the unit ball may be a rectangle but cannot be a triangle, and p ≥ 1 {\displaystyle p\geq 1} for a p {\displaystyle p} -norm).
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. The topology thus defined (by either a norm or a seminorm) can be understood either in terms of sequences or open sets. A sequence of vectors { v n } {\displaystyle \{v_{n}\}} is said to converge in norm to v , {\displaystyle v,} if ‖ v n − v ‖ → 0 {\displaystyle \left\|v_{n}-v\right\|\to 0} as n → ∞ . {\displaystyle n\to \infty .} Equivalently, the topology consists of all sets that can be represented as a union of open balls . If ( X , ‖ ⋅ ‖ ) {\displaystyle (X,\|\cdot \|)} is a normed space then [ 18 ] ‖ x − y ‖ = ‖ x − z ‖ + ‖ z − y ‖ for all x , y ∈ X and z ∈ [ x , y ] . {\displaystyle \|x-y\|=\|x-z\|+\|z-y\|{\text{ for all }}x,y\in X{\text{ and }}z\in [x,y].}
Two norms ‖ ⋅ ‖ α {\displaystyle \|\cdot \|_{\alpha }} and ‖ ⋅ ‖ β {\displaystyle \|\cdot \|_{\beta }} on a vector space X {\displaystyle X} are called equivalent if they induce the same topology, [ 19 ] which happens if and only if there exist positive real numbers C {\displaystyle C} and D {\displaystyle D} such that for all x ∈ X {\displaystyle x\in X} C ‖ x ‖ α ≤ ‖ x ‖ β ≤ D ‖ x ‖ α . {\displaystyle C\|x\|_{\alpha }\leq \|x\|_{\beta }\leq D\|x\|_{\alpha }.} For instance, if p > r ≥ 1 {\displaystyle p>r\geq 1} on C n , {\displaystyle \mathbb {C} ^{n},} then [ 20 ] ‖ x ‖ p ≤ ‖ x ‖ r ≤ n ( 1 / r − 1 / p ) ‖ x ‖ p . {\displaystyle \|x\|_{p}\leq \|x\|_{r}\leq n^{(1/r-1/p)}\|x\|_{p}.}
In particular, ‖ x ‖ 2 ≤ ‖ x ‖ 1 ≤ n ‖ x ‖ 2 {\displaystyle \|x\|_{2}\leq \|x\|_{1}\leq {\sqrt {n}}\|x\|_{2}} ‖ x ‖ ∞ ≤ ‖ x ‖ 2 ≤ n ‖ x ‖ ∞ {\displaystyle \|x\|_{\infty }\leq \|x\|_{2}\leq {\sqrt {n}}\|x\|_{\infty }} ‖ x ‖ ∞ ≤ ‖ x ‖ 1 ≤ n ‖ x ‖ ∞ , {\displaystyle \|x\|_{\infty }\leq \|x\|_{1}\leq n\|x\|_{\infty },} That is, ‖ x ‖ ∞ ≤ ‖ x ‖ 2 ≤ ‖ x ‖ 1 ≤ n ‖ x ‖ 2 ≤ n ‖ x ‖ ∞ . {\displaystyle \|x\|_{\infty }\leq \|x\|_{2}\leq \|x\|_{1}\leq {\sqrt {n}}\|x\|_{2}\leq n\|x\|_{\infty }.} If the vector space is a finite-dimensional real or complex one, all norms are equivalent. On the other hand, in the case of infinite-dimensional vector spaces, not all norms are equivalent.
Equivalent norms define the same notions of continuity and convergence and for many purposes do not need to be distinguished. To be more precise, the uniform structure defined by equivalent norms on the vector space is uniformly isomorphic . This form of equivalence should not be mistaken to imply that norms are always interchangeable. In the context of model fitting, for example, different norms can lead to different fits and different algorithm efficiencies.
Classification of seminorms: absolutely convex absorbing sets
All seminorms on a vector space X {\displaystyle X} can be classified in terms of absolutely convex absorbing subsets A {\displaystyle A} of X . {\displaystyle X.} To each such subset corresponds a seminorm p A {\displaystyle p_{A}} called the gauge of A , {\displaystyle A,} defined as p A ( x ) := inf { r ∈ R : r > 0 , x ∈ r A } {\displaystyle p_{A}(x):=\inf\{r\in \mathbb {R} :r>0,x\in rA\}} where inf {\displaystyle \inf _{}} is the infimum , with the property that { x ∈ X : p A ( x ) < 1 } ⊆ A ⊆ { x ∈ X : p A ( x ) ≤ 1 } . {\displaystyle \left\{x\in X:p_{A}(x)<1\right\}~\subseteq ~A~\subseteq ~\left\{x\in X:p_{A}(x)\leq 1\right\}.} Conversely:
Any locally convex topological vector space has a local basis consisting of absolutely convex sets. A common method to construct such a basis is to use a family ( p ) {\displaystyle (p)} of seminorms p {\displaystyle p} that separates points : the collection of all finite intersections of sets { p < 1 / n } {\displaystyle \{p<1/n\}} turns the space into a locally convex topological vector space so that every p is continuous .
Such a method is used to design weak and weak* topologies .
Asymmetric norm – Generalization of the concept of a norm
F-seminorm – Topological vector space whose topology can be defined by a metric Pages displaying short descriptions of redirect targets
Gowers norm – Class of norms in additive combinatorics
Kadec norm – All infinite-dimensional, separable Banach spaces are homeomorphic Pages displaying short descriptions of redirect targets
Least-squares spectral analysis – Periodicity computation method
Mahalanobis distance – Statistical distance measure
Magnitude (mathematics) – Property determining comparison and ordering
Matrix norm – Norm on a vector space of matrices
Minkowski distance – Vector distance function
Minkowski functional – Function made from a set
Operator norm – Measure of the "size" of linear operators
Paranorm – Topological vector space whose topology can be defined by a metric Pages displaying short descriptions of redirect targets
Relation of norms and metrics – Mathematical space with a notion of distance Pages displaying short descriptions of redirect targets
Seminorm – Mathematical function
Sublinear function – Type of function in linear algebra
↑ Hint: In the Property (1.), use y = − x {\displaystyle y=-x} .
1 2 Knapp, A.W. (2005). Basic Real Analysis . Birkhäuser. p. . ISBN 978-0-817-63250-2 .
↑ "Pseudonorm" . www.spektrum.de (in German) . Retrieved 2022-05-12 .
↑ Hyers, D. H. (1939-09-01). "Pseudo-normed linear spaces and Abelian groups" . Duke Mathematical Journal . 5 (3). doi : 10.1215/s0012-7094-39-00551-x . ISSN 0012-7094 .
↑ Pugh, C.C. (2015). Real Mathematical Analysis . Springer. p. page 28 . ISBN 978-3-319-17770-0 . Prugovečki, E. (1981). Quantum Mechanics in Hilbert Space . p. page 20 .
1 2 Kubrusly 2011 , p. 200.
↑ Rudin, W. (1991). Functional Analysis . p. 25.
↑ Narici & Beckenstein 2011 , pp. 120–121.
↑ Wilansky 2013 , pp. 20–21.
1 2 3 Weisstein, Eric W. "Vector Norm" . mathworld.wolfram.com . Retrieved 2020-08-24 .
↑ Chopra, Anil (2012). Dynamics of Structures, 4th Ed . Prentice-Hall. ISBN 978-0-13-285803-8 .
↑ Weisstein, Eric W. "Norm" . mathworld.wolfram.com . Retrieved 2020-08-24 .
↑ Except in R 1 , {\displaystyle \mathbb {R} ^{1},} where it coincides with the Euclidean norm, and R 0 , {\displaystyle \mathbb {R} ^{0},} where it is trivial.
↑ Saad, Yousef (2003), Iterative Methods for Sparse Linear Systems , p. 32, ISBN 978-0-89871-534-7
↑ Rolewicz, Stefan (1987), Functional analysis and control theory: Linear systems , Mathematics and its Applications (East European Series), vol. 29 (Translated from the Polish by Ewa Bednarczuk ed.), Dordrecht; Warsaw: D. Reidel Publishing Co.; PWN—Polish Scientific Publishers, pp. xvi, 524, doi : 10.1007/978-94-015-7758-8 , ISBN 90-277-2186-6 , MR 0920371 , OCLC 13064804
↑ Lang, Serge (2002) [1993]. Algebra (Revised 3rd ed.). New York: Springer Verlag. p. 284. ISBN 0-387-95385-X .
↑ Trèves 2006 , pp. 242–243.
1 2 Golub, Gene ; Van Loan, Charles F. (1996). Matrix Computations (Third ed.). Baltimore: The Johns Hopkins University Press. p. 53. ISBN 0-8018-5413-X .
↑ Narici & Beckenstein 2011 , pp. 107–113.
↑ Conrad, Keith. "Equivalence of norms" (PDF) . kconrad.math.uconn.edu . Retrieved September 7, 2020 .
↑ "Relation between p-norms" . Mathematics Stack Exchange .
Bourbaki, Nicolas (1987) [1981]. Topological Vector Spaces: Chapters 1–5 . Éléments de mathématique . Translated by Eggleston, H.G.; Madan, S. Berlin New York: Springer-Verlag. ISBN 3-540-13627-4 . OCLC 17499190 .
Khaleelulla, S. M. (1982). Counterexamples in Topological Vector Spaces . Lecture Notes in Mathematics . Vol. 936. Berlin, Heidelberg, New York: Springer-Verlag . ISBN 978-3-540-11565-6 . OCLC 8588370 .
Kubrusly, Carlos S. (2011). The Elements of Operator Theory (Second ed.). Boston: Birkhäuser . ISBN 978-0-8176-4998-2 . OCLC 710154895 .
Narici, Lawrence; Beckenstein, Edward (2011). Topological Vector Spaces . Pure and applied mathematics (Second ed.). Boca Raton, FL: CRC Press. ISBN 978-1584888666 . OCLC 144216834 .
Schaefer, Helmut H. ; Wolff, Manfred P. (1999). Topological Vector Spaces . GTM . Vol. 8 (Second ed.). New York, NY: Springer New York Imprint Springer. ISBN 978-1-4612-7155-0 . OCLC 840278135 .
Trèves, François (2006) [1967]. Topological Vector Spaces, Distributions and Kernels . Mineola, N.Y.: Dover Publications. ISBN 978-0-486-45352-1 . OCLC 853623322 .
Wilansky, Albert (2013). Modern Methods in Topological Vector Spaces . Mineola, New York: Dover Publications, Inc. ISBN 978-0-486-49353-4 . OCLC 849801114 .
Hilbert Inner product space Polarization identity
Inner product space
Polarization identity
( Polynomially ) Reflexive
L-semi-inner product
Uniformly ) convex
Uniformly smooth
Projective ) Tensor product ( of Hilbert spaces )
Locally convex Seminorms / Minkowski functionals
Seminorms / Minkowski functionals
Banach–Mazur compactum
Dual space Dual norm
Weak polar operator
Strong polar operator
Uniform convergence
Bilinear form operator sesquilinear
Compact on Hilbert spaces
on Hilbert spaces
( Dis ) Continuous
Densely defined
Fredholm kernel operator
Hilbert–Schmidt
Functionals positive
Pseudo-monotone
Strictly singular
Banach algebras
Spectrum C*-algebra radius
Spectral theory of ODEs Spectral theorem
Spectral theorem
Polar decomposition
Singular value decomposition
Banach–Schauder (open mapping)
Banach–Steinhaus (Uniform boundedness)
Bessel's inequality
Cauchy–Schwarz inequality
Eberlein–Šmulian
Freudenthal spectral
Gelfand–Naimark
Hahn–Banach hyperplane separation
hyperplane separation
Kakutani fixed-point
Lomonosov's invariant subspace
M. Riesz extension
Parseval's identity
Riesz representation
Robinson-Ursescu
Schauder fixed-point
Sobczyk's theorem
Abstract Wiener space
Banach manifold bundle
Differentiation in Fréchet spaces
Derivatives Fréchet Gateaux functional holomorphic quasi
Integrals Bochner Dunford Gelfand–Pettis regulated Paley–Wiener weak
Functional calculus Borel continuous holomorphic
Measures Lebesgue Projection-valued Vector
Projection-valued
Weakly / Strongly measurable function
Absolutely convex
Balanced/Circled
Convex cone (subset)
Convex series related ((cs, lcs)-closed, (cs, bcs)-complete, (lower) ideally convex, (H x ), and (Hw x ))
Linear cone (subset)
Radially convex/Star-shaped
( Relative ) Algebraic interior (core)
Bounding points
Minkowski addition
( Quasi ) Relative interior
Absolute continuity AC
b a ( Σ ) {\displaystyle ba(\Sigma )}
Banach coordinate BK
Besov B p , q s ( R ) {\displaystyle B_{p,q}^{s}(\mathbb {R} )}
Birnbaum–Orlicz
Bounded variation BV
Continuous C(K) with K compact Hausdorff
Morrey–Campanato L λ , p ( Ω ) {\displaystyle L^{\lambda ,p}(\Omega )}
ℓ p ℓ ∞ {\displaystyle \ell ^{\infty }}
ℓ ∞ {\displaystyle \ell ^{\infty }}
L p L ∞ {\displaystyle L^{\infty }} weighted
L ∞ {\displaystyle L^{\infty }}
Schwartz S ( R n ) {\displaystyle S\left(\mathbb {R} ^{n}\right)}
Segal–Bargmann F
Sobolev W k,p Sobolev inequality
Sobolev inequality
Triebel–Lizorkin
Wiener amalgam W ( X , L p ) {\displaystyle W(X,L^{p})}
Differential operator
Finite element method
Mathematical formulation of quantum mechanics
Ordinary Differential Equations (ODEs)
Validated numerics
Topological vector
Quasi-barrelled
Dual ( Algebraic / Topological )
Riesz representation
Uniform boundedness principle
Kakutani fixed-point
Gelfand–Naimark
Hilbert–Schmidt
Spectrum of a C*-algebra
Operator algebra
Group algebra of a locally compact group
Von Neumann algebra
Invariant subspace problem
Mahler's conjecture
Spectral theory of ordinary differential equations
Calculus of variations
Functional calculus
Integral linear operator
Jones polynomial
Topological quantum field theory
Noncommutative geometry
Riemann hypothesis
Distribution (or Generalized functions )
Approximation property
Banach–Mazur distance
Tomita–Takesaki theory
Continuous linear operator
Linear functional
Locally convex space
Operator topologies
Topological vector space
Closed graph theorem
Hahn–Banach ( hyperplane separation
Vector-valued Hahn–Banach )
Open mapping (Banach–Schauder) Bounded inverse
Bounded inverse
Uniform boundedness (Banach–Steinhaus)
Bilinear operator form
Linear map Almost open Bounded Continuous Closed Compact Densely defined Discontinuous
Densely defined
Topological homomorphism
Functional Linear Bilinear Sesquilinear
Sublinear function
Absolutely convex/disk
Absorbing/Radial
Balanced/Circled
Bounding points
Complemented subspace
Convex cone (subset)
Linear cone (subset)
Pre-compact/Totally bounded
Radially convex/Star-shaped
( Relative ) Algebraic interior (core)
Minkowski addition
( Quasi ) Relative interior
B-complete/Ptak
( Countably ) Barrelled
( Ultra- ) Bornological
Fréchet tame Fréchet
Interpolation space
Locally convex space
(Pseudo)Metrizable
Semi- ) Reflexive
Uniformly ) convex
( Quasi- ) Ultrabarrelled
Uniformly smooth
With the approximation property
Functional analysis
Norms (mathematics)
Articles with short description
Short description matches Wikidata
CS1 German-language sources (de)
Pages that use a deprecated format of the math tags
All articles with specifically marked weasel-worded phrases
Articles with specifically marked weasel-worded phrases from November 2015
Pages displaying short descriptions of redirect targets via Module:Annotated link