3.2 Vector Space 71
3.2.2 Linear Independence
Suppose we have a set of vectors u and v that span some space S. Notice that in the
example diagrammed in Figure 3.13, we stipulated that the vectors u and v must not
be parallel. Intuitively, you can see that if they were parallel, we wouldn’t be defining
a plane with them; we’d be defining a line. Consider the case where we have three
vectors u, v, and w, but with w = α u. We’d still be defining a plane, and the three
vectors would span the same set S. So, either u or w could be considered redundant.
This intuition can be formalized in the definition of linear independence: the set
v
1
, v
2
, ···, v
n
∈ V is linearly dependent if there exist scalars λ
1
, λ
2
, ···, λ
n
, not all
zero, such that
λ
1
v
1
+ λ
2
v
2
+···+λ
n
v
n
=
0
and linearly independent if
λ
1
v
1
+ λ
2
v
2
+···+λ
n
v
n
=
0
only if λ
1
=0, λ
2
=0, ···, λ
n
=0. More intuitively speaking, this means that a set of
vectors is linearly independent if and only if no v
i
is a linear combination of the other
vectors in the set.
3.2.3 Basis, Subspaces, and Dimension
If we have a vector space S,thenaset
v
1
, v
2
, ···, v
n
is a basis for S if
i.
v
1
, v
2
, ···, v
n
are linearly independent
ii.
v
1
, v
2
, ···, v
n
is a spanning set for S
If we have a vector space V , and some set of basis vectors V =
v
1
, v
2
, ···, v
n
∈
V , then the space S spanned by V is called a subspace of V .Thedimension n of S is
defined as the maximum number of linearly independent vectors in S.
To make this more concrete, the example we showed in Figure 3.13 has as the
vector space all directed line segments in three-dimensional space (i.e., V = R
3
), the
basis vectors are the two directed line segments (i.e., V =
u, v
), and the space S
spanned by V is the plane in which those two vectors lie. The dimension of S is 2.
It is important to note that, for any given subspace S of V , there are infinitely
many spanning sets. Going back to our example, any two nonparallel directed line
segments in the plane constitute a basis for that planar subset of three-dimensional
space.
Suppose we have a set of vectors V =
v
1
, v
2
, ···, v
n
∈ V , which are linearly
independent as described earlier. Any other vector w that is in the space spanned by