This module will define what a vector space is and provide useful examples to the reader.
Introduction
Vector space
- A vector space
is a collection of "vectors" such that (1) if
for all scalars
(where
,
, or some other field) and (2) if
,
, then
To define an vector space, we need
- A set of things called "vectors" (
)
- A set of things called "scalars" that form a field (
)
- A vector addition operation (
)
- A scalar multiplication operation (
)
The operations need to have all the properties of givenbelow. Closure is usually the most important to show.
Vector spaces
If the scalars
are real,
is called a
real vector
space .
If the scalars
are complex,
is called a
complex
vector space .
If the "vectors" in
are functions
of a continuous variable, we sometimes call
a
linear function
space
Properties
We define a set
to be a vector space if
-
for each
and
in
-
for each
,
, and
in
- There is a unique "zero vector" such that
for each
in
(0 is the field additive identity)
- For each
in
there is a unique vector
such that
-
(1 is the field multiplicative identity)
-
for each
in
and
and
in
-
for each
and
in
and
in
-
for each
in
and
and
in
Examples
-
-
-
is a vector space
-
is a vector space
-
is a vector space
-
-
,
,
are vector spaces
- The collection of functions piecewise constant between the
integers is a vector space
-
is
not a vector space.
, but
-
is
not a vector space.
,
, but
,
Vector spaces can be collections of functions, collections
of sequences, as well as collections of traditionalvectors (
i.e. finite lists of numbers)