ART

In mathematics, a norm is a function from a real or complex vector space to the nonnegative 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 of a vector from the origin is a norm, called the Euclidean norm, or 2-norm, which may also be defined as the square root of the inner product of a vector with itself.

A pseudonorm or seminorm satisfies the first two properties of a norm, but may be zero for other vectors 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.

Definition

Given a vector space V over a field ýǽ of the real numbers ℝ or complex numbers ℂ, a norm on V is a nonnegative-valued function p : V → ℝ with the following properties:[2]

For all a ∈ F and all u, v ∈ V,

p(u + v) ≤ p(u) + p(v) (being subadditive or satisfying the triangle inequality).
p(av) = |a| p(v) (being absolutely homogeneous or absolutely scalable).
If p(v) = 0 then v = 0 is the zero vector (being positive definite or being point-separating).

A seminorm on V is a function p : V → ℝ with the properties 1 and 2 above.[3]
Equivalent norms

Suppose that p and q are two norms (or seminorms) on a vector space V. Then p and q are called equivalent, if there exist two real constants c and C with c > 0 such that for every vector v ∈ V,

c q(v) ≤ p(v) ≤ C q(v).

The norms p and q are equivalent if and only if they induce the same topology on V.[4] Any two norms on a finite-dimensional space are equivalent but this does not extend to infinite-dimensional spaces.[4]
Notation

If a norm p : X → ℝ is given on a vector space X, then the norm of a vector v ∈ X is usually denoted by enclosing it within double vertical lines: ‖v‖ = p(v). Such notation is also sometimes used if 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 |v| with single vertical lines is also widespread.

In Unicode, the code point of the "double vertical line" character ‖ is U+2016. The double vertical line should not be confused with the "parallel to" symbol, Unicode U+2225 ( ∥ ), which is used to signify parallel lines in geometry and the parallel addition operator in network theory, various fields of engineering, and applied electronics. The double vertical line should also not be confused with Unicode U+01C1 ( ǁ ), the symbol used to denote lateral clicks in linguistics.

The single vertical line | is called "vertical line" in Unicode and its code point is U+007C.

In LaTeX and related markup languages, the macro \| is often used to denote a norm.
Examples

Every (real or complex) vector space admits a norm: If x• = (xi)i ∈ I is a Hamel basis for a vector space X then the real-valued map that sends x = ∑i ∈ I sixi ∈ X (where all but finitely many of the scalars si are 0) to ∑i ∈ I |si| is a norm on X.[5] 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

\( \left\|x\right\|=\left|x\right| \)

is a norm on the one-dimensional vector spaces formed by the real or complex numbers.[6]

Any norm p on a one-dimensional vector space 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, where F is either ℝ or ℂ, and norm-preserving means that \( {\displaystyle \left|x\right|=p(f(x))} \) . This isomorphism is given by sending 1 ∈ F to a vector of norm 1, which exists since such a vector is obtained by multiplying any nonzero vector by the inverse of its norm.

Euclidean norm
Main article: Euclidean distance

On the n-dimensional Euclidean space ℝn, the intuitive notion of length of the vector x = (x1, x2, ..., xn) is captured by the formula

\( {\displaystyle \left\|{\boldsymbol {x}}\right\|_{2}:={\sqrt {x_{1}^{2}+\cdots +x_{n}^{2}}}.} \) [7]

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 square root of the sum of squares.[8]

The Euclidean norm is by far the most commonly used norm on ℝn,[7] 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.

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

\( \left\|{\boldsymbol {x}}\right\|:={\sqrt {{\boldsymbol {x}}\cdot {\boldsymbol {x}}}}. \)

The Euclidean norm is also called the L2 norm,[9] ℓ2 norm, 2-norm, or square norm; see Lp space. It defines a distance function called the Euclidean length, L2 distance, or ℓ2 distance.

The set of vectors in ℝn+1 whose Euclidean norm is a given positive constant forms an 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 ℝ2. This identification of the complex number x + i y as a vector in the Euclidean plane, makes the quantity \( {\sqrt {x^{2}+y^{2}}} \) (as first suggested by Euler) the Euclidean norm associated with the complex number.
Quaternions and octonions
See also: Quaternion and Octonion

There are exactly four Euclidean Hurwitz algebras over the real numbers. These are the real numbers ℝ, the complex numbers ℂ, the quaternions ℍ, and lastly the octonions ýǞ, where the dimensions of these spaces over the real numbers are 1, 2, 4, and 8, respectively. The canonical norms on ℝ and ℂ are their absolute value functions, as discussed previously.

The canonical norm on ℍ of quaternions is defined by

\( {\displaystyle \lVert q\rVert ={\sqrt {\,qq^{*}~}}={\sqrt {\,q^{*}q~}}={\sqrt {\,a^{2}+b^{2}+c^{2}+d^{2}~}}} \)

for every quaternion \( {\displaystyle q=a+b\,\mathbf {i} +c\,\mathbf {j} +d\,\mathbf {k} } \) in ℍ. This is the same as the Euclidean norm on ℍ considered as the vector space ℝ4. Similarly, the canonical norm on the octonions is the just Euclidean norm on ℝ8.

Finite-dimensional complex normed spaces

On an n-dimensional complex space ℂn, the most common norm is

\( \left\|{\boldsymbol {z}}\right\|:={\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:

\( {\displaystyle \left\|{\boldsymbol {x}}\right\|:={\sqrt {{\boldsymbol {x}}^{H}~{\boldsymbol {x}}}},} \)

where x\( {\boldsymbol {x}} \) is represented as a column vector \( {\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:

\( \left\|{\boldsymbol {x}}\right\|:={\sqrt {{\boldsymbol {x}}\cdot {\boldsymbol {x}}}}. \)

Taxicab norm or Manhattan norm
Main article: Taxicab geometry

\( {\displaystyle \left\|{\boldsymbol {x}}\right\|_{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 to get from the origin to the point x.

The set of vectors whose 1-norm is a given constant forms the surface of a cross polytope of dimension equivalent to that of the norm minus 1. The Taxicab norm is also called the \( \ell \) 1 norm. The distance derived from this norm is called the Manhattan distance or \( \ell 1 \) distance.

The 1-norm is simply the sum of the absolute values of the columns.

In contrast,

\( {\displaystyle \sum _{i=1}^{n}x_{i}} \)

is not a norm because it may yield negative results.
p-norm
Main article: Lp space

Let p ≥ 1 be a real number. The p-norm (also called \( {\displaystyle \ell _{p}} \) -norm) of vector \( {\displaystyle \mathbf {x} =(x_{1},\ldots ,x_{n})} \) is

\( \left\|\mathbf {x} \right\|_{p}:={\bigg (}\sum _{i=1}^{n}\left|x_{i}\right|^{p}{\bigg )}^{1/p} \) .[7]

For p = 1, we get the taxicab norm,[6] for p = 2, we get the Euclidean norm, and as p approaches ∞ the p-norm approaches the infinity norm or maximum norm:

\( {\displaystyle \left\|\mathbf {x} \right\|_{\infty }:=\max _{i}\left|x_{i}\right|.} \)

The p-norm is related to the generalized mean or power mean.

This definition is still of some interest for 0 < p < 1, but the resulting function does not define a norm,[10] because it violates the triangle inequality. What is true for this case of 0 < p < 1, even in the measurable analog, is that the corresponding Lp class is a vector space, and it is also true that the function

\( \int _{X}\left|f(x)-g(x)\right|^{p}~\mathrm {d} \mu \)

(without pth root) defines a distance that makes Lp(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-norm is given by

\( {\displaystyle {\frac {\partial }{\partial x_{k}}}\left\|\mathbf {x} \right\|_{p}={\frac {x_{k}\left|x_{k}\right|^{p-2}}{\left\|\mathbf {x} \right\|_{p}^{p-1}}}.} \)

The derivative with respect to x, therefore, is

\( {\displaystyle {\frac {\partial \|\mathbf {x} \|_{p}}{\partial \mathbf {x} }}={\frac {\mathbf {x} \circ |\mathbf {x} |^{p-2}}{\|\mathbf {x} \|_{p}^{p-1}}}.} \)

where ∘ denotes Hadamard product and | ⋅ | {\displaystyle |\cdot |} |\cdot | is used for absolute value of each component of the vector.

For the special case of p = 2, this becomes

\( {\frac {\partial }{\partial x_{k}}}\left\|\mathbf {x} \right\|_{2}={\frac {x_{k}}{\left\|\mathbf {x} \right\|_{2}}}, \)

or

\( {\frac {\partial }{\partial \mathbf {x} }}\left\|\mathbf {x} \right\|_{2}={\frac {\mathbf {x} }{\left\|\mathbf {x} \right\|_{2}}}. \)

Maximum norm (special case of: infinity norm, uniform norm, or supremum norm)
\( \left\|x\right\|_{\infty }=1 \)
Main article: Maximum norm

If \( \mathbf {x} \) is some vector such that x = ( x 1 , x 2 , … , x n ) {\displaystyle \mathbf {x} =(x_{1},x_{2},\ldots ,x_{n})} {\displaystyle \mathbf {x} =(x_{1},x_{2},\ldots ,x_{n})}, then:

\( \left\|\mathbf {x} \right\|_{\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, forms the surface of a hypercube with edge length 2c.
Zero norm

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})\mapsto \sum _{n}{2^{-n}x_{n}/(1+x_{n})}. \) [11] Here we mean by F-norm some real-valued function ‖ ⋅ ‖ {\displaystyle \lVert \ \cdot \ \rVert } \lVert \ \cdot \ \rVert on an F-space with distance d, such that \( \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
See also: Hamming distance and discrete metric

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 is simply the number of non-zero coordinates of 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-norms as 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-nonzeros function the L0 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 and L p spaces, with norms

\( {\displaystyle \left\|x\right\|_{p}={\bigg (}\sum _{i\in \mathbb {N} }\left|x_{i}\right|^{p}{\bigg )}^{1/p}{\text{ and }}\ \left\|f\right\|_{p,X}={\bigg (}\int _{X}\left|f(x)\right|^{p}~\mathrm {d} x{\bigg )}^{1/p}} \)

for complex-valued sequences and functions on X ⊆ ℝn respectively, which can be further generalized (see Haar measure).

Any inner product induces in a natural way the norm \( \left\|x\right\|:={\sqrt {\langle x,x\rangle }}. \)

Other examples of infinite-dimensional normed vector spaces can be found in the Banach space article.
Composite norms

Other norms on ℝn can be constructed by combining the above; for example

\( {\displaystyle \left\|x\right\|:=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 ℝ4.

For any norm and any injective linear transformation A we can define a new norm of x, equal to

\( \left\|Ax\right\|. \)

In 2D, with A a rotation by 45° and a suitable scaling, this changes the taxicab norm into the maximum norm. Each 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 ℝn (centered at zero) defines a norm on ℝn (see § Classification of seminorms: absolutely convex absorbing sets below).

All the above formulas also yield norms on ℂn without modification.

There are also norms on spaces of matrices (with real or complex entries), the so-called matrix norms.
In abstract algebra
Main article: Field norm

Let E be a finite extension of a field k of inseparable degree pμ, and let k have algebraic closure K. If the distinct embeddings of E are {σj}j, then the Galois-theoretic norm of an element α∈E is the value \( {\displaystyle \left(\prod _{j}{\sigma _{k}(\alpha )}\right)^{p^{\mu }}} \) . As that function is homogenous of degree [E:k], the Galois-theoretic norm is not a norm in the sense of this article. However, the [E:k]th root of the norm (assuming that concept makes sense), is a norm.[12]
Composition algebras

The concept of norm\( {\displaystyle N(z)} \) in composition algebras does not share the usual properties of a norm as it may be negative or zero for z ≠ 0. A composition algebra (A, *, N) consists of an algebra over a field A, an involution *, and a quadratic form \) {\displaystyle N(z)=zz^{*},} \) which is called the "norm".

The characteristic feature of composition algebras is the homomorphism property of N: for the product wz of two elements w and z of the composition algebra, its norm satisfies \( {\displaystyle N(wz)=N(w)N(z).} \) For ℝ, ℂ, ℍ, and O the composition algebra norm is the square of the norm discussed above. In those cases the norm is a definite quadratic form. In other composition algebras the norm is an isotropic quadratic form.
Properties

For any norm p on a vector space V, the reverse triangle inequality holds: for all u and v ∈ V,

p(u ± v) ≥ |p(u) − p(v)|

If u : X → Y is a continuous linear map between normed space, then the norm of u and the norm of the transpose of u are equal.[13]

For the Lp norms, we have Hölder's inequality[14]

\( {\displaystyle \left|\langle x,y\rangle \right|\leq \left\|x\right\|_{p}\left\|y\right\|_{q}\qquad {\frac {1}{p}}+{\frac {1}{q}}=1.} \)

A special case of this is the Cauchy–Schwarz inequality:[14]

\( {\displaystyle \left|\langle x,y\rangle \right|\leq \left\|x\right\|_{2}\left\|y\right\|_{2}.} \)
Illustrations of unit circles in different norms.
Equivalence

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, for the 2-norm (Euclidean norm), it is the well-known unit circle, while for the infinity norm, it is a different square. For any 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} p\geq 1 for a 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}\}} \{v_{n}\} is said to converge in norm to v, if \( \left\|v_{n}-v\right\|\rightarrow 0 \) as \( n\to \infty \) . Equivalently, the topology consists of all sets that can be represented as a union of open balls. If (X, ||⋅||) is a normed space then ||x - y|| = ||x - z|| + ||z - y|| for all x, y, z ∈ X.[15]

Two norms ‖•‖α and ‖•‖β on a vector space V are called equivalent if they induce the same topology,[4] which happens if and only if there exist positive real numbers C and D such that for all x in V

\( {\displaystyle C\left\|x\right\|_{\alpha }\leq \left\|x\right\|_{\beta }\leq D\left\|x\right\|_{\alpha }.} \)

For instance, if p > r > 1 on C n {\displaystyle \mathbf {C} ^{n}} \mathbf {C} ^{n}, then

\( {\displaystyle \left\|x\right\|_{p}\leq \left\|x\right\|_{r}\leq n^{(1/r-1/p)}\left\|x\right\|_{p}} \) [16]

In particular,

\( {\displaystyle \left\|x\right\|_{2}\leq \left\|x\right\|_{1}\leq {\sqrt {n}}\left\|x\right\|_{2}} \)
\( {\displaystyle \left\|x\right\|_{\infty }\leq \left\|x\right\|_{2}\leq {\sqrt {n}}\left\|x\right\|_{\infty }} \)
\( {\displaystyle \left\|x\right\|_{\infty }\leq \left\|x\right\|_{1}\leq n\left\|x\right\|_{\infty },} \)

That is,

\( {\displaystyle \left\|x\right\|_{\infty }\leq \left\|x\right\|_{2}\leq \left\|x\right\|_{1}\leq {\sqrt {n}}\left\|x\right\|_{2}\leq n\left\|x\right\|_{\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.
Classification of seminorms: absolutely convex absorbing sets
Main article: Seminorm

All seminorms on a vector space V can be classified in terms of absolutely convex absorbing subsets A of V. To each such subset corresponds a seminorm pA called the gauge of A, defined as

pA(x) := inf{α : α > 0, x ∈ αA}

with the property that

{x : pA(x) < 1} ⊆ A ⊆ {x : pA(x) ≤ 1}.

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) of seminorms p that separates points: the collection of all finite intersections of sets {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.

norm case:

Suppose now that (p) contains a single p: since (p) is separating, p is a norm, and A = {p < 1} is its open unit ball. Then A is an absolutely convex bounded neighbourhood of 0, and p = pA is continuous.

The converse is due to Andrey Kolmogorov: any locally convex and locally bounded topological vector space is normable. Precisely:
If V is an absolutely convex bounded neighbourhood of 0, the gauge gV (so that V = {gV < 1}) is a norm.

See also

Asymmetric norm – Generalization of the concept of a norm
F-seminorm
Gowers norm
Mahalanobis distance
Magnitude (mathematics)
Matrix norm – Norm on a vector space of matrices
Minkowski functional
Operator norm
Paranorm
Relation of norms and metrics
Seminorm
Sublinear function

References

Knapp, A.W. (2005). Basic Real Analysis. Birkhäuser. p. [1]. ISBN 978-0-817-63250-2.
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.
Rudin, W. (1991). Functional Analysis. p. 25.
Conrad, Keith. "Equivalence of norms" (PDF). kconrad.math.uconn.edu. Retrieved September 7, 2020.
Wilansky 2013, pp. 20-21.
"Comprehensive List of Algebra Symbols". Math Vault. 2020-03-25. Retrieved 2020-08-24.
Weisstein, Eric W. "Vector Norm". mathworld.wolfram.com. Retrieved 2020-08-24.
Chopra, Anil (2012). Dynamics of Structures, 4th Ed. Prentice-Hall. ISBN 0-13-285803-7.
Weisstein, Eric W. "Norm". mathworld.wolfram.com. Retrieved 2020-08-24.
Except in ℝ1, where it coincides with the Euclidean norm, and ℝ0, where it is trivial.
Rolewicz, Stefan (1987), Functional analysis and control theory: Linear systems, Mathematics and its Applications (East European Series), 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.
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.

"Relation between p-norms".

Bibliography

Bourbaki, Nicolas (1987) [1981]. Topological Vector Spaces: Chapters 1–5 [Sur certains espaces vectoriels topologiques]. Annales de l'Institut Fourier. Éléments de mathématique. 2. Translated by Eggleston, H.G.; Madan, S. Berlin New York: Springer-Verlag. ISBN 978-3-540-42338-6. OCLC 17499190.
Khaleelulla, S. M. (1982). Written at Berlin Heidelberg. Counterexamples in Topological Vector Spaces. Lecture Notes in Mathematics. 936. Berlin New York: Springer-Verlag. ISBN 978-3-540-11565-6. OCLC 8588370.
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. 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.

vte

Functional analysis (topics – glossary)

vte

Topological vector spaces (TVSs)
Basic concepts

Banach space Continuous linear operator Functionals Hilbert space Linear operators Locally convex space Homomorphism Topological vector space Vector space

Main results

Closed graph theorem F. Riesz's theorem Hahn–Banach (hyperplane separation Vector-valued Hahn–Banach) Open mapping (Banach–Schauder) (Bounded inverse) Uniform boundedness (Banach–Steinhaus)

Maps

Almost open Bilinear (form operator) and Sesquilinear forms Closed Compact operator Continuous and Discontinuous Linear maps Densely defined Homomorphism Functionals Norm Operator Seminorm Sublinear Transpose

Types of sets

Absolutely convex/disk Absorbing/Radial Affine Balanced/Circled Banach disks Bounding points Bounded Complemented subspace Convex Convex cone (subset) Linear cone (subset) Extreme point Pre-compact/Totally bounded Radial Radially convex/Star-shaped Symmetric

Set operations

Affine hull (Relative) Algebraic interior (core) Convex hull Linear span Minkowski addition Polar (Quasi) Relative interior

Types of TVSs

Asplund B-complete/Ptak Banach (Countably) Barrelled (Ultra-) Bornological Brauner Complete (DF)-space Distinguished F-space Fréchet (tame Fréchet) Grothendieck Hilbert Infrabarreled Interpolation space LB-space LF-space Locally convex space Mackey (Pseudo)Metrizable Montel Quasibarrelled Quasi-complete Quasinormed (Polynomially Semi-) Reflexive Riesz Schwartz Semi-complete Smith Stereotype (B Strictly Uniformly convex (Quasi-) Ultrabarrelled Uniformly smooth Webbed With the approximation property

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

World

Index

Hellenica World - Scientific Library

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License