Vector Space

From GM-RKB
(Redirected from Addition Closure)
Jump to navigation Jump to search

A Vector Space is a metric space composed of a vector set and a vector operation set (that abide by the closure, addition and multiplication axioms).



References

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/vector_space Retrieved:2015-1-9.
    • A vector space is a mathematical structure formed by a collection of elements called vectors, which may be added together and multiplied ("scaled") by numbers, called scalars in this context. Scalars are often taken to be real numbers, but there are also vector spaces with scalar multiplication by complex numbers, rational numbers, or generally any field. The operations of vector addition and scalar multiplication must satisfy certain requirements, called axioms, listed below.

      An example of a vector space is that of Euclidean vectors, which may be used to represent physical quantities such as forces: any two forces (of the same type) can be added to yield a third, and the multiplication of a force vector by a real multiplier is another force vector. In the same vein, but in a more geometric sense, vectors representing displacements in the plane or in three-dimensional space also form vector spaces. Vectors in vector spaces do not necessarily have to be arrow-like objects as they appear in the mentioned examples: vectors are best thought of as abstract mathematical objects with particular properties, which in some cases can be visualized as arrows.

      Vector spaces are the subject of linear algebra and are well understood from this point of view since vector spaces are characterized by their dimension, which, roughly speaking, specifies the number of independent directions in the space. A vector space may be endowed with additional structure, such as a norm or inner product. Such spaces arise naturally in mathematical analysis, mainly in the guise of infinite-dimensional function spaces whose vectors are functions. Analytical problems call for the ability to decide whether a sequence of vectors converges to a given vector. This is accomplished by considering vector spaces with additional structure, mostly spaces endowed with a suitable topology, thus allowing the consideration of proximity and continuity issues. These topological vector spaces, in particular Banach spaces and Hilbert spaces, have a richer theory.

      Historically, the first ideas leading to vector spaces can be traced back as far as 17th century's analytic geometry, matrices, systems of linear equations, and Euclidean vectors. The modern, more abstract treatment, first formulated by Giuseppe Peano in 1888, encompasses more general objects than Euclidean space, but much of the theory can be seen as an extension of classical geometric ideas like lines, planes and their higher-dimensional analogs.

      Today, vector spaces are applied throughout mathematics, science and engineering. They are the appropriate linear-algebraic notion to deal with systems of linear equations; offer a framework for Fourier expansion, which is employed in image compression routines; or provide an environment that can be used for solution techniques for partial differential equations. Furthermore, vector spaces furnish an abstract, coordinate-free way of dealing with geometrical and physical objects such as tensors. This in turn allows the examination of local properties of manifolds by linearization techniques. Vector spaces may be generalized in several ways, leading to more advanced notions in geometry and abstract algebra.

2009a

  • (Wiktionary, 2009) ⇒ http://en.wiktionary.org/wiki/vector_space
    • 1. (mathematics) A type of set of vectors that satisfies a specific group of constraints. A vector space is a set of vectors which can be linearly combined.
    • 1. (vector space over the field F - linear algebra) A set V, whose elements are called "vectors", together with a binary operation + forming a module (V,+), and a set F* of bilinear unary functions f*:V→V, each of which corresponds to a "scalar" element f of a field F, such that the composition of elements of F* corresponds isomorphically to multiplication of elements of F, and such that for any vector v, 1*(v) = v.
      • Any field F is a one-dimensional vector space over itself.
      • If V is a vector space over F and [math]\displaystyle{ S }[/math] is any set, then VS={f|f:S -> V} is a vector space over F, and Dim( VS ) = Card(S) Dim(V).
      • If V is a vector space over F then any closed subset of V is also a vector space over F.
      • The above three rules suffice to construct all vector spaces.

2009b

2009c

2009d

1997