Vector space

Author: www.NiNa.Az
Feb 05, 2025 / 07:30

In mathematics and physics a vector space also called a linear space is a set whose elements often called vectors can be

Vector space
Vector space
Vector space

In mathematics and physics, a vector space (also called a linear space) is a set whose elements, often called vectors, can be added together and multiplied ("scaled") by numbers called scalars. The operations of vector addition and scalar multiplication must satisfy certain requirements, called vector axioms. Real vector spaces and complex vector spaces are kinds of vector spaces based on different kinds of scalars: real numbers and complex numbers. Scalars can also be, more generally, elements of any field.

image
Vector addition and scalar multiplication: a vector v (blue) is added to another vector w (red, upper illustration). Below, w is stretched by a factor of 2, yielding the sum v + 2w.

Vector spaces generalize Euclidean vectors, which allow modeling of physical quantities (such as forces and velocity) that have not only a magnitude, but also a direction. The concept of vector spaces is fundamental for linear algebra, together with the concept of matrices, which allows computing in vector spaces. This provides a concise and synthetic way for manipulating and studying systems of linear equations.

Vector spaces are characterized by their dimension, which, roughly speaking, specifies the number of independent directions in the space. This means that, for two vector spaces over a given field and with the same dimension, the properties that depend only on the vector-space structure are exactly the same (technically the vector spaces are isomorphic). A vector space is finite-dimensional if its dimension is a natural number. Otherwise, it is infinite-dimensional, and its dimension is an infinite cardinal. Finite-dimensional vector spaces occur naturally in geometry and related areas. Infinite-dimensional vector spaces occur in many areas of mathematics. For example, polynomial rings are countably infinite-dimensional vector spaces, and many function spaces have the cardinality of the continuum as a dimension.

Many vector spaces that are considered in mathematics are also endowed with other structures. This is the case of algebras, which include field extensions, polynomial rings, associative algebras and Lie algebras. This is also the case of topological vector spaces, which include function spaces, inner product spaces, normed spaces, Hilbert spaces and Banach spaces.

Definition and basic properties

In this article, vectors are represented in boldface to distinguish them from scalars.

A vector space over a field F is a non-empty set V together with a binary operation and a binary function that satisfy the eight axioms listed below. In this context, the elements of V are commonly called vectors, and the elements of F are called scalars.

  • The binary operation, called vector addition or simply addition assigns to any two vectors v and w in V a third vector in V which is commonly written as v + w, and called the sum of these two vectors.
  • The binary function, called scalar multiplication, assigns to any scalar a in F and any vector v in V another vector in V, which is denoted av.

To have a vector space, the eight following axioms must be satisfied for every u, v and w in V, and a and b in F.

Axiom Statement
Associativity of vector addition u + (v + w) = (u + v) + w
Commutativity of vector addition u + v = v + u
Identity element of vector addition There exists an element 0V, called the zero vector, such that v + 0 = v for all vV.
Inverse elements of vector addition For every vV, there exists an element vV, called the additive inverse of v, such that v + (−v) = 0.
Compatibility of scalar multiplication with field multiplication a(bv) = (ab)v
Identity element of scalar multiplication 1v = v, where 1 denotes the multiplicative identity in F.
Distributivity of scalar multiplication with respect to vector addition   a(u + v) = au + av
Distributivity of scalar multiplication with respect to field addition (a + b)v = av + bv

When the scalar field is the real numbers, the vector space is called a real vector space, and when the scalar field is the complex numbers, the vector space is called a complex vector space. These two cases are the most common ones, but vector spaces with scalars in an arbitrary field F are also commonly considered. Such a vector space is called an F-vector space or a vector space over F.

An equivalent definition of a vector space can be given, which is much more concise but less elementary: the first four axioms (related to vector addition) say that a vector space is an abelian group under addition, and the four remaining axioms (related to the scalar multiplication) say that this operation defines a ring homomorphism from the field F into the endomorphism ring of this group.

Subtraction of two vectors can be defined as image

Direct consequences of the axioms include that, for every image and image one has

  • image
  • image
  • image
  • image implies image or image

Even more concisely, a vector space is a module over a field.

Bases, vector coordinates, and subspaces

image
A vector v in R2 (blue) expressed in terms of different bases: using the standard basis of R2: v = xe1 + ye2 (black), and using a different, non-orthogonal basis: v = f1 + f2 (red).
Linear combination
Given a set G of elements of a F-vector space V, a linear combination of elements of G is an element of V of the form image where image and image The scalars image are called the coefficients of the linear combination.
Linear independence
The elements of a subset G of a F-vector space V are said to be linearly independent if no element of G can be written as a linear combination of the other elements of G. Equivalently, they are linearly independent if two linear combinations of elements of G define the same element of V if and only if they have the same coefficients. Also equivalently, they are linearly independent if a linear combination results in the zero vector if and only if all its coefficients are zero.
Linear subspace
A linear subspace or vector subspace W of a vector space V is a non-empty subset of V that is closed under vector addition and scalar multiplication; that is, the sum of two elements of W and the product of an element of W by a scalar belong to W. This implies that every linear combination of elements of W belongs to W. A linear subspace is a vector space for the induced addition and scalar multiplication; this means that the closure property implies that the axioms of a vector space are satisfied.
The closure property also implies that every intersection of linear subspaces is a linear subspace.
Linear span
Given a subset G of a vector space V, the linear span or simply the span of G is the smallest linear subspace of V that contains G, in the sense that it is the intersection of all linear subspaces that contain G. The span of G is also the set of all linear combinations of elements of G.
If W is the span of G, one says that G spans or generates W, and that G is a spanning set or a generating set of W.
Basis and dimension
A subset of a vector space is a basis if its elements are linearly independent and span the vector space. Every vector space has at least one basis, or many in general (see Basis (linear algebra) § Proof that every vector space has a basis). Moreover, all bases of a vector space have the same cardinality, which is called the dimension of the vector space (see Dimension theorem for vector spaces). This is a fundamental property of vector spaces, which is detailed in the remainder of the section.

Bases are a fundamental tool for the study of vector spaces, especially when the dimension is finite. In the infinite-dimensional case, the existence of infinite bases, often called Hamel bases, depends on the axiom of choice. It follows that, in general, no base can be explicitly described. For example, the real numbers form an infinite-dimensional vector space over the rational numbers, for which no specific basis is known.

Consider a basis image of a vector space V of dimension n over a field F. The definition of a basis implies that every image may be written image with image in F, and that this decomposition is unique. The scalars image are called the coordinates of v on the basis. They are also said to be the coefficients of the decomposition of v on the basis. One also says that the n-tuple of the coordinates is the coordinate vector of v on the basis, since the set image of the n-tuples of elements of F is a vector space for componentwise addition and scalar multiplication, whose dimension is n.

The one-to-one correspondence between vectors and their coordinate vectors maps vector addition to vector addition and scalar multiplication to scalar multiplication. It is thus a vector space isomorphism, which allows translating reasonings and computations on vectors into reasonings and computations on their coordinates.

History

Vector spaces stem from affine geometry, via the introduction of coordinates in the plane or three-dimensional space. Around 1636, French mathematicians René Descartes and Pierre de Fermat founded analytic geometry by identifying solutions to an equation of two variables with points on a plane curve.[18] To achieve geometric solutions without using coordinates, Bolzano introduced, in 1804, certain operations on points, lines, and planes, which are predecessors of vectors.Möbius (1827) introduced the notion of barycentric coordinates.Bellavitis (1833) introduced an equivalence relation on directed line segments that share the same length and direction which he called equipollence. A Euclidean vector is then an equivalence class of that relation.

Vectors were reconsidered with the presentation of complex numbers by Argand and Hamilton and the inception of quaternions by the latter. They are elements in R2 and R4; treating them using linear combinations goes back to Laguerre in 1867, who also defined systems of linear equations.

In 1857, Cayley introduced the matrix notation which allows for harmonization and simplification of linear maps. Around the same time, Grassmann studied the barycentric calculus initiated by Möbius. He envisaged sets of abstract objects endowed with operations. In his work, the concepts of linear independence and dimension, as well as scalar products are present. Grassmann's 1844 work exceeds the framework of vector spaces as well since his considering multiplication led him to what are today called algebras. Italian mathematician Peano was the first to give the modern definition of vector spaces and linear maps in 1888, although he called them "linear systems". Peano's axiomatization allowed for vector spaces with infinite dimension, but Peano did not develop that theory further. In 1897, Salvatore Pincherle adopted Peano's axioms and made initial inroads into the theory of infinite-dimensional vector spaces.

An important development of vector spaces is due to the construction of function spaces by Henri Lebesgue. This was later formalized by Banach and Hilbert, around 1920. At that time, algebra and the new field of functional analysis began to interact, notably with key concepts such as spaces of p-integrable functions and Hilbert spaces.

Examples

Arrows in the plane

image
Vector addition: the sum v + w (black) of the vectors v (blue) and w (red) is shown.
image
Scalar multiplication: the multiples v and 2w are shown.

The first example of a vector space consists of arrows in a fixed plane, starting at one fixed point. This is used in physics to describe forces or velocities. Given any two such arrows, v and w, the parallelogram spanned by these two arrows contains one diagonal arrow that starts at the origin, too. This new arrow is called the sum of the two arrows, and is denoted v + w. In the special case of two arrows on the same line, their sum is the arrow on this line whose length is the sum or the difference of the lengths, depending on whether the arrows have the same direction. Another operation that can be done with arrows is scaling: given any positive real number a, the arrow that has the same direction as v, but is dilated or shrunk by multiplying its length by a, is called multiplication of v by a. It is denoted av. When a is negative, av is defined as the arrow pointing in the opposite direction instead.

The following shows a few examples: if a = 2, the resulting vector aw has the same direction as w, but is stretched to the double length of w (the second image). Equivalently, 2w is the sum w + w. Moreover, (−1)v = −v has the opposite direction and the same length as v (blue vector pointing down in the second image).

Ordered pairs of numbers

A second key example of a vector space is provided by pairs of real numbers x and y. The order of the components x and y is significant, so such a pair is also called an ordered pair. Such a pair is written as (x, y). The sum of two such pairs and the multiplication of a pair with a number is defined as follows:image

The first example above reduces to this example if an arrow is represented by a pair of Cartesian coordinates of its endpoint.

Coordinate space

The simplest example of a vector space over a field F is the field F itself with its addition viewed as vector addition and its multiplication viewed as scalar multiplication. More generally, all n-tuples (sequences of length n) image of elements ai of F form a vector space that is usually denoted Fn and called a coordinate space. The case n = 1 is the above-mentioned simplest example, in which the field F is also regarded as a vector space over itself. The case F = R and n = 2 (so R2) reduces to the previous example.

Complex numbers and other field extensions

The set of complex numbers C, numbers that can be written in the form x + iy for real numbers x and y where i is the imaginary unit, form a vector space over the reals with the usual addition and multiplication: (x + iy) + (a + ib) = (x + a) + i(y + b) and c ⋅ (x + iy) = (cx) + i(cy) for real numbers x, y, a, b and c. The various axioms of a vector space follow from the fact that the same rules hold for complex number arithmetic. The example of complex numbers is essentially the same as (that is, it is isomorphic to) the vector space of ordered pairs of real numbers mentioned above: if we think of the complex number x + i y as representing the ordered pair (x, y) in the complex plane then we see that the rules for addition and scalar multiplication correspond exactly to those in the earlier example.

More generally, field extensions provide another class of examples of vector spaces, particularly in algebra and algebraic number theory: a field F containing a smaller field E is an E-vector space, by the given multiplication and addition operations of F. For example, the complex numbers are a vector space over R, and the field extension image is a vector space over Q.

Function spaces

image
Addition of functions: the sum of the sine and the exponential function is image with image.

Functions from any fixed set Ω to a field F also form vector spaces, by performing addition and scalar multiplication pointwise. That is, the sum of two functions f and g is the function image given by image and similarly for multiplication. Such function spaces occur in many geometric situations, when Ω is the real line or an interval, or other subsets of R. Many notions in topology and analysis, such as continuity, integrability or differentiability are well-behaved with respect to linearity: sums and scalar multiples of functions possessing such a property still have that property. Therefore, the set of such functions are vector spaces, whose study belongs to functional analysis.

Linear equations

Systems of homogeneous linear equations are closely tied to vector spaces. For example, the solutions of image are given by triples with arbitrary image image and image They form a vector space: sums and scalar multiples of such triples still satisfy the same ratios of the three variables; thus they are solutions, too. Matrices can be used to condense multiple linear equations as above into one vector equation, namely

image

where image is the matrix containing the coefficients of the given equations, image is the vector image image denotes the matrix product, and image is the zero vector. In a similar vein, the solutions of homogeneous linear differential equations form vector spaces. For example,

image

yields image where image and image are arbitrary constants, and image is the natural exponential function.

Linear maps and matrices

The relation of two vector spaces can be expressed by linear map or linear transformation. They are functions that reflect the vector space structure, that is, they preserve sums and scalar multiplication: image for all image and image in image all image in image

An isomorphism is a linear map f : VW such that there exists an inverse map g : WV, which is a map such that the two possible compositions fg : WW and gf : VV are identity maps. Equivalently, f is both one-to-one (injective) and onto (surjective). If there exists an isomorphism between V and W, the two spaces are said to be isomorphic; they are then essentially identical as vector spaces, since all identities holding in V are, via f, transported to similar ones in W, and vice versa via g.

image
Describing an arrow vector v by its coordinates x and y yields an isomorphism of vector spaces.

For example, the arrows in the plane and the ordered pairs of numbers vector spaces in the introduction above (see § Examples) are isomorphic: a planar arrow v departing at the origin of some (fixed) coordinate system can be expressed as an ordered pair by considering the x- and y-component of the arrow, as shown in the image at the right. Conversely, given a pair (x, y), the arrow going by x to the right (or to the left, if x is negative), and y up (down, if y is negative) turns back the arrow v.

Linear maps VW between two vector spaces form a vector space HomF(V, W), also denoted L(V, W), or 𝓛(V, W). The space of linear maps from V to F is called the dual vector space, denoted V. Via the injective natural map VV∗∗, any vector space can be embedded into its bidual; the map is an isomorphism if and only if the space is finite-dimensional.

Once a basis of V is chosen, linear maps f : VW are completely determined by specifying the images of the basis vectors, because any element of V is expressed uniquely as a linear combination of them. If dim V = dim W, a 1-to-1 correspondence between fixed bases of V and W gives rise to a linear map that maps any basis element of V to the corresponding basis element of W. It is an isomorphism, by its very definition. Therefore, two vector spaces over a given field are isomorphic if their dimensions agree and vice versa. Another way to express this is that any vector space over a given field is completely classified (up to isomorphism) by its dimension, a single number. In particular, any n-dimensional F-vector space V is isomorphic to Fn. However, there is no "canonical" or preferred isomorphism; an isomorphism φ : FnV is equivalent to the choice of a basis of V, by mapping the standard basis of Fn to V, via φ.

Matrices

image
A typical matrix

Matrices are a useful notion to encode linear maps. They are written as a rectangular array of scalars as in the image at the right. Any m-by-n matrix image gives rise to a linear map from Fn to Fm, by the following image where image denotes summation, or by using the matrix multiplication of the matrix image with the coordinate vector image:

image

Moreover, after choosing bases of V and W, any linear map f : VW is uniquely represented by a matrix via this assignment.

image
The volume of this parallelepiped is the absolute value of the determinant of the 3-by-3 matrix formed by the vectors r1, r2, and r3.

The determinant det (A) of a square matrix A is a scalar that tells whether the associated map is an isomorphism or not: to be so it is sufficient and necessary that the determinant is nonzero. The linear transformation of Rn corresponding to a real n-by-n matrix is orientation preserving if and only if its determinant is positive.

Eigenvalues and eigenvectors

Endomorphisms, linear maps f : VV, are particularly important since in this case vectors v can be compared with their image under f, f(v). Any nonzero vector v satisfying λv = f(v), where λ is a scalar, is called an eigenvector of f with eigenvalue λ. Equivalently, v is an element of the kernel of the difference fλ · Id (where Id is the identity map VV). If V is finite-dimensional, this can be rephrased using determinants: f having eigenvalue λ is equivalent to image By spelling out the definition of the determinant, the expression on the left hand side can be seen to be a polynomial function in λ, called the characteristic polynomial of f. If the field F is large enough to contain a zero of this polynomial (which automatically happens for F algebraically closed, such as F = C) any linear map has at least one eigenvector. The vector space V may or may not possess an eigenbasis, a basis consisting of eigenvectors. This phenomenon is governed by the Jordan canonical form of the map. The set of all eigenvectors corresponding to a particular eigenvalue of f forms a vector space known as the eigenspace corresponding to the eigenvalue (and f) in question.

Basic constructions

In addition to the above concrete examples, there are a number of standard linear algebraic constructions that yield vector spaces related to given ones.

Subspaces and quotient spaces

image
A line passing through the origin (blue, thick) in R3 is a linear subspace. It is the intersection of two planes (green and yellow).

A nonempty subset image of a vector space image that is closed under addition and scalar multiplication (and therefore contains the image-vector of image) is called a linear subspace of image, or simply a subspace of image, when the ambient space is unambiguously a vector space. Subspaces of image are vector spaces (over the same field) in their own right. The intersection of all subspaces containing a given set image of vectors is called its span, and it is the smallest subspace of image containing the set image. Expressed in terms of elements, the span is the subspace consisting of all the linear combinations of elements of image.

Linear subspace of dimension 1 and 2 are referred to as a line (also vector line), and a plane respectively. If W is an n-dimensional vector space, any subspace of dimension 1 less, i.e., of dimension image is called a hyperplane.

The counterpart to subspaces are quotient vector spaces. Given any subspace image, the quotient space image ("image modulo image") is defined as follows: as a set, it consists of image where image is an arbitrary vector in image. The sum of two such elements image and image is image, and scalar multiplication is given by image. The key point in this definition is that image if and only if the difference of image and image lies in image. This way, the quotient space "forgets" information that is contained in the subspace image.

The kernel image of a linear map image consists of vectors image that are mapped to image in image. The kernel and the image image are subspaces of image and image, respectively.

An important example is the kernel of a linear map image for some fixed matrix image. The kernel of this map is the subspace of vectors image such that image, which is precisely the set of solutions to the system of homogeneous linear equations belonging to image. This concept also extends to linear differential equations image where the coefficients image are functions in image too. In the corresponding map image the derivatives of the function image appear linearly (as opposed to image, for example). Since differentiation is a linear procedure (that is, image and image for a constant image) this assignment is linear, called a linear differential operator. In particular, the solutions to the differential equation image form a vector space (over R or C).

The existence of kernels and images is part of the statement that the category of vector spaces (over a fixed field image) is an abelian category, that is, a corpus of mathematical objects and structure-preserving maps between them (a category) that behaves much like the category of abelian groups. Because of this, many statements such as the first isomorphism theorem (also called rank–nullity theorem in matrix-related terms) image and the second and third isomorphism theorem can be formulated and proven in a way very similar to the corresponding statements for groups.

Direct product and direct sum

The direct product of vector spaces and the direct sum of vector spaces are two ways of combining an indexed family of vector spaces into a new vector space.

The direct product image of a family of vector spaces image consists of the set of all tuples image, which specify for each index image in some index set image an element image of image. Addition and scalar multiplication is performed componentwise. A variant of this construction is the direct sum image (also called coproduct and denoted image), where only tuples with finitely many nonzero vectors are allowed. If the index set image is finite, the two constructions agree, but in general they are different.

Tensor product

The tensor product image or simply image of two vector spaces image and image is one of the central notions of multilinear algebra which deals with extending notions such as linear maps to several variables. A map image from the Cartesian product image is called bilinear if image is linear in both variables image and image That is to say, for fixed image the map image is linear in the sense above and likewise for fixed image

image
Commutative diagram depicting the universal property of the tensor product

The tensor product is a particular vector space that is a universal recipient of bilinear maps image as follows. It is defined as the vector space consisting of finite (formal) sums of symbols called tensors image subject to the rulesimage These rules ensure that the map image from the image to image that maps a tuple image to image is bilinear. The universality states that given any vector space image and any bilinear map image there exists a unique map image shown in the diagram with a dotted arrow, whose composition with image equals image image This is called the universal property of the tensor product, an instance of the method—much used in advanced abstract algebra—to indirectly define objects by specifying maps from or to this object.

Vector spaces with additional structure

From the point of view of linear algebra, vector spaces are completely understood insofar as any vector space over a given field is characterized, up to isomorphism, by its dimension. However, vector spaces per se do not offer a framework to deal with the question—crucial to analysis—whether a sequence of functions converges to another function. Likewise, linear algebra is not adapted to deal with infinite series, since the addition operation allows only finitely many terms to be added. Therefore, the needs of functional analysis require considering additional structures.

A vector space may be given a partial order image under which some vectors can be compared. For example, image-dimensional real space image can be ordered by comparing its vectors componentwise. Ordered vector spaces, for example Riesz spaces, are fundamental to Lebesgue integration, which relies on the ability to express a function as a difference of two positive functions image where image denotes the positive part of image and image the negative part.

Normed vector spaces and inner product spaces

"Measuring" vectors is done by specifying a norm, a datum which measures lengths of vectors, or by an inner product, which measures angles between vectors. Norms and inner products are denoted image and image respectively. The datum of an inner product entails that lengths of vectors can be defined too, by defining the associated norm image Vector spaces endowed with such data are known as normed vector spaces and inner product spaces, respectively.

Coordinate space image can be equipped with the standard dot product: image In image this reflects the common notion of the angle between two vectors image and image by the law of cosines: image Because of this, two vectors satisfying image are called orthogonal. An important variant of the standard dot product is used in Minkowski space: image endowed with the Lorentz productimage In contrast to the standard dot product, it is not positive definite: image also takes negative values, for example, for image Singling out the fourth coordinate—corresponding to time, as opposed to three space-dimensions—makes it useful for the mathematical treatment of special relativity. Note that in other conventions time is often written as the first, or "zeroeth" component so that the Lorentz product is written image

Topological vector spaces

Convergence questions are treated by considering vector spaces image carrying a compatible topology, a structure that allows one to talk about elements being close to each other. Compatible here means that addition and scalar multiplication have to be continuous maps. Roughly, if image and image in image, and image in image vary by a bounded amount, then so do image and image To make sense of specifying the amount a scalar changes, the field image also has to carry a topology in this context; a common choice is the reals or the complex numbers.

In such topological vector spaces one can consider series of vectors. The infinite sum image denotes the limit of the corresponding finite partial sums of the sequence image of elements of image For example, the image could be (real or complex) functions belonging to some function space image in which case the series is a function series. The mode of convergence of the series depends on the topology imposed on the function space. In such cases, pointwise convergence and uniform convergence are two prominent examples.

image
Unit "spheres" in image consist of plane vectors of norm 1. Depicted are the unit spheres in different image-norms, for image and image The bigger diamond depicts points of 1-norm equal to 2.

A way to ensure the existence of limits of certain infinite series is to restrict attention to spaces where any Cauchy sequence has a limit; such a vector space is called complete. Roughly, a vector space is complete provided that it contains all necessary limits. For example, the vector space of polynomials on the unit interval image equipped with the topology of uniform convergence is not complete because any continuous function on image can be uniformly approximated by a sequence of polynomials, by the Weierstrass approximation theorem. In contrast, the space of all continuous functions on image with the same topology is complete. A norm gives rise to a topology by defining that a sequence of vectors image converges to image if and only if image Banach and Hilbert spaces are complete topological vector spaces whose topologies are given, respectively, by a norm and an inner product. Their study—a key piece of functional analysis—focuses on infinite-dimensional vector spaces, since all norms on finite-dimensional topological vector spaces give rise to the same notion of convergence. The image at the right shows the equivalence of the image-norm and image-norm on image as the unit "balls" enclose each other, a sequence converges to zero in one norm if and only if it so does in the other norm. In the infinite-dimensional case, however, there will generally be inequivalent topologies, which makes the study of topological vector spaces richer than that of vector spaces without additional data.

From a conceptual point of view, all notions related to topological vector spaces should match the topology. For example, instead of considering all linear maps (also called functionals) image maps between topological vector spaces are required to be continuous. In particular, the (topological) dual space image consists of continuous functionals image (or to image). The fundamental Hahn–Banach theorem is concerned with separating subspaces of appropriate topological vector spaces by continuous functionals.

Banach spaces

Banach spaces, introduced by Stefan Banach, are complete normed vector spaces.

A first example is the vector space image consisting of infinite vectors with real entries image whose image-norm image given by image image

The topologies on the infinite-dimensional space image are inequivalent for different image For example, the sequence of vectors image in which the first image components are image and the following ones are image converges to the zero vector for image but does not for image image but image

More generally than sequences of real numbers, functions image are endowed with a norm that replaces the above sum by the Lebesgue integral image

The space of integrable functions on a given domain image (for example an interval) satisfying image and equipped with this norm are called Lebesgue spaces, denoted image

These spaces are complete. (If one uses the Riemann integral instead, the space is not complete, which may be seen as a justification for Lebesgue's integration theory.) Concretely this means that for any sequence of Lebesgue-integrable functions image with image satisfying the condition image there exists a function image belonging to the vector space image such that image

Imposing boundedness conditions not only on the function, but also on its derivatives leads to Sobolev spaces.

Hilbert spaces

image
The succeeding snapshots show summation of 1 to 5 terms in approximating a periodic function (blue) by finite sum of sine functions (red).

Complete inner product spaces are known as Hilbert spaces, in honor of David Hilbert. The Hilbert space image with inner product given by image where image denotes the complex conjugate of image is a key case.

By definition, in a Hilbert space, any Cauchy sequence converges to a limit. Conversely, finding a sequence of functions image with desirable properties that approximate a given limit function is equally crucial. Early analysis, in the guise of the Taylor approximation, established an approximation of differentiable functions image by polynomials. By the Stone–Weierstrass theorem, every continuous function on image can be approximated as closely as desired by a polynomial. A similar approximation technique by trigonometric functions is commonly called Fourier expansion, and is much applied in engineering. More generally, and more conceptually, the theorem yields a simple description of what "basic functions", or, in abstract Hilbert spaces, what basic vectors suffice to generate a Hilbert space image in the sense that the closure of their span (that is, finite linear combinations and limits of those) is the whole space. Such a set of functions is called a basis of image its cardinality is known as the Hilbert space dimension. Not only does the theorem exhibit suitable basis functions as sufficient for approximation purposes, but also together with the Gram–Schmidt process, it enables one to construct a basis of orthogonal vectors. Such orthogonal bases are the Hilbert space generalization of the coordinate axes in finite-dimensional Euclidean space.

The solutions to various differential equations can be interpreted in terms of Hilbert spaces. For example, a great many fields in physics and engineering lead to such equations, and frequently solutions with particular physical properties are used as basis functions, often orthogonal. As an example from physics, the time-dependent Schrödinger equation in quantum mechanics describes the change of physical properties in time by means of a partial differential equation, whose solutions are called wavefunctions. Definite values for physical properties such as energy, or momentum, correspond to eigenvalues of a certain (linear) differential operator and the associated wavefunctions are called eigenstates. The spectral theorem decomposes a linear compact operator acting on functions in terms of these eigenfunctions and their eigenvalues.

Algebras over fields

image
A hyperbola, given by the equation image The coordinate ring of functions on this hyperbola is given by image an infinite-dimensional vector space over image

General vector spaces do not possess a multiplication between vectors. A vector space equipped with an additional bilinear operator defining the multiplication of two vectors is an algebra over a field (or F-algebra if the field F is specified).

For example, the set of all polynomials image forms an algebra known as the polynomial ring: using that the sum of two polynomials is a polynomial, they form a vector space; they form an algebra since the product of two polynomials is again a polynomial. Rings of polynomials (in several variables) and their quotients form the basis of algebraic geometry, because they are rings of functions of algebraic geometric objects.

Another crucial example are Lie algebras, which are neither commutative nor associative, but the failure to be so is limited by the constraints (image denotes the product of image and image):

  • image (anticommutativity), and
  • image (Jacobi identity).

Examples include the vector space of image-by-image matrices, with image the commutator of two matrices, and image endowed with the cross product.

The tensor algebra image is a formal way of adding products to any vector space image to obtain an algebra. As a vector space, it is spanned by symbols, called simple tensors image where the degree image varies. The multiplication is given by concatenating such symbols, imposing the distributive law under addition, and requiring that scalar multiplication commute with the tensor product ⊗, much the same way as with the tensor product of two vector spaces introduced in the above section on tensor products. In general, there are no relations between image and image Forcing two such elements to be equal leads to the symmetric algebra, whereas forcing image yields the exterior algebra.

Vector bundles

image
A Möbius strip. Locally, it looks like U × R.

A vector bundle is a family of vector spaces parametrized continuously by a topological space X. More precisely, a vector bundle over X is a topological space E equipped with a continuous map image such that for every x in X, the fiber π−1(x) is a vector space. The case dim V = 1 is called a line bundle. For any vector space V, the projection X × VX makes the product X × V into a "trivial" vector bundle. Vector bundles over X are required to be locally a product of X and some (fixed) vector space V: for every x in X, there is a neighborhood U of x such that the restriction of π to π−1(U) is isomorphic to the trivial bundle U × VU. Despite their locally trivial character, vector bundles may (depending on the shape of the underlying space X) be "twisted" in the large (that is, the bundle need not be (globally isomorphic to) the trivial bundle X × V). For example, the Möbius strip can be seen as a line bundle over the circle S1 (by identifying open intervals with the real line). It is, however, different from the cylinder S1 × R, because the latter is orientable whereas the former is not.

Properties of certain vector bundles provide information about the underlying topological space. For example, the tangent bundle consists of the collection of tangent spaces parametrized by the points of a differentiable manifold. The tangent bundle of the circle S1 is globally isomorphic to S1 × R, since there is a global nonzero vector field on S1. In contrast, by the hairy ball theorem, there is no (tangent) vector field on the 2-sphere S2 which is everywhere nonzero.K-theory studies the isomorphism classes of all vector bundles over some topological space. In addition to deepening topological and geometrical insight, it has purely algebraic consequences, such as the classification of finite-dimensional real division algebras: R, C, the quaternions H and the octonions O.

The cotangent bundle of a differentiable manifold consists, at every point of the manifold, of the dual of the tangent space, the cotangent space. Sections of that bundle are known as differential one-forms.

Modules

Modules are to rings what vector spaces are to fields: the same axioms, applied to a ring R instead of a field F, yield modules. The theory of modules, compared to that of vector spaces, is complicated by the presence of ring elements that do not have multiplicative inverses. For example, modules need not have bases, as the Z-module (that is, abelian group) Z/2Z shows; those modules that do (including all vector spaces) are known as free modules. Nevertheless, a vector space can be compactly defined as a module over a ring which is a field, with the elements being called vectors. Some authors use the term vector space to mean modules over a division ring. The algebro-geometric interpretation of commutative rings via their spectrum allows the development of concepts such as locally free modules, the algebraic counterpart to vector bundles.

Affine and projective spaces

image
An affine plane (light blue) in R3. It is a two-dimensional subspace shifted by a vector x (red).

Roughly, affine spaces are vector spaces whose origins are not specified. More precisely, an affine space is a set with a free transitive vector space action. In particular, a vector space is an affine space over itself, by the map image If W is a vector space, then an affine subspace is a subset of W obtained by translating a linear subspace V by a fixed vector xW; this space is denoted by x + V (it is a coset of V in W) and consists of all vectors of the form x + v for vV. An important example is the space of solutions of a system of inhomogeneous linear equations image generalizing the homogeneous case discussed in the above section on linear equations, which can be found by setting image in this equation. The space of solutions is the affine subspace x + V where x is a particular solution of the equation, and V is the space of solutions of the homogeneous equation (the nullspace of A).

The set of one-dimensional subspaces of a fixed finite-dimensional vector space V is known as projective space; it may be used to formalize the idea of parallel lines intersecting at infinity.Grassmannians and flag manifolds generalize this by parametrizing linear subspaces of fixed dimension k and flags of subspaces, respectively.

Notes

  1. It is also common, especially in physics, to denote vectors with an arrow on top: image It is also common, especially in higher mathematics, to not use any typographical method for distinguishing vectors from other mathematical objects.
  2. Scalar multiplication is not to be confused with the scalar product, which is an additional operation on some specific vector spaces, called inner product spaces. Scalar multiplication is the multiplication of a vector by a scalar that produces a vector, while the scalar product is a multiplication of two vectors that produces a scalar.
  3. This axiom is not an associative property, since it refers to two different operations, scalar multiplication and field multiplication. So, it is independent from the associativity of field multiplication, which is assumed by field axioms.
  4. This is typically the case when a vector space is also considered as an affine space. In this case, a linear subspace contains the zero vector, while an affine subspace does not necessarily contain it.
  5. Some authors, such as Roman (2005), choose to start with this equivalence relation and derive the concrete shape of image from this.
  6. This requirement implies that the topology gives rise to a uniform structure, Bourbaki (1989), loc = ch. II.
  7. The triangle inequality for image is provided by the Minkowski inequality. For technical reasons, in the context of functions one has to identify functions that agree almost everywhere to get a norm, and not only a seminorm.
  8. "Many functions in image of Lebesgue measure, being unbounded, cannot be integrated with the classical Riemann integral. So spaces of Riemann integrable functions would not be complete in the image norm, and the orthogonal decomposition would not apply to them. This shows one of the advantages of Lebesgue integration.", Dudley (1989), §5.3, p. 125.
  9. For image image is not a Hilbert space.
  10. A basis of a Hilbert space is not the same thing as a basis of a linear algebra. For distinction, a linear algebra basis for a Hilbert space is called a Hamel basis.
  11. That is, there is a homeomorphism from π−1(U) to V × U which restricts to linear isomorphisms between fibers.
  12. A line bundle, such as the tangent bundle of S1 is trivial if and only if there is a section that vanishes nowhere, see Husemoller (1994), Corollary 8.3. The sections of the tangent bundle are just vector fields.

Citations

  1. Lang 2002.
  2. Brown 1991, p. 86.
  3. Roman 2005, ch. 1, p. 27.
  4. Brown 1991, p. 87.
  5. Springer 2000, p. 185; Brown 1991, p. 86.
  6. Atiyah & Macdonald 1969, p. 17.
  7. Bourbaki 1998, §1.1, Definition 2.
  8. Brown 1991, p. 94.
  9. Brown 1991, pp. 99–101.
  10. Brown 1991, p. 92.
  11. Stoll & Wong 1968, p. 14.
  12. Roman 2005, pp. 41–42.
  13. Lang 1987, p. 10–11; Anton & Rorres 2010, p. 212.
  14. Blass 1984.
  15. Joshi 1989, p. 450.
  16. Heil 2011, p. 126.
  17. Halmos 1948, p. 12.
  18. Bourbaki 1969, ch. "Algèbre linéaire et algèbre multilinéaire", pp. 78–91.
  19. Bolzano 1804.
  20. Möbius 1827.
  21. Bellavitis 1833.
  22. Dorier 1995.
  23. Hamilton 1853.
  24. Grassmann 2000.
  25. Peano 1888, ch. IX.
  26. Guo 2021.
  27. Moore 1995, pp. 268–271.
  28. Banach 1922.
  29. Dorier 1995; Moore 1995.
  30. Kreyszig 2020, p. 355.
  31. Kreyszig 2020, p. 358–359.
  32. Jain 2001, p. 11.
  33. Lang 1987, ch. I.1.
  34. Lang 2002, ch. V.1.
  35. Lang 1993, ch. XII.3., p. 335.
  36. Lang 1987, ch. VI.3..
  37. Roman 2005, ch. 2, p. 45.
  38. Lang 1987, ch. IV.4, Corollary, p. 106.
  39. Nicholson 2018, ch. 7.3.
  40. Lang 1987, Example IV.2.6.
  41. Lang 1987, ch. VI.6.
  42. Halmos 1974, p. 28, Ex. 9.
  43. Lang 1987, Theorem IV.2.1, p. 95.
  44. Roman 2005, Th. 2.5 and 2.6, p. 49.
  45. Lang 1987, ch. V.1.
  46. Lang 1987, ch. V.3., Corollary, p. 106.
  47. Lang 1987, Theorem VII.9.8, p. 198.
  48. Roman 2005, ch. 8, p. 135–156.
  49. & Lang 1987, ch. IX.4.
  50. Roman 2005, ch. 8, p. 140.
  51. Roman 2005, ch. 1, p. 29.
  52. Roman 2005, ch. 1, p. 35.
  53. Nicholson 2018, ch. 10.4.
  54. Roman 2005, ch. 3, p. 64.
  55. Lang 1987, ch. IV.3..
  56. Roman 2005, ch. 2, p. 48.
  57. Nicholson 2018, ch. 7.4.
  58. Mac Lane 1998.
  59. Roman 2005, ch. 1, pp. 31–32.
  60. Lang 2002, ch. XVI.1.
  61. Roman (2005), Th. 14.3. See also Yoneda lemma.
  62. Rudin 1991, p.3.
  63. Schaefer & Wolff 1999, pp. 204–205.
  64. Bourbaki 2004, ch. 2, p. 48.
  65. Roman 2005, ch. 9.
  66. Naber 2003, ch. 1.2.
  67. Treves 1967; Bourbaki 1987.

In mathematics and physics a vector space also called a linear space is a set whose elements often called vectors can be added together and multiplied scaled by numbers called scalars The operations of vector addition and scalar multiplication must satisfy certain requirements called vector axioms Real vector spaces and complex vector spaces are kinds of vector spaces based on different kinds of scalars real numbers and complex numbers Scalars can also be more generally elements of any field Vector addition and scalar multiplication a vector v blue is added to another vector w red upper illustration Below w is stretched by a factor of 2 yielding the sum v 2w Vector spaces generalize Euclidean vectors which allow modeling of physical quantities such as forces and velocity that have not only a magnitude but also a direction The concept of vector spaces is fundamental for linear algebra together with the concept of matrices which allows computing in vector spaces This provides a concise and synthetic way for manipulating and studying systems of linear equations Vector spaces are characterized by their dimension which roughly speaking specifies the number of independent directions in the space This means that for two vector spaces over a given field and with the same dimension the properties that depend only on the vector space structure are exactly the same technically the vector spaces are isomorphic A vector space is finite dimensional if its dimension is a natural number Otherwise it is infinite dimensional and its dimension is an infinite cardinal Finite dimensional vector spaces occur naturally in geometry and related areas Infinite dimensional vector spaces occur in many areas of mathematics For example polynomial rings are countably infinite dimensional vector spaces and many function spaces have the cardinality of the continuum as a dimension Many vector spaces that are considered in mathematics are also endowed with other structures This is the case of algebras which include field extensions polynomial rings associative algebras and Lie algebras This is also the case of topological vector spaces which include function spaces inner product spaces normed spaces Hilbert spaces and Banach spaces Definition and basic propertiesIn this article vectors are represented in boldface to distinguish them from scalars A vector space over a field F is a non empty set V together with a binary operation and a binary function that satisfy the eight axioms listed below In this context the elements of V are commonly called vectors and the elements of F are called scalars The binary operation called vector addition or simply addition assigns to any two vectors v and w in V a third vector in V which is commonly written as v w and called the sum of these two vectors The binary function called scalar multiplication assigns to any scalar a in F and any vector v in V another vector in V which is denoted av To have a vector space the eight following axioms must be satisfied for every u v and w in V and a and b in F Axiom StatementAssociativity of vector addition u v w u v wCommutativity of vector addition u v v uIdentity element of vector addition There exists an element 0 V called the zero vector such that v 0 v for all v V Inverse elements of vector addition For every v V there exists an element v V called the additive inverse of v such that v v 0 Compatibility of scalar multiplication with field multiplication a bv ab vIdentity element of scalar multiplication 1v v where 1 denotes the multiplicative identity in F Distributivity of scalar multiplication with respect to vector addition a u v au avDistributivity of scalar multiplication with respect to field addition a b v av bv When the scalar field is the real numbers the vector space is called a real vector space and when the scalar field is the complex numbers the vector space is called a complex vector space These two cases are the most common ones but vector spaces with scalars in an arbitrary field F are also commonly considered Such a vector space is called an F vector space or a vector space over F An equivalent definition of a vector space can be given which is much more concise but less elementary the first four axioms related to vector addition say that a vector space is an abelian group under addition and the four remaining axioms related to the scalar multiplication say that this operation defines a ring homomorphism from the field F into the endomorphism ring of this group Subtraction of two vectors can be defined as v w v w displaystyle mathbf v mathbf w mathbf v mathbf w Direct consequences of the axioms include that for every s F displaystyle s in F and v V displaystyle mathbf v in V one has 0v 0 displaystyle 0 mathbf v mathbf 0 s0 0 displaystyle s mathbf 0 mathbf 0 1 v v displaystyle 1 mathbf v mathbf v sv 0 displaystyle s mathbf v mathbf 0 implies s 0 displaystyle s 0 or v 0 displaystyle mathbf v mathbf 0 Even more concisely a vector space is a module over a field Bases vector coordinates and subspacesA vector v in R2 blue expressed in terms of different bases using the standard basis of R2 v xe1 ye2 black and using a different non orthogonal basis v f1 f2 red Linear combination Given a set G of elements of a F vector space V a linear combination of elements of G is an element of V of the form a1g1 a2g2 akgk displaystyle a 1 mathbf g 1 a 2 mathbf g 2 cdots a k mathbf g k where a1 ak F displaystyle a 1 ldots a k in F and g1 gk G displaystyle mathbf g 1 ldots mathbf g k in G The scalars a1 ak displaystyle a 1 ldots a k are called the coefficients of the linear combination Linear independence The elements of a subset G of a F vector space V are said to be linearly independent if no element of G can be written as a linear combination of the other elements of G Equivalently they are linearly independent if two linear combinations of elements of G define the same element of V if and only if they have the same coefficients Also equivalently they are linearly independent if a linear combination results in the zero vector if and only if all its coefficients are zero Linear subspace A linear subspace or vector subspace W of a vector space V is a non empty subset of V that is closed under vector addition and scalar multiplication that is the sum of two elements of W and the product of an element of W by a scalar belong to W This implies that every linear combination of elements of W belongs to W A linear subspace is a vector space for the induced addition and scalar multiplication this means that the closure property implies that the axioms of a vector space are satisfied The closure property also implies that every intersection of linear subspaces is a linear subspace Linear span Given a subset G of a vector space V the linear span or simply the span of G is the smallest linear subspace of V that contains G in the sense that it is the intersection of all linear subspaces that contain G The span of G is also the set of all linear combinations of elements of G If W is the span of G one says that G spans or generates W and that G is a spanning set or a generating set of W Basis and dimension A subset of a vector space is a basis if its elements are linearly independent and span the vector space Every vector space has at least one basis or many in general see Basis linear algebra Proof that every vector space has a basis Moreover all bases of a vector space have the same cardinality which is called the dimension of the vector space see Dimension theorem for vector spaces This is a fundamental property of vector spaces which is detailed in the remainder of the section Bases are a fundamental tool for the study of vector spaces especially when the dimension is finite In the infinite dimensional case the existence of infinite bases often called Hamel bases depends on the axiom of choice It follows that in general no base can be explicitly described For example the real numbers form an infinite dimensional vector space over the rational numbers for which no specific basis is known Consider a basis b1 b2 bn displaystyle mathbf b 1 mathbf b 2 ldots mathbf b n of a vector space V of dimension n over a field F The definition of a basis implies that every v V displaystyle mathbf v in V may be written v a1b1 anbn displaystyle mathbf v a 1 mathbf b 1 cdots a n mathbf b n with a1 an displaystyle a 1 dots a n in F and that this decomposition is unique The scalars a1 an displaystyle a 1 ldots a n are called the coordinates of v on the basis They are also said to be the coefficients of the decomposition of v on the basis One also says that the n tuple of the coordinates is the coordinate vector of v on the basis since the set Fn displaystyle F n of the n tuples of elements of F is a vector space for componentwise addition and scalar multiplication whose dimension is n The one to one correspondence between vectors and their coordinate vectors maps vector addition to vector addition and scalar multiplication to scalar multiplication It is thus a vector space isomorphism which allows translating reasonings and computations on vectors into reasonings and computations on their coordinates HistoryVector spaces stem from affine geometry via the introduction of coordinates in the plane or three dimensional space Around 1636 French mathematicians Rene Descartes and Pierre de Fermat founded analytic geometry by identifying solutions to an equation of two variables with points on a plane curve 18 To achieve geometric solutions without using coordinates Bolzano introduced in 1804 certain operations on points lines and planes which are predecessors of vectors Mobius 1827 introduced the notion of barycentric coordinates Bellavitis 1833 introduced an equivalence relation on directed line segments that share the same length and direction which he called equipollence A Euclidean vector is then an equivalence class of that relation Vectors were reconsidered with the presentation of complex numbers by Argand and Hamilton and the inception of quaternions by the latter They are elements in R2 and R4 treating them using linear combinations goes back to Laguerre in 1867 who also defined systems of linear equations In 1857 Cayley introduced the matrix notation which allows for harmonization and simplification of linear maps Around the same time Grassmann studied the barycentric calculus initiated by Mobius He envisaged sets of abstract objects endowed with operations In his work the concepts of linear independence and dimension as well as scalar products are present Grassmann s 1844 work exceeds the framework of vector spaces as well since his considering multiplication led him to what are today called algebras Italian mathematician Peano was the first to give the modern definition of vector spaces and linear maps in 1888 although he called them linear systems Peano s axiomatization allowed for vector spaces with infinite dimension but Peano did not develop that theory further In 1897 Salvatore Pincherle adopted Peano s axioms and made initial inroads into the theory of infinite dimensional vector spaces An important development of vector spaces is due to the construction of function spaces by Henri Lebesgue This was later formalized by Banach and Hilbert around 1920 At that time algebra and the new field of functional analysis began to interact notably with key concepts such as spaces of p integrable functions and Hilbert spaces ExamplesArrows in the plane Vector addition the sum v w black of the vectors v blue and w red is shown Scalar multiplication the multiples v and 2w are shown The first example of a vector space consists of arrows in a fixed plane starting at one fixed point This is used in physics to describe forces or velocities Given any two such arrows v and w the parallelogram spanned by these two arrows contains one diagonal arrow that starts at the origin too This new arrow is called the sum of the two arrows and is denoted v w In the special case of two arrows on the same line their sum is the arrow on this line whose length is the sum or the difference of the lengths depending on whether the arrows have the same direction Another operation that can be done with arrows is scaling given any positive real number a the arrow that has the same direction as v but is dilated or shrunk by multiplying its length by a is called multiplication of v by a It is denoted av When a is negative av is defined as the arrow pointing in the opposite direction instead The following shows a few examples if a 2 the resulting vector aw has the same direction as w but is stretched to the double length of w the second image Equivalently 2w is the sum w w Moreover 1 v v has the opposite direction and the same length as v blue vector pointing down in the second image Ordered pairs of numbers A second key example of a vector space is provided by pairs of real numbers x and y The order of the components x and y is significant so such a pair is also called an ordered pair Such a pair is written as x y The sum of two such pairs and the multiplication of a pair with a number is defined as follows x1 y1 x2 y2 x1 x2 y1 y2 a x y ax ay displaystyle begin aligned x 1 y 1 x 2 y 2 amp x 1 x 2 y 1 y 2 a x y amp ax ay end aligned The first example above reduces to this example if an arrow is represented by a pair of Cartesian coordinates of its endpoint Coordinate space The simplest example of a vector space over a field F is the field F itself with its addition viewed as vector addition and its multiplication viewed as scalar multiplication More generally all n tuples sequences of length n a1 a2 an displaystyle a 1 a 2 dots a n of elements ai of F form a vector space that is usually denoted Fn and called a coordinate space The case n 1 is the above mentioned simplest example in which the field F is also regarded as a vector space over itself The case F R and n 2 so R2 reduces to the previous example Complex numbers and other field extensions The set of complex numbers C numbers that can be written in the form x iy for real numbers x and y where i is the imaginary unit form a vector space over the reals with the usual addition and multiplication x iy a ib x a i y b and c x iy c x i c y for real numbers x y a b and c The various axioms of a vector space follow from the fact that the same rules hold for complex number arithmetic The example of complex numbers is essentially the same as that is it is isomorphic to the vector space of ordered pairs of real numbers mentioned above if we think of the complex number x i y as representing the ordered pair x y in the complex plane then we see that the rules for addition and scalar multiplication correspond exactly to those in the earlier example More generally field extensions provide another class of examples of vector spaces particularly in algebra and algebraic number theory a field F containing a smaller field E is an E vector space by the given multiplication and addition operations of F For example the complex numbers are a vector space over R and the field extension Q i5 displaystyle mathbf Q i sqrt 5 is a vector space over Q Function spaces Addition of functions the sum of the sine and the exponential function is sin exp R R displaystyle sin exp mathbb R to mathbb R with sin exp x sin x exp x displaystyle sin exp x sin x exp x Functions from any fixed set W to a field F also form vector spaces by performing addition and scalar multiplication pointwise That is the sum of two functions f and g is the function f g displaystyle f g given by f g w f w g w displaystyle f g w f w g w and similarly for multiplication Such function spaces occur in many geometric situations when W is the real line or an interval or other subsets of R Many notions in topology and analysis such as continuity integrability or differentiability are well behaved with respect to linearity sums and scalar multiples of functions possessing such a property still have that property Therefore the set of such functions are vector spaces whose study belongs to functional analysis Linear equations Systems of homogeneous linear equations are closely tied to vector spaces For example the solutions of a 3b c 04a 2b 2c 0 displaystyle begin alignedat 9 amp amp a amp amp 3b amp amp amp c amp 0 4 amp amp a amp amp 2b amp amp 2 amp c amp 0 end alignedat are given by triples with arbitrary a displaystyle a b a 2 displaystyle b a 2 and c 5a 2 displaystyle c 5a 2 They form a vector space sums and scalar multiples of such triples still satisfy the same ratios of the three variables thus they are solutions too Matrices can be used to condense multiple linear equations as above into one vector equation namely Ax 0 displaystyle A mathbf x mathbf 0 where A 131422 displaystyle A begin bmatrix 1 amp 3 amp 1 4 amp 2 amp 2 end bmatrix is the matrix containing the coefficients of the given equations x displaystyle mathbf x is the vector a b c displaystyle a b c Ax displaystyle A mathbf x denotes the matrix product and 0 0 0 displaystyle mathbf 0 0 0 is the zero vector In a similar vein the solutions of homogeneous linear differential equations form vector spaces For example f x 2f x f x 0 displaystyle f prime prime x 2f prime x f x 0 yields f x ae x bxe x displaystyle f x ae x bxe x where a displaystyle a and b displaystyle b are arbitrary constants and ex displaystyle e x is the natural exponential function Linear maps and matricesThe relation of two vector spaces can be expressed by linear map or linear transformation They are functions that reflect the vector space structure that is they preserve sums and scalar multiplication f v w f v f w f a v a f v displaystyle begin aligned f mathbf v mathbf w amp f mathbf v f mathbf w f a cdot mathbf v amp a cdot f mathbf v end aligned for all v displaystyle mathbf v and w displaystyle mathbf w in V displaystyle V all a displaystyle a in F displaystyle F An isomorphism is a linear map f V W such that there exists an inverse map g W V which is a map such that the two possible compositions f g W W and g f V V are identity maps Equivalently f is both one to one injective and onto surjective If there exists an isomorphism between V and W the two spaces are said to be isomorphic they are then essentially identical as vector spaces since all identities holding in V are via f transported to similar ones in W and vice versa via g Describing an arrow vector v by its coordinates x and y yields an isomorphism of vector spaces For example the arrows in the plane and the ordered pairs of numbers vector spaces in the introduction above see Examples are isomorphic a planar arrow v departing at the origin of some fixed coordinate system can be expressed as an ordered pair by considering the x and y component of the arrow as shown in the image at the right Conversely given a pair x y the arrow going by x to the right or to the left if x is negative and y up down if y is negative turns back the arrow v Linear maps V W between two vector spaces form a vector space HomF V W also denoted L V W or 𝓛 V W The space of linear maps from V to F is called the dual vector space denoted V Via the injective natural map V V any vector space can be embedded into its bidual the map is an isomorphism if and only if the space is finite dimensional Once a basis of V is chosen linear maps f V W are completely determined by specifying the images of the basis vectors because any element of V is expressed uniquely as a linear combination of them If dim V dim W a 1 to 1 correspondence between fixed bases of V and W gives rise to a linear map that maps any basis element of V to the corresponding basis element of W It is an isomorphism by its very definition Therefore two vector spaces over a given field are isomorphic if their dimensions agree and vice versa Another way to express this is that any vector space over a given field is completely classified up to isomorphism by its dimension a single number In particular any n dimensional F vector space V is isomorphic to Fn However there is no canonical or preferred isomorphism an isomorphism f Fn V is equivalent to the choice of a basis of V by mapping the standard basis of Fn to V via f Matrices A typical matrix Matrices are a useful notion to encode linear maps They are written as a rectangular array of scalars as in the image at the right Any m by n matrix A displaystyle A gives rise to a linear map from Fn to Fm by the following x x1 x2 xn j 1na1jxj j 1na2jxj j 1namjxj displaystyle mathbf x x 1 x 2 ldots x n mapsto left sum j 1 n a 1j x j sum j 1 n a 2j x j ldots sum j 1 n a mj x j right where textstyle sum denotes summation or by using the matrix multiplication of the matrix A displaystyle A with the coordinate vector x displaystyle mathbf x x Ax displaystyle mathbf x mapsto A mathbf x Moreover after choosing bases of V and W any linear map f V W is uniquely represented by a matrix via this assignment The volume of this parallelepiped is the absolute value of the determinant of the 3 by 3 matrix formed by the vectors r1 r2 and r3 The determinant det A of a square matrix A is a scalar that tells whether the associated map is an isomorphism or not to be so it is sufficient and necessary that the determinant is nonzero The linear transformation of Rn corresponding to a real n by n matrix is orientation preserving if and only if its determinant is positive Eigenvalues and eigenvectors Endomorphisms linear maps f V V are particularly important since in this case vectors v can be compared with their image under f f v Any nonzero vector v satisfying lv f v where l is a scalar is called an eigenvector of f with eigenvalue l Equivalently v is an element of the kernel of the difference f l Id where Id is the identity map V V If V is finite dimensional this can be rephrased using determinants f having eigenvalue l is equivalent to det f l Id 0 displaystyle det f lambda cdot operatorname Id 0 By spelling out the definition of the determinant the expression on the left hand side can be seen to be a polynomial function in l called the characteristic polynomial of f If the field F is large enough to contain a zero of this polynomial which automatically happens for F algebraically closed such as F C any linear map has at least one eigenvector The vector space V may or may not possess an eigenbasis a basis consisting of eigenvectors This phenomenon is governed by the Jordan canonical form of the map The set of all eigenvectors corresponding to a particular eigenvalue of f forms a vector space known as the eigenspace corresponding to the eigenvalue and f in question Basic constructionsIn addition to the above concrete examples there are a number of standard linear algebraic constructions that yield vector spaces related to given ones Subspaces and quotient spaces A line passing through the origin blue thick in R3 is a linear subspace It is the intersection of two planes green and yellow A nonempty subset W displaystyle W of a vector space V displaystyle V that is closed under addition and scalar multiplication and therefore contains the 0 displaystyle mathbf 0 vector of V displaystyle V is called a linear subspace of V displaystyle V or simply a subspace of V displaystyle V when the ambient space is unambiguously a vector space Subspaces of V displaystyle V are vector spaces over the same field in their own right The intersection of all subspaces containing a given set S displaystyle S of vectors is called its span and it is the smallest subspace of V displaystyle V containing the set S displaystyle S Expressed in terms of elements the span is the subspace consisting of all the linear combinations of elements of S displaystyle S Linear subspace of dimension 1 and 2 are referred to as a line also vector line and a plane respectively If W is an n dimensional vector space any subspace of dimension 1 less i e of dimension n 1 displaystyle n 1 is called a hyperplane The counterpart to subspaces are quotient vector spaces Given any subspace W V displaystyle W subseteq V the quotient space V W displaystyle V W V displaystyle V modulo W displaystyle W is defined as follows as a set it consists of v W v w w W displaystyle mathbf v W mathbf v mathbf w mathbf w in W where v displaystyle mathbf v is an arbitrary vector in V displaystyle V The sum of two such elements v1 W displaystyle mathbf v 1 W and v2 W displaystyle mathbf v 2 W is v1 v2 W displaystyle left mathbf v 1 mathbf v 2 right W and scalar multiplication is given by a v W a v W displaystyle a cdot mathbf v W a cdot mathbf v W The key point in this definition is that v1 W v2 W displaystyle mathbf v 1 W mathbf v 2 W if and only if the difference of v1 displaystyle mathbf v 1 and v2 displaystyle mathbf v 2 lies in W displaystyle W This way the quotient space forgets information that is contained in the subspace W displaystyle W The kernel ker f displaystyle ker f of a linear map f V W displaystyle f V to W consists of vectors v displaystyle mathbf v that are mapped to 0 displaystyle mathbf 0 in W displaystyle W The kernel and the image im f f v v V displaystyle operatorname im f f mathbf v mathbf v in V are subspaces of V displaystyle V and W displaystyle W respectively An important example is the kernel of a linear map x Ax displaystyle mathbf x mapsto A mathbf x for some fixed matrix A displaystyle A The kernel of this map is the subspace of vectors x displaystyle mathbf x such that Ax 0 displaystyle A mathbf x mathbf 0 which is precisely the set of solutions to the system of homogeneous linear equations belonging to A displaystyle A This concept also extends to linear differential equations a0f a1dfdx a2d2fdx2 andnfdxn 0 displaystyle a 0 f a 1 frac df dx a 2 frac d 2 f dx 2 cdots a n frac d n f dx n 0 where the coefficients ai displaystyle a i are functions in x displaystyle x too In the corresponding map f D f i 0naidifdxi displaystyle f mapsto D f sum i 0 n a i frac d i f dx i the derivatives of the function f displaystyle f appear linearly as opposed to f x 2 displaystyle f prime prime x 2 for example Since differentiation is a linear procedure that is f g f g displaystyle f g prime f prime g prime and c f c f displaystyle c cdot f prime c cdot f prime for a constant c displaystyle c this assignment is linear called a linear differential operator In particular the solutions to the differential equation D f 0 displaystyle D f 0 form a vector space over R or C The existence of kernels and images is part of the statement that the category of vector spaces over a fixed field F displaystyle F is an abelian category that is a corpus of mathematical objects and structure preserving maps between them a category that behaves much like the category of abelian groups Because of this many statements such as the first isomorphism theorem also called rank nullity theorem in matrix related terms V ker f im f displaystyle V ker f equiv operatorname im f and the second and third isomorphism theorem can be formulated and proven in a way very similar to the corresponding statements for groups Direct product and direct sum The direct product of vector spaces and the direct sum of vector spaces are two ways of combining an indexed family of vector spaces into a new vector space The direct product i IVi displaystyle textstyle prod i in I V i of a family of vector spaces Vi displaystyle V i consists of the set of all tuples vi i I displaystyle left mathbf v i right i in I which specify for each index i displaystyle i in some index set I displaystyle I an element vi displaystyle mathbf v i of Vi displaystyle V i Addition and scalar multiplication is performed componentwise A variant of this construction is the direct sum i IVi textstyle bigoplus i in I V i also called coproduct and denoted i IVi textstyle coprod i in I V i where only tuples with finitely many nonzero vectors are allowed If the index set I displaystyle I is finite the two constructions agree but in general they are different Tensor product The tensor product V FW displaystyle V otimes F W or simply V W displaystyle V otimes W of two vector spaces V displaystyle V and W displaystyle W is one of the central notions of multilinear algebra which deals with extending notions such as linear maps to several variables A map g V W X displaystyle g V times W to X from the Cartesian product V W displaystyle V times W is called bilinear if g displaystyle g is linear in both variables v displaystyle mathbf v and w displaystyle mathbf w That is to say for fixed w displaystyle mathbf w the map v g v w displaystyle mathbf v mapsto g mathbf v mathbf w is linear in the sense above and likewise for fixed v displaystyle mathbf v Commutative diagram depicting the universal property of the tensor product The tensor product is a particular vector space that is a universal recipient of bilinear maps g displaystyle g as follows It is defined as the vector space consisting of finite formal sums of symbols called tensors v1 w1 v2 w2 vn wn displaystyle mathbf v 1 otimes mathbf w 1 mathbf v 2 otimes mathbf w 2 cdots mathbf v n otimes mathbf w n subject to the rulesa v w a v w v a w where a is a scalar v1 v2 w v1 w v2 wv w1 w2 v w1 v w2 displaystyle begin alignedat 6 a cdot mathbf v otimes mathbf w amp a cdot mathbf v otimes mathbf w mathbf v otimes a cdot mathbf w amp amp text where a text is a scalar mathbf v 1 mathbf v 2 otimes mathbf w amp mathbf v 1 otimes mathbf w mathbf v 2 otimes mathbf w amp amp mathbf v otimes mathbf w 1 mathbf w 2 amp mathbf v otimes mathbf w 1 mathbf v otimes mathbf w 2 amp amp end alignedat These rules ensure that the map f displaystyle f from the V W displaystyle V times W to V W displaystyle V otimes W that maps a tuple v w displaystyle mathbf v mathbf w to v w displaystyle mathbf v otimes mathbf w is bilinear The universality states that given any vector space X displaystyle X and any bilinear map g V W X displaystyle g V times W to X there exists a unique map u displaystyle u shown in the diagram with a dotted arrow whose composition with f displaystyle f equals g displaystyle g u v w g v w displaystyle u mathbf v otimes mathbf w g mathbf v mathbf w This is called the universal property of the tensor product an instance of the method much used in advanced abstract algebra to indirectly define objects by specifying maps from or to this object Vector spaces with additional structureFrom the point of view of linear algebra vector spaces are completely understood insofar as any vector space over a given field is characterized up to isomorphism by its dimension However vector spaces per se do not offer a framework to deal with the question crucial to analysis whether a sequence of functions converges to another function Likewise linear algebra is not adapted to deal with infinite series since the addition operation allows only finitely many terms to be added Therefore the needs of functional analysis require considering additional structures A vector space may be given a partial order displaystyle leq under which some vectors can be compared For example n displaystyle n dimensional real space Rn displaystyle mathbf R n can be ordered by comparing its vectors componentwise Ordered vector spaces for example Riesz spaces are fundamental to Lebesgue integration which relies on the ability to express a function as a difference of two positive functions f f f displaystyle f f f where f displaystyle f denotes the positive part of f displaystyle f and f displaystyle f the negative part Normed vector spaces and inner product spaces Measuring vectors is done by specifying a norm a datum which measures lengths of vectors or by an inner product which measures angles between vectors Norms and inner products are denoted v displaystyle mathbf v and v w displaystyle langle mathbf v mathbf w rangle respectively The datum of an inner product entails that lengths of vectors can be defined too by defining the associated norm v v v textstyle mathbf v sqrt langle mathbf v mathbf v rangle Vector spaces endowed with such data are known as normed vector spaces and inner product spaces respectively Coordinate space Fn displaystyle F n can be equipped with the standard dot product x y x y x1y1 xnyn displaystyle langle mathbf x mathbf y rangle mathbf x cdot mathbf y x 1 y 1 cdots x n y n In R2 displaystyle mathbf R 2 this reflects the common notion of the angle between two vectors x displaystyle mathbf x and y displaystyle mathbf y by the law of cosines x y cos x y x y displaystyle mathbf x cdot mathbf y cos left angle mathbf x mathbf y right cdot mathbf x cdot mathbf y Because of this two vectors satisfying x y 0 displaystyle langle mathbf x mathbf y rangle 0 are called orthogonal An important variant of the standard dot product is used in Minkowski space R4 displaystyle mathbf R 4 endowed with the Lorentz product x y x1y1 x2y2 x3y3 x4y4 displaystyle langle mathbf x mathbf y rangle x 1 y 1 x 2 y 2 x 3 y 3 x 4 y 4 In contrast to the standard dot product it is not positive definite x x displaystyle langle mathbf x mathbf x rangle also takes negative values for example for x 0 0 0 1 displaystyle mathbf x 0 0 0 1 Singling out the fourth coordinate corresponding to time as opposed to three space dimensions makes it useful for the mathematical treatment of special relativity Note that in other conventions time is often written as the first or zeroeth component so that the Lorentz product is written x y x0y0 x1y1 x2y2 x3y3 displaystyle langle mathbf x mathbf y rangle x 0 y 0 x 1 y 1 x 2 y 2 x 3 y 3 Topological vector spaces Convergence questions are treated by considering vector spaces V displaystyle V carrying a compatible topology a structure that allows one to talk about elements being close to each other Compatible here means that addition and scalar multiplication have to be continuous maps Roughly if x displaystyle mathbf x and y displaystyle mathbf y in V displaystyle V and a displaystyle a in F displaystyle F vary by a bounded amount then so do x y displaystyle mathbf x mathbf y and ax displaystyle a mathbf x To make sense of specifying the amount a scalar changes the field F displaystyle F also has to carry a topology in this context a common choice is the reals or the complex numbers In such topological vector spaces one can consider series of vectors The infinite sum i 1 fi limn f1 fn displaystyle sum i 1 infty f i lim n to infty f 1 cdots f n denotes the limit of the corresponding finite partial sums of the sequence f1 f2 displaystyle f 1 f 2 ldots of elements of V displaystyle V For example the fi displaystyle f i could be real or complex functions belonging to some function space V displaystyle V in which case the series is a function series The mode of convergence of the series depends on the topology imposed on the function space In such cases pointwise convergence and uniform convergence are two prominent examples Unit spheres in R2 displaystyle mathbf R 2 consist of plane vectors of norm 1 Depicted are the unit spheres in different p displaystyle p norms for p 1 2 displaystyle p 1 2 and displaystyle infty The bigger diamond depicts points of 1 norm equal to 2 A way to ensure the existence of limits of certain infinite series is to restrict attention to spaces where any Cauchy sequence has a limit such a vector space is called complete Roughly a vector space is complete provided that it contains all necessary limits For example the vector space of polynomials on the unit interval 0 1 displaystyle 0 1 equipped with the topology of uniform convergence is not complete because any continuous function on 0 1 displaystyle 0 1 can be uniformly approximated by a sequence of polynomials by the Weierstrass approximation theorem In contrast the space of all continuous functions on 0 1 displaystyle 0 1 with the same topology is complete A norm gives rise to a topology by defining that a sequence of vectors vn displaystyle mathbf v n converges to v displaystyle mathbf v if and only if limn vn v 0 displaystyle lim n to infty mathbf v n mathbf v 0 Banach and Hilbert spaces are complete topological vector spaces whose topologies are given respectively by a norm and an inner product Their study a key piece of functional analysis focuses on infinite dimensional vector spaces since all norms on finite dimensional topological vector spaces give rise to the same notion of convergence The image at the right shows the equivalence of the 1 displaystyle 1 norm and displaystyle infty norm on R2 displaystyle mathbf R 2 as the unit balls enclose each other a sequence converges to zero in one norm if and only if it so does in the other norm In the infinite dimensional case however there will generally be inequivalent topologies which makes the study of topological vector spaces richer than that of vector spaces without additional data From a conceptual point of view all notions related to topological vector spaces should match the topology For example instead of considering all linear maps also called functionals V W displaystyle V to W maps between topological vector spaces are required to be continuous In particular the topological dual space V displaystyle V consists of continuous functionals V R displaystyle V to mathbf R or to C displaystyle mathbf C The fundamental Hahn Banach theorem is concerned with separating subspaces of appropriate topological vector spaces by continuous functionals Banach spaces Banach spaces introduced by Stefan Banach are complete normed vector spaces A first example is the vector space ℓp displaystyle ell p consisting of infinite vectors with real entries x x1 x2 xn displaystyle mathbf x left x 1 x 2 ldots x n ldots right whose p displaystyle p norm 1 p displaystyle 1 leq p leq infty given by x supi xi for p and displaystyle mathbf x infty sup i x i qquad text for p infty text and x p i xi p 1p for p lt displaystyle mathbf x p left sum i x i p right frac 1 p qquad text for p lt infty The topologies on the infinite dimensional space ℓp displaystyle ell p are inequivalent for different p displaystyle p For example the sequence of vectors xn 2 n 2 n 2 n 0 0 displaystyle mathbf x n left 2 n 2 n ldots 2 n 0 0 ldots right in which the first 2n displaystyle 2 n components are 2 n displaystyle 2 n and the following ones are 0 displaystyle 0 converges to the zero vector for p displaystyle p infty but does not for p 1 displaystyle p 1 xn sup 2 n 0 2 n 0 displaystyle mathbf x n infty sup 2 n 0 2 n to 0 but xn 1 i 12n2 n 2n 2 n 1 displaystyle mathbf x n 1 sum i 1 2 n 2 n 2 n cdot 2 n 1 More generally than sequences of real numbers functions f W R displaystyle f Omega to mathbb R are endowed with a norm that replaces the above sum by the Lebesgue integral f p W f x pdm x 1p displaystyle f p left int Omega f x p d mu x right frac 1 p The space of integrable functions on a given domain W displaystyle Omega for example an interval satisfying f p lt displaystyle f p lt infty and equipped with this norm are called Lebesgue spaces denoted Lp W displaystyle L p Omega These spaces are complete If one uses the Riemann integral instead the space is not complete which may be seen as a justification for Lebesgue s integration theory Concretely this means that for any sequence of Lebesgue integrable functions f1 f2 fn displaystyle f 1 f 2 ldots f n ldots with fn p lt displaystyle f n p lt infty satisfying the condition limk n W fk x fn x pdm x 0 displaystyle lim k n to infty int Omega left f k x f n x right p d mu x 0 there exists a function f x displaystyle f x belonging to the vector space Lp W displaystyle L p Omega such that limk W f x fk x pdm x 0 displaystyle lim k to infty int Omega left f x f k x right p d mu x 0 Imposing boundedness conditions not only on the function but also on its derivatives leads to Sobolev spaces Hilbert spaces The succeeding snapshots show summation of 1 to 5 terms in approximating a periodic function blue by finite sum of sine functions red Complete inner product spaces are known as Hilbert spaces in honor of David Hilbert The Hilbert space L2 W displaystyle L 2 Omega with inner product given by f g Wf x g x dx displaystyle langle f g rangle int Omega f x overline g x dx where g x displaystyle overline g x denotes the complex conjugate of g x displaystyle g x is a key case By definition in a Hilbert space any Cauchy sequence converges to a limit Conversely finding a sequence of functions fn displaystyle f n with desirable properties that approximate a given limit function is equally crucial Early analysis in the guise of the Taylor approximation established an approximation of differentiable functions f displaystyle f by polynomials By the Stone Weierstrass theorem every continuous function on a b displaystyle a b can be approximated as closely as desired by a polynomial A similar approximation technique by trigonometric functions is commonly called Fourier expansion and is much applied in engineering More generally and more conceptually the theorem yields a simple description of what basic functions or in abstract Hilbert spaces what basic vectors suffice to generate a Hilbert space H displaystyle H in the sense that the closure of their span that is finite linear combinations and limits of those is the whole space Such a set of functions is called a basis of H displaystyle H its cardinality is known as the Hilbert space dimension Not only does the theorem exhibit suitable basis functions as sufficient for approximation purposes but also together with the Gram Schmidt process it enables one to construct a basis of orthogonal vectors Such orthogonal bases are the Hilbert space generalization of the coordinate axes in finite dimensional Euclidean space The solutions to various differential equations can be interpreted in terms of Hilbert spaces For example a great many fields in physics and engineering lead to such equations and frequently solutions with particular physical properties are used as basis functions often orthogonal As an example from physics the time dependent Schrodinger equation in quantum mechanics describes the change of physical properties in time by means of a partial differential equation whose solutions are called wavefunctions Definite values for physical properties such as energy or momentum correspond to eigenvalues of a certain linear differential operator and the associated wavefunctions are called eigenstates The spectral theorem decomposes a linear compact operator acting on functions in terms of these eigenfunctions and their eigenvalues Algebras over fields A hyperbola given by the equation x y 1 displaystyle x cdot y 1 The coordinate ring of functions on this hyperbola is given by R x y x y 1 displaystyle mathbf R x y x cdot y 1 an infinite dimensional vector space over R displaystyle mathbf R General vector spaces do not possess a multiplication between vectors A vector space equipped with an additional bilinear operator defining the multiplication of two vectors is an algebra over a field or F algebra if the field F is specified For example the set of all polynomials p t displaystyle p t forms an algebra known as the polynomial ring using that the sum of two polynomials is a polynomial they form a vector space they form an algebra since the product of two polynomials is again a polynomial Rings of polynomials in several variables and their quotients form the basis of algebraic geometry because they are rings of functions of algebraic geometric objects Another crucial example are Lie algebras which are neither commutative nor associative but the failure to be so is limited by the constraints x y displaystyle x y denotes the product of x displaystyle x and y displaystyle y x y y x displaystyle x y y x anticommutativity and x y z y z x z x y 0 displaystyle x y z y z x z x y 0 Jacobi identity Examples include the vector space of n displaystyle n by n displaystyle n matrices with x y xy yx displaystyle x y xy yx the commutator of two matrices and R3 displaystyle mathbf R 3 endowed with the cross product The tensor algebra T V displaystyle operatorname T V is a formal way of adding products to any vector space V displaystyle V to obtain an algebra As a vector space it is spanned by symbols called simple tensors v1 v2 vn displaystyle mathbf v 1 otimes mathbf v 2 otimes cdots otimes mathbf v n where the degree n displaystyle n varies The multiplication is given by concatenating such symbols imposing the distributive law under addition and requiring that scalar multiplication commute with the tensor product much the same way as with the tensor product of two vector spaces introduced in the above section on tensor products In general there are no relations between v1 v2 displaystyle mathbf v 1 otimes mathbf v 2 and v2 v1 displaystyle mathbf v 2 otimes mathbf v 1 Forcing two such elements to be equal leads to the symmetric algebra whereas forcing v1 v2 v2 v1 displaystyle mathbf v 1 otimes mathbf v 2 mathbf v 2 otimes mathbf v 1 yields the exterior algebra Related structuresVector bundles A Mobius strip Locally it looks like U R A vector bundle is a family of vector spaces parametrized continuously by a topological space X More precisely a vector bundle over X is a topological space E equipped with a continuous map p E X displaystyle pi E to X such that for every x in X the fiber p 1 x is a vector space The case dim V 1 is called a line bundle For any vector space V the projection X V X makes the product X V into a trivial vector bundle Vector bundles over X are required to be locally a product of X and some fixed vector space V for every x in X there is a neighborhood U of x such that the restriction of p to p 1 U is isomorphic to the trivial bundle U V U Despite their locally trivial character vector bundles may depending on the shape of the underlying space X be twisted in the large that is the bundle need not be globally isomorphic to the trivial bundle X V For example the Mobius strip can be seen as a line bundle over the circle S1 by identifying open intervals with the real line It is however different from the cylinder S1 R because the latter is orientable whereas the former is not Properties of certain vector bundles provide information about the underlying topological space For example the tangent bundle consists of the collection of tangent spaces parametrized by the points of a differentiable manifold The tangent bundle of the circle S1 is globally isomorphic to S1 R since there is a global nonzero vector field on S1 In contrast by the hairy ball theorem there is no tangent vector field on the 2 sphere S2 which is everywhere nonzero K theory studies the isomorphism classes of all vector bundles over some topological space In addition to deepening topological and geometrical insight it has purely algebraic consequences such as the classification of finite dimensional real division algebras R C the quaternions H and the octonions O The cotangent bundle of a differentiable manifold consists at every point of the manifold of the dual of the tangent space the cotangent space Sections of that bundle are known as differential one forms Modules Modules are to rings what vector spaces are to fields the same axioms applied to a ring R instead of a field F yield modules The theory of modules compared to that of vector spaces is complicated by the presence of ring elements that do not have multiplicative inverses For example modules need not have bases as the Z module that is abelian group Z 2Z shows those modules that do including all vector spaces are known as free modules Nevertheless a vector space can be compactly defined as a module over a ring which is a field with the elements being called vectors Some authors use the term vector space to mean modules over a division ring The algebro geometric interpretation of commutative rings via their spectrum allows the development of concepts such as locally free modules the algebraic counterpart to vector bundles Affine and projective spaces An affine plane light blue in R3 It is a two dimensional subspace shifted by a vector x red Roughly affine spaces are vector spaces whose origins are not specified More precisely an affine space is a set with a free transitive vector space action In particular a vector space is an affine space over itself by the map V V W v a a v displaystyle V times V to W mathbf v mathbf a mapsto mathbf a mathbf v If W is a vector space then an affine subspace is a subset of W obtained by translating a linear subspace V by a fixed vector x W this space is denoted by x V it is a coset of V in W and consists of all vectors of the form x v for v V An important example is the space of solutions of a system of inhomogeneous linear equations Av b displaystyle A mathbf v mathbf b generalizing the homogeneous case discussed in the above section on linear equations which can be found by setting b 0 displaystyle mathbf b mathbf 0 in this equation The space of solutions is the affine subspace x V where x is a particular solution of the equation and V is the space of solutions of the homogeneous equation the nullspace of A The set of one dimensional subspaces of a fixed finite dimensional vector space V is known as projective space it may be used to formalize the idea of parallel lines intersecting at infinity Grassmannians and flag manifolds generalize this by parametrizing linear subspaces of fixed dimension k and flags of subspaces respectively NotesIt is also common especially in physics to denote vectors with an arrow on top v displaystyle vec v It is also common especially in higher mathematics to not use any typographical method for distinguishing vectors from other mathematical objects Scalar multiplication is not to be confused with the scalar product which is an additional operation on some specific vector spaces called inner product spaces Scalar multiplication is the multiplication of a vector by a scalar that produces a vector while the scalar product is a multiplication of two vectors that produces a scalar This axiom is not an associative property since it refers to two different operations scalar multiplication and field multiplication So it is independent from the associativity of field multiplication which is assumed by field axioms This is typically the case when a vector space is also considered as an affine space In this case a linear subspace contains the zero vector while an affine subspace does not necessarily contain it Some authors such as Roman 2005 choose to start with this equivalence relation and derive the concrete shape of V W displaystyle V W from this This requirement implies that the topology gives rise to a uniform structure Bourbaki 1989 loc ch II The triangle inequality for f g p f p g p displaystyle f g p leq f p g p is provided by the Minkowski inequality For technical reasons in the context of functions one has to identify functions that agree almost everywhere to get a norm and not only a seminorm Many functions in L2 displaystyle L 2 of Lebesgue measure being unbounded cannot be integrated with the classical Riemann integral So spaces of Riemann integrable functions would not be complete in the L2 displaystyle L 2 norm and the orthogonal decomposition would not apply to them This shows one of the advantages of Lebesgue integration Dudley 1989 5 3 p 125 For p 2 displaystyle p neq 2 Lp W displaystyle L p Omega is not a Hilbert space A basis of a Hilbert space is not the same thing as a basis of a linear algebra For distinction a linear algebra basis for a Hilbert space is called a Hamel basis That is there is a homeomorphism from p 1 U to V U which restricts to linear isomorphisms between fibers A line bundle such as the tangent bundle of S1 is trivial if and only if there is a section that vanishes nowhere see Husemoller 1994 Corollary 8 3 The sections of the tangent bundle are just vector fields CitationsLang 2002 Brown 1991 p 86 Roman 2005 ch 1 p 27 Brown 1991 p 87 Springer 2000 p 185 Brown 1991 p 86 Atiyah amp Macdonald 1969 p 17 Bourbaki 1998 1 1 Definition 2 Brown 1991 p 94 Brown 1991 pp 99 101 Brown 1991 p 92 Stoll amp Wong 1968 p 14 Roman 2005 pp 41 42 Lang 1987 p 10 11 Anton amp Rorres 2010 p 212 Blass 1984 Joshi 1989 p 450 Heil 2011 p 126 Halmos 1948 p 12 Bourbaki 1969 ch Algebre lineaire et algebre multilineaire pp 78 91 Bolzano 1804 Mobius 1827 Bellavitis 1833 Dorier 1995 Hamilton 1853 Grassmann 2000 Peano 1888 ch IX Guo 2021 Moore 1995 pp 268 271 Banach 1922 Dorier 1995 Moore 1995 Kreyszig 2020 p 355 Kreyszig 2020 p 358 359 Jain 2001 p 11 Lang 1987 ch I 1 Lang 2002 ch V 1 Lang 1993 ch XII 3 p 335 Lang 1987 ch VI 3 Roman 2005 ch 2 p 45 Lang 1987 ch IV 4 Corollary p 106 Nicholson 2018 ch 7 3 Lang 1987 Example IV 2 6 Lang 1987 ch VI 6 Halmos 1974 p 28 Ex 9 Lang 1987 Theorem IV 2 1 p 95 Roman 2005 Th 2 5 and 2 6 p 49 Lang 1987 ch V 1 Lang 1987 ch V 3 Corollary p 106 Lang 1987 Theorem VII 9 8 p 198 Roman 2005 ch 8 p 135 156 amp Lang 1987 ch IX 4 Roman 2005 ch 8 p 140 Roman 2005 ch 1 p 29 Roman 2005 ch 1 p 35 Nicholson 2018 ch 10 4 Roman 2005 ch 3 p 64 Lang 1987 ch IV 3 Roman 2005 ch 2 p 48 Nicholson 2018 ch 7 4 Mac Lane 1998 Roman 2005 ch 1 pp 31 32 Lang 2002 ch XVI 1 Roman 2005 Th 14 3 See also Yoneda lemma Rudin 1991 p 3 Schaefer amp Wolff 1999 pp 204 205 Bourbaki 2004 ch 2 p 48 Roman 2005 ch 9 Naber 2003 ch 1 2 Treves 1967 Bourbaki 1987

rec-icon Recommended Topics
Share this article
Read the free encyclopedia and learn everything...
See more
Read the free encyclopedia. All information in Wikipedia is available. No payment required.
Share this article on
Share
XXX 0C
Saturday, 08 February, 2025
Follow Us On