Every Thing About Linear Transformations
Every Thing About Linear Transformations
Linear transformations, linear independence, spanning sets and bases. Suppose that V and W
are vector spaces and that T : V → W is linear.
1
Lemma 5. If T is one-to-one and v1 , . . . , vk are linearly independent in V, then T (v1 ), . . . , T (vk ) are
linearly independent in W.
Proof. Assume that T is one-to-one and v1 , . . . , vk are linearly independent in V. Suppose that
α1 T (v1 ) + . . . + αk T (vk ) = 0. Since T is linear, this implies that T (α1 v1 + . . . + αk vk ) = 0. Since
T is one-to-one, it follows that α1 v1 + . . . + αk vk = 0. Since v1 , . . . , vk are linearly independent, this
implies α1 = . . . = αk = 0, and we conclude that T (v1 ), . . . , T (vk ) are linearly independent in W.
Lemma 8. We have that dim R(T ) ≤ dim V, and dim R(T ) = dim V if and only if T is one-to-one.
Proof. Suppose that dim V = k, and let {v1 , . . . , vk } be a basis for V. By Lemma 6, T (v1 ), . . . , T (vk )
span R(T ). Then a subset of {T (v1 ), . . . , T (vk )} is a basis for R(T ), and it follows that dim R(T ) ≤ k.
To complete the proof, note that dim R(T ) = k if and only if T (v1 ), . . . , T (vk ) are linearly independent.
If T is one-to-one, then T (v1 ), . . . , T (vk ) are linearly independent by Lemma 5. Conversely, if T is
not one-to-one, then T v = 0 for some non-zero v ∈ V. Writing v = α1 v1 + . . . + αk vk , we then have
0 = T (α1 v1 + . . . + αk vk ) = α1 T (v1 ) + . . . + αk T (vk ). Since not all of the αi ’s are zero, we conclude
that T (v1 ), . . . , T (vk ) are linearly dependent.
Note that if T is one-to-one, then we can define an inverse map T −1 : R(T ) → V in the usual way, i.e.,
for each w ∈ R(T ), we define T −1 (w) to be the unique v ∈ V such that T (v) = w. In the particular
case when T is one-to-one and dim V = dim W, we have T −1 : W → V, i.e., T −1 is defined on all of
W.
2
Examples.
Example 10. Let P2 denote the vector space of all polynomials of degree less than or equal to two.
Then there is a natural map T : P2 → IR 3 defined by
a0
2
p(x) = a0 + a1 x + a2 x ∈ P2 −→ T (p) = a1 ∈ IR 3 .
a2
3
defined as follows: For each y ∈ IR n , we set T −1 (y) = x, where x is the unique vector in IR n such that
T (x) = y. On the other hand, since the two equivalent conditions hold, we know that A is nonsingular
and therefore has an inverse matrix A−1 for which A−1 A = AA−1 = I (the identity matrix). Then
T −1 (y) = x ⇐⇒ y = T (x) ⇐⇒ y = Ax ⇐⇒ A−1 y = A−1 Ax = Ix = x,
and so T −1 (y) = A−1 y for each y ∈ IR n .
Example 12. Let P2 again denote the vector space of all polynomials of degree less than or equal to
two, and define a transformation T on P2 by T (p) = dp/dx, i.e., if p(x) = a0 + a1 x + a2 x2 ∈ P2 , then
T (p)(x) = a1 + 2a2 x. We can regard this as a transformation from P2 to either P2 or P1 , the space of
all polynomials of degree less than or equal to one. In the second case, T is onto; in the first case, it is
not. In either case N (T ) = {p ∈ P2 : p(x) = a0 } (the polynomials of degree zero), a one-dimensional
subspace of P2 , so T is not one-to-one in either case.
Before introducing the next example, we need the following definition.
Definition 13. The span of vectors v1 , . . . , vk , denoted by span{v1 , . . . , vk }, is the set of all linear
combinations α1 v1 + . . . + αk vk for scalars α1 , . . . , αk .
It is easy to verify that span{v1 , . . . , vk } is a subspace of the vector space in which v1 , . . . , vk reside.
Moreover, dim (span{v1 , . . . , vk }) ≤ k, and dim (span{v1 , . . . , vk }) = k if and only if v1 , . . . , vk are
linearly independent.
Example 14. Take V = span{cos, sin}, i.e., the space of all functions f such that, for some scalars
α and β, f (x) = α cos(x) + β sin(x) for all x. We can show that cos and sin are linearly independent,
as follows: If α cos +β sin = 0, i.e., α cos(x) + β sin(x) = 0 for all x, then in particular 0 = α cos(0) +
β sin(0) = α and 0 = α cos(π/2) + β sin(π/2) = β. Thus α cos +β sin = 0 only if α = β = 0, and
therefore cos and sin are linearly independent. It follows from the observations above that dim V = 2.
Note that all functions in V are differentiable since cos and sin are differentiable. Moreover, if f =
α cos +β sin ∈ V, then df /dx = −α sin +β cos ∈ V. Then we can define a map T : V → V by
T (f ) = df /dx for f ∈ V. It is easy to verify that T is linear.
We can also show that T is one-to-one, as follows: If f = α cos +β sin ∈ V is such that T (f ) = 0, then
T (f )(x) = df /dx(x) = −α sin(x) + β cos(x) = 0 for all x. Since cos and sin are linearly independent,
it follows that α = β = 0 and thus f = 0.
Since T is one-to-one, it follows from Lemma 9 (with W = V) that T is also onto. Then, since T is
one-to-one and onto, it has an inverse map T −1 . This allows us to make a nice statement about the
existence and uniqueness of solutions of a differential equation: For each g in V, there is a unique f
in V such that df /dx = g. The underlining is intended to emphasize that the solution is unique only
within V. More generally, if f ∈ V is a solution, then so is f + C for any constant C. However, f + C
is in V if and only if C = 0.