Span V
Span V
Subspaces
Definition We say that a subset U of a vector space V is a subspace of V
if U is a vector space under the inherited addition and scalar multiplication
operations of V .
ax + by + cz = 0
x
This plane can be expressed as the homogeneous system a b c y = 0,
z
M X = 0. If X1 and X2 are both solutions to M X = 0, then, by linearity
of matrix multiplication, so is µX1 + νX2 :
M (µX1 + νX2 ) = µM X1 + νM X2 = 0
1
Lemma. Let U be a non-empty subset of a vector space V . Then U is a
subspace if and only if µu1 +νu2 ∈ U for arbitrary u1 , u2 in U , and arbitrary
constants µ, ν.
Proof. The proof is left as an exercise to the reader.
Building Subspaces
Consider the set
1 0
U = {0 , 1} ⊂ R3 .
0 0
Since U is only two vectors, it is clear that U is not a vector space. For
example, the 0-vector is not in U , nor is U closed under vector addition.
But we know that any two vector define a plane. In this case, the vectors
in U define the xy-plane in R3 . We can consider the xy-plane as the set of
all vectors that arise as a linear combination of the two vectors in U . Call
this set of all linear combinations the span of U :
1 0
span(U ) = {x 0 + y 1 |x, y ∈ R}.
0 0
2
Since the sum of any number of vectors along the x-axis is still a vector
in the x-acis, then the elements of S are all of the form:
x 0 x
0 + y 1 = y .
0 0 0
Note that this proof consisted of little more than just writing out the
definitions.
3
We can write this as a linear system in the unknowns r1 , r2 , r3 as follows:
1 1 a r1 x
0 2 1 r2 = y .
a −3 0 r3 z
1 1 a
If the matrix M = 0 2 1 is invertible, then we can find a solution
a −3 0
x r1 x
−1
M y = r2 for any vector y ∈ R3 .
z r3 z
Then we should choose a so that M is invertible.
References
• Hefferon, Chapter Two, Section I.2: Subspaces and Spanning Sets
Wikipedia:
• Linear Subspace
• Linear Span
Review Questions
1. Suppose that V is a vector space and that U ⊂ V is a subset of V .
Show that
implies that U is a subspace of V . (In other words, check all the vector
space requirements for U .)
x − x3 ∈ span{x2 , 2x + x2 , x + x3 }
4
3. Let U and W be subspaces of V . Are:
i. U ∪ W
ii. U ∩ W