Vector space: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
m (link)
imported>Paul Wormer
No edit summary
Line 1: Line 1:
{{subpages}}
{{subpages}}


'''Vector spaces''' are an abstract [[mathematics|mathematical]] construct with many important applications in the  
'''Vector spaces''', also known as '''linear spaces''',  are an abstract [[mathematics|mathematical]] construct with many important applications in the  
[[natural science]]s, in particular in [[physics]] and numerous areas of mathematics.
[[natural science]]s, in particular in [[physics]] and numerous areas of mathematics.
Some vector spaces make sense somewhat intuitively, such as the space of 3D [[vector]]s in standard [[Euclidean space]],
Some vector spaces make sense somewhat intuitively, such as the space of 3D [[vector]]s in standard [[Euclidean space]],
Line 23: Line 23:
A [[vector space]] <math>V</math> over a [[field (mathematics)|field]] <math>F</math> is a [[set]] that satisfies certain axioms (see below) and which is equipped with two [[operation]]s, vector addition and scalar multiplication.
A [[vector space]] <math>V</math> over a [[field (mathematics)|field]] <math>F</math> is a [[set]] that satisfies certain axioms (see below) and which is equipped with two [[operation]]s, vector addition and scalar multiplication.
Vector addition is defined as a [[map]]
Vector addition is defined as a [[map]]
:<math>+:V\times V\to V</math>
:<math>+:\quad V\times V\to V</math>
that takes the [[ordered pair]] <math>(\vec{u},\vec{v})\in V\times V</math> to the vector <math>\vec{u}+\vec{v}</math>.  Here <math>\times</math> represents the [[Cartesian product]] between sets.  Scalar multiplication is defined in a similar way, as a map
that takes the [[ordered pair]] <math>(\vec{u},\vec{v})\in V\times V</math> to the vector <math>\vec{u}+\vec{v}</math>.  Here <math>\times</math> represents the [[Cartesian product]] between sets.  Scalar multiplication is defined in a similar way, as a map
:<math>\cdot:F\times V\to V</math>
:<math>\cdot:\quad F\times V\to V</math>
that takes the ordered pair <math>(a,\vec{u})\in F\times V</math> to the vector <math>a\cdot\vec{u}</math>.
that takes the ordered pair <math>(a,\vec{u})\in F\times V</math> to the vector <math>a\cdot\vec{u}</math>.
Note that frequently the dot representing scalar multiplication is omitted, the result being written simply as <math>a\vec{u}</math> 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.
Note that frequently the dot representing scalar multiplication is omitted, the result being written simply as <math>a\vec{u}</math> 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.
Line 34: Line 34:
Then <math>V</math> is a vector space if the following axioms hold true for all choices of <math>\vec{u},\ \vec{v},\ a,\ b</math>
Then <math>V</math> is a vector space if the following axioms hold true for all choices of <math>\vec{u},\ \vec{v},\ a,\ b</math>
;1. <math>V</math> is closed under addition
;1. <math>V</math> is closed under addition
:The vector <math>\vec{u}+\vec{v}</math> is also an element of <math>V</math>.  This is automatically satisfied when the addition operation is defined as being [[injective]] as it was above.  Care must be taken however if <math>V</math> is a subset of some larger set <math>W</math> and <math>+:V\times V\to W</math>, as is often the case when looking at [[subspaces]].
:The vector <math>\vec{u}+\vec{v}</math> is also an element of <math>V</math>.  This is automatically satisfied when the addition operation is defined as being [[injective]] as it was above.  Care must be taken however if <math>V</math> is a subset of some larger set <math>W</math> and <math>+:\,\,V\times V\to W</math>, as is often the case when looking at [[subspaces]].
;2. Addition is commutative
;2. Addition is commutative
:The order in which two vectors are added does not affect the result, <math>\vec{u}+\vec{v}=\vec{v}+\vec{u}</math>.
:The order in which two vectors are added does not affect the result, <math>\vec{u}+\vec{v}=\vec{v}+\vec{u}</math>.
Line 53: Line 53:
;10. The multiplicative identity of <math>F</math> provides a scalar multiplicative identity
;10. The multiplicative identity of <math>F</math> provides a scalar multiplicative identity
:<math>1\vec{u}=\vec{u}</math>, where <math>1</math> is the multiplicative identity of the field <math>F</math>.
:<math>1\vec{u}=\vec{u}</math>, where <math>1</math> is the multiplicative identity of the field <math>F</math>.
Properties 1 - 5 state that a vector space is an [[Abelian group]] with addition as group operation.


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


==Some important theorems==
==Some important theorems==
===Linear dependence===
A system of ''p'' ( &ge; 1 ) vectors  <math>\vec{u}_1, \dots, \vec{u}_p </math> of a linear space ''V'' is called ''linearly dependent'' if there exist coefficients (elements in ''F'') ''a''<sub>1</sub>, ..., ''a''<sub>''p''</sub> not all zero, such that
:<math>
\sum_\nu \, a_\nu \, \vec{u}_\nu = 0 \in V .
</math>
Otherwise, the vectors <math>\vec{u}_1, \dots, \vec{u}_p </math> are called ''linearly independent''.
A single vector not equal to the zero vector is obviously linearly independent.


A system of linearly independent vectors remains linearly independent if some vectors are omitted from the system.
==Examples of vector spaces==
==Examples of vector spaces==



Revision as of 08:05, 5 November 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Vector spaces, also known as linear spaces, are an abstract mathematical construct with many important applications in the natural sciences, in particular in physics and numerous areas of mathematics. Some vector spaces make sense somewhat intuitively, such as the space of 3D vectors in standard Euclidean space, and the language that we use when talking about these intuitive spaces has been taken to describe the more abstract notion as well. For example, we know how to add vectors and multiply them by real numbers (scalars) in , and these notions of vector addition and scalar multiplication are defined in a more general sense (as we will see below).

Vector spaces are important because many different mathematical objects that at first glance seem unrelated in fact share a common structure. By defining this structure and proving things about it in general, we are then able to apply these results to each specific case without having to re-prove them each time. Besides vectors in that are relatively easy to visualize, we can make a vector space out of for any natural number ; or the complex plane or powers of it, ; or polynomials of degree .

No matter what vector space you have to work with though, it is often useful to keep a picture of either 2D or 3D space in mind. This helps when thinking of things such as orthogonal polynomials or matrices.


Definition

A vector space over a field 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 .

Properties 1 - 5 state that a vector space is an Abelian group with addition as group operation.

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

Some important theorems

Linear dependence

A system of p ( ≥ 1 ) vectors of a linear space V is called linearly dependent if there exist coefficients (elements in F) a1, ..., ap not all zero, such that

Otherwise, the vectors are called linearly independent. A single vector not equal to the zero vector is obviously linearly independent.

A system of linearly independent vectors remains linearly independent if some vectors are omitted from the system.

Examples of vector spaces

Applications of vector spaces

Classical mechanics

Quantum mechanics

Differential equations