21.2: Vector Spaces
( \newcommand{\kernel}{\mathrm{null}\,}\)
Vector spaces are an abstract concept used in math. So far we have talked about vectors of real numbers (Rn). However, there are other types of vectors as well. A vector space is a formal definition. If you can define a concept as a vector space then you can use the tools of linear algebra to work with those concepts.
A Vector Space is a set V of elements called vectors, having operations of addition and scalar multiplication defined on it that satisfy the following conditions (u, v, and w are arbitrary elements of V, and c and d are scalars.)
Closure Axioms
- The sum u+v exists and is an element of V. (V is closed under addition.)
- cu is an element of V. (V is closed under multiplication.)
Addition Axioms
- u+v=v+u (commutative property)
- u+(v+w)=(u+v)+w (associative property)
- There exists an element of V, called a zero vector, denoted 0, such that u+0=u
- For every element u of V, there exists an element called a negative of u, denoted −u, such that u+(−u)=0.
Scalar Multiplication Axioms
- c(u+v)=cu+cv
- (c+d)u=cu+du
- c(du)=(cd)u
- 1u=u