Homework 05
Homework 05
Homework 05
Homework 5
Due Sunday, February 12, 2023
Remember: If a problem deals with an arbitrary vector space V or W , do not assume that
the vector space is finite-dimensional unless the problem explicitly says so! In particular, if
you have to use a basis of the space, don’t write it as B = {~x1 , . . . , ~xn }, as that assumes
the basis is finite, and thus the space is finite-dimensional. A few hints for some problems
appear on the last page.
1. Label each of the following statements as true or false. If true, explain why briefly (no
need to give a rigorous proof). If false, either give a counterexample or say how the
statement should be modified to make it true. In all of the following, V and W are
finite-dimensional vector spaces over a field F , and T : V → W .
(a) If T (~x + ~y ) = T (~x) + T (~y ) for all ~x, ~y ∈ V , then T is linear.
(b) T is one-to-one if and only if the only vector ~x such that T (~x) = ~0 is ~x = ~0.
(c) If T is linear, then nullity(T ) + rank(T ) = dim(W ).
(d) If T is linear, then T maps linearly independent subsets of V to linearly indepen-
dent subsets of W .
(e) Given any distinct ~x1 , ~x2 ∈ V and any ~y1 , ~y2 ∈ W , there exists a linear function
T : V → W such that T (~x1 ) = ~y1 and T (~x2 ) = ~y2 .
2. Let V and W be vector spaces over a field F , and let T : V → W . Prove the following:
(a) If T is linear, then T (~0V ) = ~0W .
(b) T is linear if and only if, for all ~x, ~y ∈ V and all c ∈ F , we have
3. Suppose that T : R2 → R2 is linear, T (1, 0) = (1, 4), and T (1, 1) = (2, 5). What is
T (2, 3)? Is T one-to-one?
4. Is there a linear transformation T : R3 → R2 such that T (1, 0, 3) = (1, 1) and T (−2, 0, −6) =
(2, 1)? Explain.
5. Let V and W be vector spaces, let T : V → W be linear, and let {w ~ 1, w ~ k } be a
~ 2, . . . , w
linearly independent set of k vectors from im(T ). Suppose that S = {~v1 , ~v2 , . . . , ~vk } is
chosen so that T (~vi ) = w
~ i for each i = 1, 2, . . . , k. Prove that S is a linearly independent
subset of V .
7. Recall that P (R) denotes the vector space of all polynomials with coefficients in R.
Define a function T : P (R) → P (R) by
Z x
T (f ) = f (t) dt
0
Prove that T is linear and one-to-one, but not onto. What is im(T )?
T (f ) = f 0
Prove that T is linear and onto, but not one-to-one. What is ker(T )?
T (f ) = f 0
Prove that V = im(T ) + ker(T ), but V is not the direct sum of im(T ) and ker(T ).
(b) Now let T : V → V be as defined in problem 7 above:
Z x
T (f ) = f (t) dt
0
Prove that im(T )∩ker(T ) = {~0}, but V is not the direct sum of im(T ) and ker(T ).
Compare these two examples to the results of problem 10 above. What can you con-
clude?
Recall the following fact from problem 11 on Homework 3: if W1 and W2 are subspaces of a
vector space V such that V = W1 ⊕ W2 , then for all ~x ∈ V , there exist unique w ~ 1 ∈ W1 and
~ 2 ∈ W2 such that ~x = w
w ~1 + w
~ 2 . The following definition, which makes use of this important
fact, is used in the next few exercises, and will show up in other places in the coming weeks.
Definition. Let V be a vector space, and let W1 and W2 be subspaces such that V =
W1 ⊕ W2 . Define a function T : V → V as follows: for any ~x ∈ V , let w ~ 1 and w
~ 2 be the
unique vectors in W1 and W2 , respectively, such that ~x = w
~1 + w
~ 2 . Then
T (~x) := w
~1