Vector space

From Citizendium
Revision as of 01:31, 8 May 2007 by imported>Michael Underwood
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A vector space is a set that satisfies certain axioms (see below) and which is equipped with two operations, vector addition and scalar multiplication. Vector addition is defined as a map

that takes the ordered pair to the vector . Here represents the Cartesian product between sets. Scalar multiplication is defined in a similar way, as a map

that takes the ordered pair to the vector . Note that frequently the dot representing scalar multiplication is omitted, the result being written simply as instead. This is especially common when an inner product will also be defined on the vector space, with the dot then representing the inner product between two vectors. It is important to keep in mind the distinction between scalar multiplication, which multiplies one vector by a scalar, and an inner or scalar product, that combined two vectors to yield a scalar.

Axioms of a vector space

Let be a set, , , and elements of that set, and and scalar elements of a field, . Then is a vector space if the following axioms hold true for all choices of

1. is closed under addition
The vector is also an element of . This is automatically satisfied when the addition operation is defined as being injective as it was above. Care must be taken however if is a subset of some larger set and , as is often the case when looking at subspaces.
2. Addition is commutative
The order in which two vectors are added does not affect the result, .
3. Addition is associative
. This means that even though addition is strictly defined as a binary operation, the object is well defined.
4. An additive identity exists in
Labeled , the additive identity or zero vector satisfies .
5. The additive inverse exists in
A vector can be found such that .
6. is closed under scalar multiplication
The vector is itself an element of .
7. Scalar multiplication is distributive over addition in
. It is important to note that the addition occurring on the left-hand side of this equality is a 'different operation' from the addition on the right-hand side. While the latter is vector addition as defined above, the former is the addition operation defined on the field .
8. Vector addition is distributive over scalar multiplication
. In this case vector addition takes place on both sides of the equality.
9. Scalar multiplication is associative
. This means that the algebraic structure of the underlying field is preserved. Note that the left-hand side of this equality contains two subsequent applications of the scalar multiplication defined above, while the right-hand side contains one scalar multiplication as defined in (that of ), followed by scalar multiplication with the vector .
10. The multiplicative identity of provides a scalar multiplicative identity
, where is the multiplicative identity of the field .

These axioms can be expressed concisely in mathematical notation as follows:

Some important theorems

Examples of vector spaces