Revision as of 00:01, 21 February 2003 editToby Bartels (talk | contribs)Administrators8,856 editsm Disambiguate Completeness.← Previous edit | Revision as of 22:42, 28 February 2003 edit undoWshun (talk | contribs)Extended confirmed users2,335 editsmNo edit summaryNext edit → | ||
Line 39: | Line 39: | ||
When speaking of normed vector spaces, we augment the notion of dual (see ]) to take the norm into account. The dual ''V'' ' of a normed vector space ''V'' is the space of all ''continuous'' linear maps from ''V'' to the base field (the complexes or the reals) — such linear maps are called "functionals". The norm of a functional φ is defined as the ] of |φ('''v''')| where '''v''' ranges over all unit vectors (i.e. vectors of norm 1) in ''V''. This turns ''V'' ' into a normed vector space. | When speaking of normed vector spaces, we augment the notion of dual (see ]) to take the norm into account. The dual ''V'' ' of a normed vector space ''V'' is the space of all ''continuous'' linear maps from ''V'' to the base field (the complexes or the reals) — such linear maps are called "functionals". The norm of a functional φ is defined as the ] of |φ('''v''')| where '''v''' ranges over all unit vectors (i.e. vectors of norm 1) in ''V''. This turns ''V'' ' into a normed vector space. | ||
See also: ] |
Revision as of 22:42, 28 February 2003
With 2 or 3-dimensional vectors with real-valued entries, the idea of the "length" of a vector is intuitive. This can be extended to any Euclidean space R. For more abstract vector spaces, a norm is a generalization of this idea. A vector space on which a norm is defined is then called a normed vector space.
If V is a vector space over a field K (which must be either the real numbers or the complex numbers), a norm on V is a function from V to R, the real numbers — that is, it associates to each vector v in V a real number, which is usually denoted ||v||. The norm must satisfy the following conditions:
- For all a in K and all u and v in V,
- ||v|| ≥ 0, with equality if and only if v = 0
- ||av|| = |a|.||v||
- ||u+v|| ≤ ||u|| + ||v||
These conditions essentially demand that the norm behave in the same way that we intuitively expect for it to be a notion of length:
- a vector always has a strictly positive length. The only exception is the zero vector which has length zero.
- multiplying a vector by a number has the same effect on the length
- the triangle inequality, which amounts roughly to saying that the distance from A to B to C is never shorter than going directly from A to C.
Most of property 1 follows from the other axioms; it is enough to require that ||v|| be non-zero whenever v is non-zero.
A useful consequence of the norm axioms is the inequality
- ||u ± v|| ≥ | ||u|| - ||v|| |
valid for all vectors u and v.
On R, the intuitive notion of length of the vector x = (x1, x2, ..., xn) is captured by the formula ||x|| = ( |x1| + ... + |xn| ). This is a norm in the above sense. It is by far the most commonly used norm on R, but there are others:
- ||x||1 = |x1| + ... + |xn|
- ||x||p = ( |x1| + ... + |xn| ) for any real number p ≥ 1
- ||x||∞ = max (|x1|,... |xn|)
All of these are norms on R. Note that the Euclidean norm is ||.||2.
For any normed vector space we can define the distance between two vectors u and v as ||u-v||. (Note that the Euclidean norm gives rise to the Euclidean distance in this fashion.) This turns the normed space into a metric space and allows to define notions such as continuity and convergence. The norm is then a continuous map. If this metric space is complete then the normed space is called a Banach space. Every normed vector space sits as a dense subspace inside a Banach space which is called its completion.
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 ≤ ||x||2 ≤ D ||x||1
for all x in V. In this case, the two norms define the same notions of continuity and convergence and do not need to be distinguished for most purposes. Importantly, all norms on a finite-dimensional vector space V are equivalent. Since Euclidean space is complete, we can thus conclude that all finite-dimensional normed vector spaces are Banach spaces.
The most important maps between two normed vector spaces are the continuous linear maps. Together with these maps, normed vector spaces form a category. An isometry between two normed vector spaces is a linear map f which preserves the norm (meaning ||f(v)|| = ||v|| for all vectors v). Isometries are always continuous and injective. A surjective isometry between the normed vector spaces V and W is called a isometric isomorphism, and V and W are called isometrically isomorphic. Isometrically isomorphic normed vector spaces are identical for all practical purposes.
When speaking of normed vector spaces, we augment the notion of dual (see dual space) to take the norm into account. The dual V ' of a normed vector space V is the space of all continuous linear maps from V to the base field (the complexes or the reals) — such linear maps are called "functionals". The norm of a functional φ is defined as the supremum of |φ(v)| where v ranges over all unit vectors (i.e. vectors of norm 1) in V. This turns V ' into a normed vector space.
See also: inner product space