Download Section 1.7 Solutions

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Jordan normal form wikipedia , lookup

Cross product wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Exterior algebra wikipedia , lookup

Euclidean vector wikipedia , lookup

Covariance and contravariance of vectors wikipedia , lookup

Laplace–Runge–Lenz vector wikipedia , lookup

Four-vector wikipedia , lookup

Matrix calculus wikipedia , lookup

Vector space wikipedia , lookup

Vector field wikipedia , lookup

Transcript
Section 1.7 Solutions
7.1 Let X and Y be subspaces of a vector space V . We would like to show that X ∩ Y is a
subspace of V . First, we recall that in set-builder notation
X ∩ Y = {w : w ∈ X and w ∈ Y }.
To show that X ∩ Y is nonempty, we note that since X and Y are vector spaces (since
they are subspaces of V ) we know that ~0 ∈ X and ~0 ∈ Y and hence ~0 ∈ X ∩ Y . Since
X is a subspace of V we know that X ⊆ V and hence (X ∩ Y ) ⊆ X ⊆ V . To show that
X ∩ Y is closed under vector addition, suppose that v, w ∈ X ∩ Y . Then v, w ∈ X and
v, w ∈ Y , and since X and Y are subspaces, we know v +w ∈ X and v +w ∈ Y . Therefore
v + w ∈ X ∩ Y . Finally, to show that X ∩ Y is closed under scalar multiplication, let
v ∈ X ∩ Y and suppose α is a scalar. Then v ∈ X and v ∈ Y , and since X and Y are
subspaces αv ∈ X and αv ∈ Y , consequently αv ∈ X ∩ Y .
7.2 Let X and Y be subspaces of a vector space V . We would like to show that X + Y is a
subspace of V . First, we recall that in set-builder notation
X + Y = {w : w = x + y for some x ∈ X and y ∈ Y }.
To show that X + Y is nonempty, we note that since X and Y are vector spaces (since
they are subspaces of V ) we know that ~0 ∈ X and ~0 ∈ Y and hence ~0 + ~0 = ~0 ∈ X + Y .
Let w ∈ X + Y , then w = x + y where x ∈ X ⊆ V and y ∈ Y ⊆ V , and since V is a vector
space and hence closed under vector addition, x + y ∈ V . Therefore, X + Y ⊆ V . To show
that X ∩ Y is closed under vector addition, suppose that v, w ∈ X + Y . Then v = x + y
and w = x0 + y 0 , where x, x0 ∈ X and y, y 0 ∈ Y , and since X and Y are subspaces, we
know x + x0 ∈ X and y + y 0 ∈ Y , and hence
v + w = x + y + x0 + y 0 = x + x0 + y + y 0 ∈ X + Y.
Finally, to show that X + Y is closed under scalar multiplication, let v ∈ X + Y and
suppose α is a scalar. Then v = x + y where x ∈ X and y ∈ Y , and since X and Y are
subspaces αx ∈ X and αy ∈ Y , consequently
αv = α(x + y) = αx + αy ∈ X + Y.
7.3 Let X be a subspace of a vector space V , and let v ∈ V and v 6∈ X. We want to show
that if x ∈ X then x + v 6∈ X. For the sake of contradiction, suppose that x ∈ X and
x + v ∈ X. Since X is a subspace and hence closed under vector addition and scalar
multiplication, this means that
v = −(x) + (x + v) ∈ X
contradicting the assumption that v 6∈ X.
7.4 Let X and Y be subspaces of a vector space V . We would like to show that X ∪ Y is a
subspace if and only if X ⊂ Y or Y ⊂ X. We will begin with the backwards direction.
If X ⊂ Y , then X ∪ Y = Y and hence X ∪ Y is a subspace of V . On the other hand, if
Y ⊂ X, then X ∪ Y = X and hence X ∪ Y is a subspace of V .
The other direction can be proved by showing that the contrapositive is true, namely, we
will show that if X 6⊂ Y and Y 6⊂ X then X ∪ Y is not a subspace of V . If Y 6⊂ X then
there must be some vector y ∈ V which is in in Y but not in X. Similarly, since X 6⊂ Y
there must be some vector x ∈ V which is in X but not in Y . Since x ∈ X and y ∈ Y
we know that x, y ∈ X ∪ Y . Now using exercise 7.3 above, we know that x + y 6∈ X and
x + y 6∈ Y . Therefore x + y 6∈ X ∪ Y . Since X ∪ Y is not closed under vector addition, we
know that it is not a subspace of V . Therefore we have show that if X ∪ Y is a subspace
then X ⊂ Y or Y ⊂ X