Section IVLT  Invertible Linear Transformations

From A First Course in Linear Algebra
Version 2.23
© 2004.
Licensed under the GNU Free Documentation License.
http://linear.ups.edu/

In this section we will conclude our introduction to linear transformations by bringing together the twin properties of injectivity and surjectivity and consider linear transformations with both of these properties.

Subsection IVLT: Invertible Linear Transformations

One preliminary definition, and then we will have our main definition for this section.

Definition IDLT
Identity Linear Transformation
The identity linear transformation on the vector space W is defined as

{I}_{W }: W → W,\quad \quad {I}_{W }\left (w\right ) = w

Informally, {I}_{W } is the “do-nothing” function. You should check that {I}_{W } is really a linear transformation, as claimed, and then compute its kernel and range to see that it is both injective and surjective. All of these facts should be straightforward to verify (Exercise IVLT.T05). With this in hand we can make our main definition.

Definition IVLT
Invertible Linear Transformations
Suppose that T : U → V is a linear transformation. If there is a function S : V → U such that

\eqalignno{ S ∘ T & = {I}_{U} &T ∘ S & = {I}_{V } & & & & }

then T is invertible. In this case, we call S the inverse of T and write S = {T}^{−1}.

Informally, a linear transformation T is invertible if there is a companion linear transformation, S, which “undoes” the action of T. When the two linear transformations are applied consecutively (composition), in either order, the result is to have no real effect. It is entirely analogous to squaring a positive number and then taking its (positive) square root.

Here is an example of a linear transformation that is invertible. As usual at the beginning of a section, do not be concerned with where S came from, just understand how it illustrates Definition IVLT.

Example AIVLT
An invertible linear transformation
Archetype V is the linear transformation

T : {P}_{3} → {M}_{22},\quad T\left (a + bx + c{x}^{2} + d{x}^{3}\right ) = \left [\array{ a + b&a − 2c \cr d & b − d } \right ]

Define the function S : {M}_{22} → {P}_{3} defined by

S\left (\left [\array{ a&b\cr c&d } \right ]\right ) = (a−c−d)+(c+d)x+{1\over 2}(a−b−c−d){x}^{2}+c{x}^{3}

Then

\eqalignno{ \left (T ∘ S\right )\left (\left [\array{ a&b\cr c&d } \right ]\right )& = T\left (S\left (\left [\array{ a&b\cr c&d } \right ]\right )\right )&& \cr & = T\left ((a − c − d) + (c + d)x + {1\over 2}(a − b − c − d){x}^{2} + c{x}^{3}\right ) && \cr & = \left [\array{ (a − c − d) + (c + d)&(a − c − d) − 2({1\over 2}(a − b − c − d)) \cr c & (c + d) − c } \right ] && \cr & = \left [\array{ a&b\cr c&d } \right ] && \cr & = {I}_{{M}_{22}}\left (\left [\array{ a&b\cr c&d } \right ]\right ) && \text{And} \cr \left (S ∘ T\right )\left (a + bx + c{x}^{2} + d{x}^{3}\right ) & = S\left (T\left (a + bx + c{x}^{2} + d{x}^{3}\right )\right ) && \cr & = S\left (\left [\array{ a + b&a − 2c\cr d & b − d } \right ]\right ) && \cr & = ((a + b) − d − (b − d)) + (d + (b − d))x && \cr &\quad \quad + \left ({1\over 2}((a + b) − (a − 2c) − d − (b − d))\right ){x}^{2} + (d){x}^{3} && \cr & = a + bx + c{x}^{2} + d{x}^{3} && \cr & = {I}_{{P}_{3}}\left (a + bx + c{x}^{2} + d{x}^{3}\right ) && }

For now, understand why these computations show that T is invertible, and that S = {T}^{−1}. Maybe even be amazed by how S works so perfectly in concert with T! We will see later just how to arrive at the correct form of S (when it is possible).

It can be as instructive to study a linear transformation that is not invertible.

Example ANILT
A non-invertible linear transformation
Consider the linear transformation T : {ℂ}^{3} → {M}_{ 22} defined by

T\left (\left [\array{ a\cr b \cr c } \right ]\right ) = \left [\array{ a − b & 2a + 2b + c\cr 3a + b + c &−2a − 6b − 2c } \right ]

Suppose we were to search for an inverse function S : {M}_{22} → {ℂ}^{3}.

First verify that the 2 × 2 matrix A = \left [\array{ 5&3\cr 8&2 } \right ] is not in the range of T. This will amount to finding an input to T, \left [\array{ a\cr b \cr c } \right ], such that

\eqalignno{ a − b & = 5 & & \cr 2a + 2b + c & = 3 & & \cr 3a + b + c & = 8 & & \cr − 2a − 6b − 2c & = 2 & & }

As this system of equations is inconsistent, there is no input column vector, and A∉ℛ\kern -1.95872pt \left (T\right ). How should we define S\left (A\right )? Note that

T\left (S\left (A\right )\right ) = \left (T ∘ S\right )\left (A\right ) = {I}_{{M}_{22}}\left (A\right ) = A

So any definition we would provide for S\left (A\right ) must then be a column vector that T sends to A and we would have A ∈ℛ\kern -1.95872pt \left (T\right ), contrary to the definition of T. This is enough to see that there is no function S that will allow us to conclude that T is invertible, since we cannot provide a consistent definition for S\left (A\right ) if we assume T is invertible.

Even though we now know that T is not invertible, let’s not leave this example just yet. Check that

\eqalignno{ T\left (\left [\array{ 1\cr −2 \cr 4 } \right ]\right ) & = \left [\array{ 3&2\cr 5&2 } \right ] = B &T\left (\left [\array{ 0\cr −3 \cr 8 } \right ]\right ) & = \left [\array{ 3&2\cr 5&2 } \right ] = B & & & & }

How would we define S\left (B\right )?

\eqalignno{ S\left (B\right ) & = S\left (T\left (\left [\array{ 1\cr −2 \cr 4 } \right ]\right )\right ) = \left (S ∘ T\right )\left (\left [\array{ 1\cr −2 \cr 4 } \right ]\right ) = {I}_{{ℂ}^{3}}\left (\left [\array{ 1\cr −2 \cr 4 } \right ]\right ) = \left [\array{ 1\cr −2 \cr 4 } \right ] & & \text{or} \cr S\left (B\right ) & = S\left (T\left (\left [\array{ 0\cr −3 \cr 8 } \right ]\right )\right ) = \left (S ∘ T\right )\left (\left [\array{ 0\cr −3 \cr 8 } \right ]\right ) = {I}_{{ℂ}^{3}}\left (\left [\array{ 0\cr −3 \cr 8 } \right ]\right ) = \left [\array{ 0\cr −3 \cr 8 } \right ] & & }

Which definition should we provide for S\left (B\right )? Both are necessary. But then S is not a function. So we have a second reason to know that there is no function S that will allow us to conclude that T is invertible. It happens that there are infinitely many column vectors that S would have to take to B. Construct the kernel of T,

K\kern -1.95872pt \left (T\right ) = \left \langle \left \{\left [\array{ −1\cr −1 \cr 4 } \right ]\right \}\right \rangle

Now choose either of the two inputs used above for T and add to it a scalar multiple of the basis vector for the kernel of T. For example,

x = \left [\array{ 1\cr −2 \cr 4 } \right ]+(−2)\left [\array{ −1\cr −1 \cr 4 } \right ] = \left [\array{ 3\cr 0 \cr −4 } \right ]

then verify that T\left (x\right ) = B. Practice creating a few more inputs for T that would be sent to B, and see why it is hopeless to think that we could ever provide a reasonable definition for S\left (B\right )! There is a “whole subspace’s worth” of values that S\left (B\right ) would have to take on.

In Example ANILT you may have noticed that T is not surjective, since the matrix A was not in the range of T. And T is not injective since there are two different input column vectors that T sends to the matrix B. Linear transformations T that are not surjective lead to putative inverse functions S that are undefined on inputs outside of the range of T. Linear transformations T that are not injective lead to putative inverse functions S that are multiply-defined on each of their inputs. We will formalize these ideas in Theorem ILTIS.

But first notice in Definition IVLT that we only require the inverse (when it exists) to be a function. When it does exist, it too is a linear transformation.

Theorem ILTLT
Inverse of a Linear Transformation is a Linear Transformation
Suppose that T : U → V is an invertible linear transformation. Then the function {T}^{−1}: V → U is a linear transformation.

Proof   We work through verifying Definition LT for {T}^{−1}, using the fact that T is a linear transformation to obtain the second equality in each half of the proof. To this end, suppose x,\kern 1.95872pt y ∈ V and α ∈ {ℂ}^{}.

\eqalignno{ {T}^{−1}\left (x + y\right ) & = {T}^{−1}\left (T\left ({T}^{−1}\left (x\right )\right ) + T\left ({T}^{−1}\left (y\right )\right )\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = {T}^{−1}\left (T\left ({T}^{−1}\left (x\right ) + {T}^{−1}\left (y\right )\right )\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#definition.LT")Definition LT@(/a)} & & & & \cr & = {T}^{−1}\left (x\right ) + {T}^{−1}\left (y\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \text{Now check the second defining property of a linear transformation for ${T}^{−1}$,} \cr {T}^{−1}\left (αx\right ) & = {T}^{−1}\left (αT\left ({T}^{−1}\left (x\right )\right )\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = {T}^{−1}\left (T\left (α{T}^{−1}\left (x\right )\right )\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#definition.LT")Definition LT@(/a)} & & & & \cr & = α{T}^{−1}\left (x\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & &

}

So {T}^{−1} fulfills the requirements of Definition LT and is therefore a linear transformation. So when T has an inverse, {T}^{−1} is also a linear transformation. Additionally, {T}^{−1} is invertible and its inverse is what you might expect.

Theorem IILT
Inverse of an Invertible Linear Transformation
Suppose that T : U → V is an invertible linear transformation. Then {T}^{−1} is an invertible linear transformation and {\left ({T}^{−1}\right )}^{−1} = T.

Proof   Because T is invertible, Definition IVLT tells us there is a function {T}^{−1}: V → U such that

\eqalignno{ {T}^{−1} ∘ T & = {I}_{ U} &T ∘ {T}^{−1} & = {I}_{ V } & & & & }

Additionally, Theorem ILTLT tells us that {T}^{−1} is more than just a function, it is a linear transformation. Now view these two statements as properties of the linear transformation {T}^{−1}. In light of Definition IVLT, they together say that {T}^{−1} is invertible (let T play the role of S in the statement of the definition). Furthermore, the inverse of {T}^{−1} is then T, i.e. {\left ({T}^{−1}\right )}^{−1} = T.

Subsection IV: Invertibility

We now know what an inverse linear transformation is, but just which linear transformations have inverses? Here is a theorem we have been preparing for all chapter long.

Theorem ILTIS
Invertible Linear Transformations are Injective and Surjective
Suppose T : U → V is a linear transformation. Then T is invertible if and only if T is injective and surjective.

Proof   () Since T is presumed invertible, we can employ its inverse, {T}^{−1} (Definition IVLT). To see that T is injective, suppose x,\kern 1.95872pt y ∈ U and assume that T\left (x\right ) = T\left (y\right ),

\eqalignno{ x & = {I}_{U}\left (x\right ) & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & & \cr & = \left ({T}^{−1} ∘ T\right )\left (x\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = {T}^{−1}\left (T\left (x\right )\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#definition.LTC")Definition LTC@(/a)} & & & & \cr & = {T}^{−1}\left (T\left (y\right )\right ) & &\text{@(a href="fcla-jsmath-2.23li52.html#definition.ILT")Definition ILT@(/a)} & & & & \cr & = \left ({T}^{−1} ∘ T\right )\left (y\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#definition.LTC")Definition LTC@(/a)} & & & & \cr & = {I}_{U}\left (y\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = y & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & & \text{ So by @(a href="fcla-jsmath-2.23li52.html#definition.ILT")Definition ILT@(/a) $T$ is injective. To check that $T$ is surjective, suppose $v ∈ V $. Then ${T}^{−1}\left (v\right )$ is a vector in $U$. Compute } \cr T\left ({T}^{−1}\left (v\right )\right ) & = \left (T ∘ {T}^{−1}\right )\left (v\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#definition.LTC")Definition LTC@(/a)} & & & & \cr & = {I}_{V }\left (v\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = v & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & &

}

So there is an element from U, when used as an input to T (namely {T}^{−1}\left (v\right )) that produces the desired output, v, and hence T is surjective by Definition SLT.

() Now assume that T is both injective and surjective. We will build a function S : V → U that will establish that T is invertible. To this end, choose any v ∈ V . Since T is surjective, Theorem RSLT says ℛ\kern -1.95872pt \left (T\right ) = V , so we have v ∈ℛ\kern -1.95872pt \left (T\right ). Theorem RPI says that the pre-image of v, {T}^{−1}\left (v\right ), is nonempty. So we can choose a vector from the pre-image of v, say u. In other words, there exists u ∈ {T}^{−1}\left (v\right ).

Since {T}^{−1}\left (v\right ) is non-empty, Theorem KPI then says that

{T}^{−1}\left (v\right ) = \left \{\left .u + z\right \vert z ∈K\kern -1.95872pt \left (T\right )\right \}

However, because T is injective, by Theorem KILT the kernel is trivial, K\kern -1.95872pt \left (T\right ) = \left \{0\right \}. So the pre-image is a set with just one element, {T}^{−1}\left (v\right ) = \left \{u\right \}. Now we can define S by S\left (v\right ) = u. This is the key to this half of this proof. Normally the preimage of a vector from the codomain might be an empty set, or an infinite set. But surjectivity requires that the preimage not be empty, and then injectivity limits the preimage to a singleton. Since our choice of v was arbitrary, we know that every pre-image for T is a set with a single element. This allows us to construct S as a function. Now that it is defined, verifying that it is the inverse of T will be easy. Here we go.

Choose u ∈ U. Define v = T\left (u\right ). Then {T}^{−1}\left (v\right ) = \left \{u\right \}, so that S\left (v\right ) = u and,

\left (S ∘ T\right )\left (u\right ) = S\left (T\left (u\right )\right ) = S\left (v\right ) = u = {I}_{U}\left (u\right )

and since our choice of u was arbitrary we have function equality, S ∘ T = {I}_{U}.

Now choose v ∈ V . Define u to be the single vector in the set {T}^{−1}\left (v\right ), in other words, u = S\left (v\right ). Then T\left (u\right ) = v, so

\left (T ∘ S\right )\left (v\right ) = T\left (S\left (v\right )\right ) = T\left (u\right ) = v = {I}_{V }\left (v\right )

and since our choice of v was arbitrary we have function equality, T ∘ S = {I}_{V }.

When a linear transformation is both injective and surjective, the pre-image of any element of the codomain is a set of size one (a “singleton”). This fact allowed us to construct the inverse linear transformation in one half of the proof of Theorem ILTIS (see Technique C). We can follow this approach to construct the inverse of a specific linear transformation, as the next example shows.

Example CIVLT
Computing the Inverse of a Linear Transformations
Consider the linear transformation T : {S}_{22} → {P}_{2} defined by

\eqalignno{ T\left (\left [\array{ a&b\cr b&c } \right ]\right ) & = \left (a + b + c\right ) + \left (−a + 2c\right )x + \left (2a + 3b + 6c\right ){x}^{2} & & }

T is invertible, which you are able to verify, perhaps by determining that the kernel of T is empty and the range of T is all of {P}_{2}. This will be easier once we have Theorem RPNDD, which appears later in this section.

By Theorem ILTIS we know {T}^{−1} exists, and it will be critical shortly to realize that {T}^{−1} is automatically known to be a linear transformation as well (Theorem ILTLT). To determine the complete behavior of {T}^{−1}: {P}_{ 2} → {S}_{22} we can simply determine its action on a basis for the domain, {P}_{2}. This is the substance of Theorem LTDB, and an excellent example of its application. Choose any basis of {P}_{2}, the simpler the better, such as B = \left \{1,\kern 1.95872pt x,\kern 1.95872pt {x}^{2}\right \}. Values of {T}^{−1} for these three basis elements will be the single elements of their preimages. In turn, we have

\eqalignno{ {T}^{−1}\left (1\right ) : & & & & & \cr & &T\left (\left [\array{ a&b\cr b&c } \right ]\right ) & = 1 + 0x + 0{x}^{2} & & & & \cr & &\left [\array{ 1 &1&1&1\cr −1 &0 &2 &0 \cr 2 &3&6&0 } \right ] &\mathop{\longrightarrow}\limits_{}^{\text{RREF}}\left [\array{ 1&0&0&−6\cr 0&1 &0 & 10 \cr 0&0&1&−3 } \right ] & & & & \cr &\text{(preimage)} &{T}^{−1}\left (1\right ) & = \left \{\left [\array{ −6&10 \cr 10&−3 } \right ]\right \} & & & & \cr &\text{(function)} &{T}^{−1}\left (1\right ) & = \left [\array{ −6&10 \cr 10&−3 } \right ] & & & & \cr {T}^{−1}\left (x\right ) : & & & & & \cr & &T\left (\left [\array{ a&b\cr b&c } \right ]\right ) & = 0 + 1x + 0{x}^{2} & & & & \cr & &\left [\array{ 1 &1&1&0\cr −1 &0 &2 &1 \cr 2 &3&6&0 } \right ] &\mathop{\longrightarrow}\limits_{}^{\text{RREF}}\left [\array{ 1&0&0&−3\cr 0&1 &0 & 4 \cr 0&0&1&−1 } \right ] & & & & \cr &\text{(preimage)} &{T}^{−1}\left (x\right ) & = \left \{\left [\array{ −3& 4 \cr 4 &−1 } \right ]\right \} & & & & \cr &\text{(function)} &{T}^{−1}\left (x\right ) & = \left [\array{ −3& 4 \cr 4 &−1 } \right ] & & & & \cr {T}^{−1}\left ({x}^{2}\right ) : & & & & & \cr & &T\left (\left [\array{ a&b\cr b&c } \right ]\right ) & = 0 + 0x + 1{x}^{2} & & & & \cr & &\left [\array{ 1 &1&1&0\cr −1 &0 &2 &0 \cr 2 &3&6&1 } \right ] &\mathop{\longrightarrow}\limits_{}^{\text{RREF}}\left [\array{ 1&0&0& 2\cr 0&1 &0 &−3 \cr 0&0&1& 1 } \right ] & & & & \cr &\text{(preimage)} &{T}^{−1}\left ({x}^{2}\right ) & = \left \{\left [\array{ 2 &−3 \cr −3& 1 } \right ]\right \} & & & & \cr &\text{(function)} &{T}^{−1}\left ({x}^{2}\right ) & = \left [\array{ 2 &−3 \cr −3& 1 } \right ] & & & & }

Theorem LTDB says, informally, “it is enough to know what a linear transformation does to a basis.” Formally, we have the outputs of {T}^{−1} for a basis, so by Theorem LTDB there is a unique linear transformation with these outputs. So we put this information to work. The key step here is that we can convert any element of {P}_{2} into a linear combination of the elements of the basis B (Theorem VRRB). We are after a “formula” for the value of {T}^{−1} on a generic element of {P}_{2}, say p + qx + r{x}^{2}.

\eqalignno{ {T}^{−1}\left (p + qx + r{x}^{2}\right )& = {T}^{−1}\left (p(1) + q(x) + r({x}^{2})\right ) &&\text{@(a href="fcla-jsmath-2.23li39.html#theorem.VRRB")Theorem VRRB@(/a)}&&&& \cr & = p{T}^{−1}\left (1\right ) + q{T}^{−1}\left (x\right ) + r{T}^{−1}\left ({x}^{2}\right ) &&\text{@(a href="fcla-jsmath-2.23li51.html#theorem.LTLC")Theorem LTLC@(/a)} &&&& \cr & = p\left [\array{ −6&10\cr 10 &−3 } \right ] + q\left [\array{ −3& 4\cr 4 &−1 } \right ] + r\left [\array{ 2 &−3\cr −3 & 1 } \right ]&& && \cr & = \left [\array{ −6p − 3q + 2r&10p + 4q − 3r\cr 10p + 4q − 3r & −3p − q + r } \right ] && && }

Notice how a linear combination in the domain of {T}^{−1} has been translated into a linear combination in the codomain of {T}^{−1} since we know {T}^{−1} is a linear transformation by Theorem ILTLT.

Also, notice how the augmented matrices used to determine the three pre-images could be combined into one calculation of a matrix in extended echelon form, reminiscent of a procedure we know for computing the inverse of a matrix (see Example CMI). Hmmmm.

We will make frequent use of the characterization of invertible linear transformations provided by Theorem ILTIS. The next theorem is a good example of this, and we will use it often, too.

Theorem CIVLT
Composition of Invertible Linear Transformations
Suppose that T : U → V and S : V → W are invertible linear transformations. Then the composition, \left (S ∘ T\right ): U → W is an invertible linear transformation.

Proof   Since S and T are both linear transformations, S ∘ T is also a linear transformation by Theorem CLTLT. Since S and T are both invertible, Theorem ILTIS says that S and T are both injective and surjective. Then Theorem CILTI says S ∘ T is injective, and Theorem CSLTS says S ∘ T is surjective. Now apply the “other half” of Theorem ILTIS and conclude that S ∘ T is invertible.

When a composition is invertible, the inverse is easy to construct.

Theorem ICLT
Inverse of a Composition of Linear Transformations
Suppose that T : U → V and S : V → W are invertible linear transformations. Then S ∘ T is invertible and {\left (S ∘ T\right )}^{−1} = {T}^{−1} ∘ {S}^{−1}.

Proof   Compute, for all w ∈ W

\eqalignno{ \left (\left (S ∘ T\right ) ∘\left ({T}^{−1} ∘ {S}^{−1}\right )\right )\left (w\right ) & = S\left (T\left ({T}^{−1}\left ({S}^{−1}\left (w\right )\right )\right )\right ) & & & & \cr & = S\left ({I}_{V }\left ({S}^{−1}\left (w\right )\right )\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = S\left ({S}^{−1}\left (w\right )\right ) & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & & \cr & = w & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = {I}_{W }\left (w\right ) & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & & \text{ so $\left (S ∘ T\right ) ∘\left ({T}^{−1} ∘ {S}^{−1}\right ) = {I}_{ W }$ and also} \cr \left (\left ({T}^{−1} ∘ {S}^{−1}\right ) ∘\left (S ∘ T\right )\right )\left (u\right ) & = {T}^{−1}\left ({S}^{−1}\left (S\left (T\left (u\right )\right )\right )\right ) & & & & \cr & = {T}^{−1}\left ({I}_{ V }\left (T\left (u\right )\right )\right ) & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = {T}^{−1}\left (T\left (u\right )\right ) & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & & \cr & = u & &\text{@(a href="#definition.IVLT")Definition IVLT@(/a)} & & & & \cr & = {I}_{U}\left (u\right ) & &\text{@(a href="#definition.IDLT")Definition IDLT@(/a)} & & & &

}

so \left ({T}^{−1} ∘ {S}^{−1}\right ) ∘\left (S ∘ T\right ) = {I}_{ U}. By Definition IVLT, S ∘ T is invertible and {\left (S ∘ T\right )}^{−1} = {T}^{−1} ∘ {S}^{−1}.

Notice that this theorem not only establishes what the inverse of S ∘ T is, it also duplicates the conclusion of Theorem CIVLT and also establishes the invertibility of S ∘ T. But somehow, the proof of Theorem CIVLT is nicer way to get this property.

Does Theorem ICLT remind you of the flavor of any theorem we have seen about matrices? (Hint: Think about getting dressed.) Hmmmm.

Subsection SI: Structure and Isomorphism

A vector space is defined (Definition VS) as a set of objects (“vectors”) endowed with a definition of vector addition (+) and a definition of scalar multiplication (written with juxtaposition). Many of our definitions about vector spaces involve linear combinations (Definition LC), such as the span of a set (Definition SS) and linear independence (Definition LI). Other definitions are built up from these ideas, such as bases (Definition B) and dimension (Definition D). The defining properties of a linear transformation require that a function “respect” the operations of the two vector spaces that are the domain and the codomain (Definition LT). Finally, an invertible linear transformation is one that can be “undone” — it has a companion that reverses its effect. In this subsection we are going to begin to roll all these ideas into one.

A vector space has “structure” derived from definitions of the two operations and the requirement that these operations interact in ways that satisfy the ten properties of Definition VS. When two different vector spaces have an invertible linear transformation defined between them, then we can translate questions about linear combinations (spans, linear independence, bases, dimension) from the first vector space to the second. The answers obtained in the second vector space can then be translated back, via the inverse linear transformation, and interpreted in the setting of the first vector space. We say that these invertible linear transformations “preserve structure.” And we say that the two vector spaces are “structurally the same.” The precise term is “isomorphic,” from Greek meaning “of the same form.” Let’s begin to try to understand this important concept.

Definition IVS
Isomorphic Vector Spaces
Two vector spaces U and V are isomorphic if there exists an invertible linear transformation T with domain U and codomain V , T : U → V . In this case, we write U\mathop{\mathop{≅}}V , and the linear transformation T is known as an isomorphism between U and V .

A few comments on this definition. First, be careful with your language (Technique L). Two vector spaces are isomorphic, or not. It is a yes/no situation and the term only applies to a pair of vector spaces. Any invertible linear transformation can be called an isomorphism, it is a term that applies to functions. Second, a given pair of vector spaces there might be several different isomorphisms between the two vector spaces. But it only takes the existence of one to call the pair isomorphic. Third, U isomorphic to V , or V isomorphic to U? Doesn’t matter, since the inverse linear transformation will provide the needed isomorphism in the “opposite” direction. Being “isomorphic to” is an equivalence relation on the set of all vector spaces (see Theorem SER for a reminder about equivalence relations).

Example IVSAV
Isomorphic vector spaces, Archetype V
Archetype V is a linear transformation from {P}_{3} to {M}_{22},

T : {P}_{3} → {M}_{22},\quad T\left (a + bx + c{x}^{2} + d{x}^{3}\right ) = \left [\array{ a + b&a − 2c \cr d & b − d } \right ]

Since it is injective and surjective, Theorem ILTIS tells us that it is an invertible linear transformation. By Definition IVS we say {P}_{3} and {M}_{22} are isomorphic.

At a basic level, the term “isomorphic” is nothing more than a codeword for the presence of an invertible linear transformation. However, it is also a description of a powerful idea, and this power only becomes apparent in the course of studying examples and related theorems. In this example, we are led to believe that there is nothing “structurally” different about {P}_{3} and {M}_{22}. In a certain sense they are the same. Not equal, but the same. One is as good as the other. One is just as interesting as the other.

Here is an extremely basic application of this idea. Suppose we want to compute the following linear combination of polynomials in {P}_{3},

5(2 + 3x − 4{x}^{2} + 5{x}^{3}) + (−3)(3 − 5x + 3{x}^{2} + {x}^{3})

Rather than doing it straight-away (which is very easy), we will apply the transformation T to convert into a linear combination of matrices, and then compute in {M}_{22} according to the definitions of the vector space operations there (Example VSM),

\eqalignno{ &T\left (5(2 + 3x − 4{x}^{2} + 5{x}^{3}) + (−3)(3 − 5x + 3{x}^{2} + {x}^{3})\right ) && && \cr & = 5T\left (2 + 3x − 4{x}^{2} + 5{x}^{3}\right ) + (−3)T\left (3 − 5x + 3{x}^{2} + {x}^{3}\right ) &&\text{@(a href="fcla-jsmath-2.23li51.html#theorem.LTLC")Theorem LTLC@(/a)} &&&& \cr & = 5\left [\array{ 5&10\cr 5&−2 } \right ] + (−3)\left [\array{ −2&−3\cr 1 &−6 } \right ]&&\text{Definition of $T$} &&&& \cr & = \left [\array{ 31&59\cr 22 & 8 } \right ] &&\text{Operations in ${M}_{22}$}&&&& }

Now we will translate our answer back to {P}_{3} by applying {T}^{−1}, which we found in Example AIVLT,

{ T}^{−1}: {M}_{ 22} → {P}_{3},\quad {T}^{−1}\left (\left [\array{ a&b \cr c&d } \right ]\right ) = (a−c−d)+(c+d)x+{1\over 2}(a−b−c−d){x}^{2}+c{x}^{3}

We compute,

{ T}^{−1}\left (\left [\array{ 31&59 \cr 22& 8 } \right ]\right ) = 1+30x−29{x}^{2}+22{x}^{3}

which is, as expected, exactly what we would have computed for the original linear combination had we just used the definitions of the operations in {P}_{3} (Example VSP). Notice this is meant only as an illustration and not a suggested route for doing this particular computation.

Checking the dimensions of two vector spaces can be a quick way to establish that they are not isomorphic. Here’s the theorem.

Theorem IVSED
Isomorphic Vector Spaces have Equal Dimension
Suppose U and V are isomorphic vector spaces. Then \mathop{ dim}\nolimits \left (U\right ) =\mathop{ dim}\nolimits \left (V \right ).

Proof   If U and V are isomorphic, there is an invertible linear transformation T : U → V (Definition IVS). T is injective by Theorem ILTIS and so by Theorem ILTD, \mathop{ dim}\nolimits \left (U\right ) ≤\mathop{ dim}\nolimits \left (V \right ). Similarly, T is surjective by Theorem ILTIS and so by Theorem SLTD, \mathop{ dim}\nolimits \left (U\right ) ≥\mathop{ dim}\nolimits \left (V \right ). The net effect of these two inequalities is that \mathop{ dim}\nolimits \left (U\right ) =\mathop{ dim}\nolimits \left (V \right ).

The contrapositive of Theorem IVSED says that if U and V have different dimensions, then they are not isomorphic. Dimension is the simplest “structural” characteristic that will allow you to distinguish non-isomorphic vector spaces. For example {P}_{6} is not isomorphic to {M}_{34} since their dimensions (7 and 12, respectively) are not equal. With tools developed in Section VR we will be able to establish that the converse of Theorem IVSED is true. Think about that one for a moment.

Subsection RNLT: Rank and Nullity of a Linear Transformation

Just as a matrix has a rank and a nullity, so too do linear transformations. And just like the rank and nullity of a matrix are related (they sum to the number of columns, Theorem RPNC) the rank and nullity of a linear transformation are related. Here are the definitions and theorems, see the Archetypes (Appendix A) for loads of examples.

Definition ROLT
Rank Of a Linear Transformation
Suppose that T : U → V is a linear transformation. Then the rank of T, r\left (T\right ), is the dimension of the range of T,

r\left (T\right ) =\mathop{ dim}\nolimits \left (ℛ\kern -1.95872pt \left (T\right )\right )

(This definition contains Notation ROLT.)

Definition NOLT
Nullity Of a Linear Transformation
Suppose that T : U → V is a linear transformation. Then the nullity of T, n\left (T\right ), is the dimension of the kernel of T,

n\left (T\right ) =\mathop{ dim}\nolimits \left (K\kern -1.95872pt \left (T\right )\right )

(This definition contains Notation NOLT.)

Here are two quick theorems.

Theorem ROSLT
Rank Of a Surjective Linear Transformation
Suppose that T : U → V is a linear transformation. Then the rank of T is the dimension of V , r\left (T\right ) =\mathop{ dim}\nolimits \left (V \right ), if and only if T is surjective.

Proof   By Theorem RSLT, T is surjective if and only if ℛ\kern -1.95872pt \left (T\right ) = V . Applying Definition ROLT, ℛ\kern -1.95872pt \left (T\right ) = V if and only if r\left (T\right ) =\mathop{ dim}\nolimits \left (ℛ\kern -1.95872pt \left (T\right )\right ) =\mathop{ dim}\nolimits \left (V \right ).

Theorem NOILT
Nullity Of an Injective Linear Transformation
Suppose that T : U → V is a linear transformation. Then the nullity of T is zero, n\left (T\right ) = 0, if and only if T is injective.

Proof   By Theorem KILT, T is injective if and only if K\kern -1.95872pt \left (T\right ) = \left \{0\right \}. Applying Definition NOLT, K\kern -1.95872pt \left (T\right ) = \left \{0\right \} if and only if n\left (T\right ) = 0.

Just as injectivity and surjectivity come together in invertible linear transformations, there is a clear relationship between rank and nullity of a linear transformation. If one is big, the other is small.

Theorem RPNDD
Rank Plus Nullity is Domain Dimension
Suppose that T : U → V is a linear transformation. Then

r\left (T\right ) + n\left (T\right ) =\mathop{ dim}\nolimits \left (U\right )

Proof   Let r = r\left (T\right ) and s = n\left (T\right ). Suppose that R = \left \{{v}_{1},\kern 1.95872pt {v}_{2},\kern 1.95872pt {v}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {v}_{r}\right \} ⊆ V is a basis of the range of T, ℛ\kern -1.95872pt \left (T\right ), and S = \left \{{u}_{1},\kern 1.95872pt {u}_{2},\kern 1.95872pt {u}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {u}_{s}\right \} ⊆ U is a basis of the kernel of T, K\kern -1.95872pt \left (T\right ). Note that R and S are possibly empty, which means that some of the sums in this proof are “empty” and are equal to the zero vector.

Because the elements of R are all in the range of T, each must have a non-empty pre-image by Theorem RPI. Choose vectors {w}_{i} ∈ U, 1 ≤ i ≤ r such that {w}_{i} ∈ {T}^{−1}\left ({v}_{ i}\right ). So T\left ({w}_{i}\right ) = {v}_{i}, 1 ≤ i ≤ r. Consider the set

B = \left \{{u}_{1},\kern 1.95872pt {u}_{2},\kern 1.95872pt {u}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {u}_{s},\kern 1.95872pt {w}_{1},\kern 1.95872pt {w}_{2},\kern 1.95872pt {w}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {w}_{r}\right \}

We claim that B is a basis for U.

To establish linear independence for B, begin with a relation of linear dependence on B. So suppose there are scalars {a}_{1},\kern 1.95872pt {a}_{2},\kern 1.95872pt {a}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {a}_{s} and {b}_{1},\kern 1.95872pt {b}_{2},\kern 1.95872pt {b}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {b}_{r}

0 = {a}_{1}{u}_{1} + {a}_{2}{u}_{2} + {a}_{3}{u}_{3} + \mathrel{⋯} + {a}_{s}{u}_{s} + {b}_{1}{w}_{1} + {b}_{2}{w}_{2} + {b}_{3}{w}_{3} + \mathrel{⋯} + {b}_{r}{w}_{r}

Then

\eqalignno{ 0 & = T\left (0\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#theorem.LTTZZ")Theorem LTTZZ@(/a)} & & & & \cr & = T\left ({a}_{1}{u}_{1} + {a}_{2}{u}_{2} + {a}_{3}{u}_{3} + \mathrel{⋯} + {a}_{s}{u}_{s}+\right . & & & & \cr &\quad \quad \quad \quad \left .{b}_{1}{w}_{1} + {b}_{2}{w}_{2} + {b}_{3}{w}_{3} + \mathrel{⋯} + {b}_{r}{w}_{r}\right ) & &\text{@(a href="fcla-jsmath-2.23li39.html#definition.LI")Definition LI@(/a)} & & & & \cr & = {a}_{1}T\left ({u}_{1}\right ) + {a}_{2}T\left ({u}_{2}\right ) + {a}_{3}T\left ({u}_{3}\right ) + \mathrel{⋯} + {a}_{s}T\left ({u}_{s}\right )+ & & & & \cr &\quad \quad {b}_{1}T\left ({w}_{1}\right ) + {b}_{2}T\left ({w}_{2}\right ) + {b}_{3}T\left ({w}_{3}\right ) + \mathrel{⋯} + {b}_{r}T\left ({w}_{r}\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#theorem.LTLC")Theorem LTLC@(/a)} & & & & \cr & = {a}_{1}0 + {a}_{2}0 + {a}_{3}0 + \mathrel{⋯} + {a}_{s}0+ & & & & \cr &\quad \quad {b}_{1}T\left ({w}_{1}\right ) + {b}_{2}T\left ({w}_{2}\right ) + {b}_{3}T\left ({w}_{3}\right ) + \mathrel{⋯} + {b}_{r}T\left ({w}_{r}\right ) & &\text{@(a href="fcla-jsmath-2.23li52.html#definition.KLT")Definition KLT@(/a)} & & & & \cr & = 0 + 0 + 0 + \mathrel{⋯} + 0+ & & & & \cr &\quad \quad {b}_{1}T\left ({w}_{1}\right ) + {b}_{2}T\left ({w}_{2}\right ) + {b}_{3}T\left ({w}_{3}\right ) + \mathrel{⋯} + {b}_{r}T\left ({w}_{r}\right ) & &\text{@(a href="fcla-jsmath-2.23li37.html#theorem.ZVSM")Theorem ZVSM@(/a)} & & & & \cr & = {b}_{1}T\left ({w}_{1}\right ) + {b}_{2}T\left ({w}_{2}\right ) + {b}_{3}T\left ({w}_{3}\right ) + \mathrel{⋯} + {b}_{r}T\left ({w}_{r}\right ) & &\text{@(a href="fcla-jsmath-2.23li37.html#property.Z")Property Z@(/a)} & & & & \cr & = {b}_{1}{v}_{1} + {b}_{2}{v}_{2} + {b}_{3}{v}_{3} + \mathrel{⋯} + {b}_{r}{v}_{r} & &\text{@(a href="fcla-jsmath-2.23li51.html#definition.PI")Definition PI@(/a)} & & & & }

This is a relation of linear dependence on R (Definition RLD), and since R is a linearly independent set (Definition LI), we see that {b}_{1} = {b}_{2} = {b}_{3} = \mathop{\mathop{…}} = {b}_{r} = 0. Then the original relation of linear dependence on B becomes

\eqalignno{ 0 & = {a}_{1}{u}_{1} + {a}_{2}{u}_{2} + {a}_{3}{u}_{3} + \mathrel{⋯} + {a}_{s}{u}_{s} + 0{w}_{1} + 0{w}_{2} + \mathop{\mathop{…}} + 0{w}_{r} & & & & \cr & = {a}_{1}{u}_{1} + {a}_{2}{u}_{2} + {a}_{3}{u}_{3} + \mathrel{⋯} + {a}_{s}{u}_{s} + 0 + 0 + \mathop{\mathop{…}} + 0 & &\text{@(a href="fcla-jsmath-2.23li37.html#theorem.ZSSM")Theorem ZSSM@(/a)} & & & & \cr & = {a}_{1}{u}_{1} + {a}_{2}{u}_{2} + {a}_{3}{u}_{3} + \mathrel{⋯} + {a}_{s}{u}_{s} & &\text{@(a href="fcla-jsmath-2.23li37.html#property.Z")Property Z@(/a)} & & & & }

But this is again a relation of linear independence (Definition RLD), now on the set S. Since S is linearly independent (Definition LI), we have {a}_{1} = {a}_{2} = {a}_{3} = \mathop{\mathop{…}} = {a}_{r} = 0. Since we now know that all the scalars in the relation of linear dependence on B must be zero, we have established the linear independence of S through Definition LI.

To now establish that B spans U, choose an arbitrary vector u ∈ U. Then T\left (u\right ) ∈ R(T), so there are scalars {c}_{1},\kern 1.95872pt {c}_{2},\kern 1.95872pt {c}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {c}_{r} such that

T\left (u\right ) = {c}_{1}{v}_{1} + {c}_{2}{v}_{2} + {c}_{3}{v}_{3} + \mathrel{⋯} + {c}_{r}{v}_{r}

Use the scalars {c}_{1},\kern 1.95872pt {c}_{2},\kern 1.95872pt {c}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {c}_{r} to define a vector y ∈ U,

y = {c}_{1}{w}_{1} + {c}_{2}{w}_{2} + {c}_{3}{w}_{3} + \mathrel{⋯} + {c}_{r}{w}_{r}

Then

\eqalignno{ T\left (u − y\right ) & = T\left (u\right ) − T\left (y\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#theorem.LTLC")Theorem LTLC@(/a)} & & & & \cr & = T\left (u\right ) − T\left ({c}_{1}{w}_{1} + {c}_{2}{w}_{2} + {c}_{3}{w}_{3} + \mathrel{⋯} + {c}_{r}{w}_{r}\right ) & &\text{Substitution} & & & & \cr & = T\left (u\right ) −\left ({c}_{1}T\left ({w}_{1}\right ) + {c}_{2}T\left ({w}_{2}\right ) + \mathrel{⋯} + {c}_{r}T\left ({w}_{r}\right )\right ) & &\text{@(a href="fcla-jsmath-2.23li51.html#theorem.LTLC")Theorem LTLC@(/a)} & & & & \cr & = T\left (u\right ) −\left ({c}_{1}{v}_{1} + {c}_{2}{v}_{2} + {c}_{3}{v}_{3} + \mathrel{⋯} + {c}_{r}{v}_{r}\right ) & &{w}_{i} ∈ {T}^{−1}\left ({v}_{ i}\right ) & & & & \cr & = T\left (u\right ) − T\left (u\right ) & &\text{Substitution} & & & & \cr & = 0 & &\text{@(a href="fcla-jsmath-2.23li37.html#property.AI")Property AI@(/a)} & & & & }

So the vector u − y is sent to the zero vector by T and hence is an element of the kernel of T. As such it can be written as a linear combination of the basis vectors for K\kern -1.95872pt \left (T\right ), the elements of the set S. So there are scalars {d}_{1},\kern 1.95872pt {d}_{2},\kern 1.95872pt {d}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {d}_{s} such that

u − y = {d}_{1}{u}_{1} + {d}_{2}{u}_{2} + {d}_{3}{u}_{3} + \mathrel{⋯} + {d}_{s}{u}_{s}

Then

\eqalignno{ u & = \left (u − y\right ) + y & & \cr & = {d}_{1}{u}_{1} + {d}_{2}{u}_{2} + {d}_{3}{u}_{3} + \mathrel{⋯} + {d}_{s}{u}_{s} + {c}_{1}{w}_{1} + {c}_{2}{w}_{2} + {c}_{3}{w}_{3} + \mathrel{⋯} + {c}_{r}{w}_{r} & & }

This says that for any vector, u, from U, there exist scalars ({d}_{1},\kern 1.95872pt {d}_{2},\kern 1.95872pt {d}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {d}_{s},\kern 1.95872pt {c}_{1},\kern 1.95872pt {c}_{2},\kern 1.95872pt {c}_{3},\kern 1.95872pt \mathop{\mathop{…}},\kern 1.95872pt {c}_{r}) that form u as a linear combination of the vectors in the set B. In other words, B spans U (Definition SS).

So B is a basis (Definition B) of U with s + r vectors, and thus

\mathop{dim}\nolimits \left (U\right ) = s + r = n\left (T\right ) + r\left (T\right )

as desired.

Theorem RPNC said that the rank and nullity of a matrix sum to the number of columns of the matrix. This result is now an easy consequence of Theorem RPNDD when we consider the linear transformation T : {ℂ}^{n} → {ℂ}^{m} defined with the m × n matrix A by T\left (x\right ) = Ax. The range and kernel of T are identical to the column space and null space of the matrix A (Exercise ILT.T20, Exercise SLT.T20), so the rank and nullity of the matrix A are identical to the rank and nullity of the linear transformation T. The dimension of the domain of T is the dimension of {ℂ}^{n}, exactly the number of columns for the matrix A.

This theorem can be especially useful in determining basic properties of linear transformations. For example, suppose that T : {ℂ}^{6} → {ℂ}^{6} is a linear transformation and you are able to quickly establish that the kernel is trivial. Then n\left (T\right ) = 0. First this means that T is injective by Theorem NOILT. Also, Theorem RPNDD becomes

6 =\mathop{ dim}\nolimits \left ({ℂ}^{6}\right ) = r\left (T\right ) + n\left (T\right ) = r\left (T\right ) + 0 = r\left (T\right )

So the rank of T is equal to the rank of the codomain, and by Theorem ROSLT we know T is surjective. Finally, we know T is invertible by Theorem ILTIS. So from the determination that the kernel is trivial, and consideration of various dimensions, the theorems of this section allow us to conclude the existence of an inverse linear transformation for T.

Similarly, Theorem RPNDD can be used to provide alternative proofs for Theorem ILTD, Theorem SLTD and Theorem IVSED. It would be an interesting exercise to construct these proofs.

It would be instructive to study the archetypes that are linear transformations and see how many of their properties can be deduced just from considering only the dimensions of the domain and codomain. Then add in just knowledge of either the nullity or rank, and so how much more you can learn about the linear transformation. The table preceding all of the archetypes (Appendix A) could be a good place to start this analysis.

Subsection SLELT: Systems of Linear Equations and Linear Transformations

This subsection does not really belong in this section, or any other section, for that matter. It is just the right time to have a discussion about the connections between the central topic of linear algebra, linear transformations, and our motivating topic from Chapter SLE, systems of linear equations. We will discuss several theorems we have seen already, but we will also make some forward-looking statements that will be justified in Chapter R.

Archetype D and Archetype E are ideal examples to illustrate connections with linear transformations. Both have the same coefficient matrix,

D = \left [\array{ 2 &1& 7 &−7\cr −3 &4 &−5 &−6 \cr 1 &1& 4 &−5 } \right ]

To apply the theory of linear transformations to these two archetypes, employ matrix multiplication (Definition MM) and define the linear transformation,

T : {ℂ}^{4} → {ℂ}^{3},\quad T\left (x\right ) = Dx = {x}_{ 1}\left [\array{ 2\cr −3 \cr 1 } \right ]+{x}_{2}\left [\array{ 1\cr 4 \cr 1 } \right ]+{x}_{3}\left [\array{ 7\cr −5 \cr 4 } \right ]+{x}_{4}\left [\array{ −7\cr −6 \cr −5 } \right ]

Theorem MBLT tells us that T is indeed a linear transformation. Archetype D asks for solutions to ℒS\kern -1.95872pt \left (D,\kern 1.95872pt b\right ), where b = \left [\array{ 8\cr −12 \cr −4 } \right ]. In the language of linear transformations this is equivalent to asking for {T}^{−1}\left (b\right ). In the language of vectors and matrices it asks for a linear combination of the four columns of D that will equal b. One solution listed is w = \left [\array{ 7\cr 8 \cr 1\cr 3 } \right ]. With a non-empty preimage, Theorem KPI tells us that the complete solution set of the linear system is the preimage of b,

w + K\kern -1.95872pt \left (T\right ) = \left \{\left .w + z\right \vert z ∈K\kern -1.95872pt \left (T\right )\right \}

The kernel of the linear transformation T is exactly the null space of the matrix D (see Exercise ILT.T20), so this approach to the solution set should be reminiscent of Theorem PSPHS. The kernel of the linear transformation is the preimage of the zero vector, exactly equal to the solution set of the homogeneous system ℒS\kern -1.95872pt \left (D,\kern 1.95872pt 0\right ). Since D has a null space of dimension two, every preimage (and in particular the preimage of b) is as “big” as a subspace of dimension two (but is not a subspace).

Archetype E is identical to Archetype D but with a different vector of constants, d = \left [\array{ 2\cr 3 \cr 2 } \right ]. We can use the same linear transformation T to discuss this system of equations since the coefficient matrix is identical. Now the set of solutions to ℒS\kern -1.95872pt \left (D,\kern 1.95872pt d\right ) is the pre-image of d, {T}^{−1}\left (d\right ). However, the vector d is not in the range of the linear transformation (nor is it in the column space of the matrix, since these two sets are equal by Exercise SLT.T20). So the empty pre-image is equivalent to the inconsistency of the linear system.

These two archetypes each have three equations in four variables, so either the resulting linear systems are inconsistent, or they are consistent and application of Theorem CMVEI tells us that the system has infinitely many solutions. Considering these same parameters for the linear transformation, the dimension of the domain, {ℂ}^{4}, is four, while the codomain, {ℂ}^{3}, has dimension three. Then

\eqalignno{ n\left (T\right ) & =\mathop{ dim}\nolimits \left ({ℂ}^{4}\right ) − r\left (T\right ) & &\text{@(a href="#theorem.RPNDD")Theorem RPNDD@(/a)} & & & & \cr & = 4 −\mathop{ dim}\nolimits \left (ℛ\kern -1.95872pt \left (T\right )\right ) & &\text{@(a href="#definition.ROLT")Definition ROLT@(/a)} & & & & \cr & ≥ 4 − 3 & &\text{$ℛ\kern -1.95872pt \left (T\right )$ subspace of ${ℂ}^{3}$} & & & & \cr & = 1 & & & & }

So the kernel of T is nontrivial simply by considering the dimensions of the domain (number of variables) and the codomain (number of equations). Pre-images of elements of the codomain that are not in the range of T are empty (inconsistent systems). For elements of the codomain that are in the range of T (consistent systems), Theorem KPI tells us that the pre-images are built from the kernel, and with a non-trivial kernel, these pre-images are infinite (infinitely many solutions).

When do systems of equations have unique solutions? Consider the system of linear equations ℒS\kern -1.95872pt \left (C,\kern 1.95872pt f\right ) and the linear transformation S\left (x\right ) = Cx. If S has a trivial kernel, then pre-images will either be empty or be finite sets with single elements. Correspondingly, the coefficient matrix C will have a trivial null space and solution sets will either be empty (inconsistent) or contain a single solution (unique solution). Should the matrix be square and have a trivial null space then we recognize the matrix as being nonsingular. A square matrix means that the corresponding linear transformation, T, has equal-sized domain and codomain. With a nullity of zero, T is injective, and also Theorem RPNDD tells us that rank of T is equal to the dimension of the domain, which in turn is equal to the dimension of the codomain. In other words, T is surjective. Injective and surjective, and Theorem ILTIS tells us that T is invertible. Just as we can use the inverse of the coefficient matrix to find the unique solution of any linear system with a nonsingular coefficient matrix (Theorem SNCM), we can use the inverse of the linear transformation to construct the unique element of any pre-image (proof of Theorem ILTIS).

The executive summary of this discussion is that to every coefficient matrix of a system of linear equations we can associate a natural linear transformation. Solution sets for systems with this coefficient matrix are preimages of elements of the codomain of the linear transformation. For every theorem about systems of linear equations there is an analogue about linear transformations. The theory of linear transformations provides all the tools to recreate the theory of solutions to linear systems of equations.

We will continue this adventure in Chapter R.

Subsection READ: Reading Questions

  1. What conditions allow us to easily determine if a linear transformation is invertible?
  2. What does it mean to say two vector spaces are isomorphic? Both technically, and informally?
  3. How do linear transformations relate to systems of linear equations?

Subsection EXC: Exercises

C10 The archetypes below are linear transformations of the form T : U → V that are invertible. For each, the inverse linear transformation is given explicitly as part of the archetype’s description. Verify for each linear transformation that

\eqalignno{ {T}^{−1} ∘ T & = {I}_{ U} &T ∘ {T}^{−1} & = {I}_{ V } & & & & }

Archetype R,
Archetype V,
Archetype W  
Contributed by Robert Beezer

C20 Determine if the linear transformation T : {P}_{2} → {M}_{22} is (a) injective, (b) surjective, (c) invertible.

T\left (a + bx + c{x}^{2}\right ) = \left [\array{ a + 2b − 2c& 2a + 2b \cr −a + b − 4c&3a + 2b + 2c } \right ]

 
Contributed by Robert Beezer Solution [1615]

C21 Determine if the linear transformation S : {P}_{3} → {M}_{22} is (a) injective, (b) surjective, (c) invertible.

S\left (a + bx + c{x}^{2} + d{x}^{3}\right ) = \left [\array{ −a + 4b + c + 2d&4a − b + 6c − d \cr a + 5b − 2c + 2d& a + 2c + 5d } \right ]

 
Contributed by Robert Beezer Solution [1616]

C25 For each linear transformation below: (a) Find the matrix representation of T, (b) Calculate n(T), (c) Calculate r(T), (d) Graph the image in either {ℝ}^{2} or {ℝ}^{3} as appropriate, (e) How many dimensions are lost?, and (f) How many dimensions are preserved?

  1. T : {ℂ}^{3} → {ℂ}^{3} given by T\left (\left [\array{ x\cr y \cr z} \right ]\right ) = \left [\array{ x\cr x \cr x} \right ]
  2. T : {ℂ}^{3} → {ℂ}^{3} given by T\left (\left [\array{ x\cr y \cr z} \right ]\right ) = \left [\array{ x\cr y \cr 0} \right ]
  3. T : {ℂ}^{3} → {ℂ}^{2} given by T\left (\left [\array{ x\cr y \cr z} \right ]\right ) = \left [\array{ x\cr x } \right ]
  4. T : {ℂ}^{3} → {ℂ}^{2} given by T\left (\left [\array{ x\cr y \cr z} \right ]\right ) = \left [\array{ x\cr y } \right ]
  5. T : {ℂ}^{2} → {ℂ}^{3} given by T\left (\left [\array{ x\cr y } \right ]\right ) = \left [\array{ x\cr y \cr 0} \right ]
  6. T : {ℂ}^{2} → {ℂ}^{3} given by T\left (\left [\array{ x\cr y } \right ]\right ) = \left [\array{ x\cr y \cr x + y} \right ]

 
Contributed by Chris Black

C50 Consider the linear transformation S : {M}_{12} → {P}_{1} from the set of 1 × 2 matrices to the set of polynomials of degree at most 1, defined by

S\left (\left [\array{ a&b } \right ]\right ) = (3a+b)+(5a+2b)x

Prove that S is invertible. Then show that the linear transformation

R: {P}_{1} → {M}_{12},\quad R\left (r + sx\right ) = \left [\array{ (2r − s)&(−5r + 3s) } \right ]

is the inverse of S, that is {S}^{−1} = R.  
Contributed by Robert Beezer Solution [1619]

M30 The linear transformation S below is invertible. Find a formula for the inverse linear transformation, {S}^{−1}.

S : {P}_{1} → {M}_{1,2},\quad S\left (a + bx\right ) = \left [\array{ 3a + b&2a + b } \right ]

 
Contributed by Robert Beezer Solution [1621]

M31 The linear transformation R: {M}_{12} → {M}_{21} is invertible. Determine a formula for the inverse linear transformation {R}^{−1}: {M}_{ 21} → {M}_{12}.

R\left (\left [\array{ a&b } \right ]\right ) = \left [\array{ a + 3b\cr 4a + 11b } \right ]

 
Contributed by Robert Beezer Solution [1623]

M50 Rework Example CIVLT, only in place of the basis B for {P}_{2}, choose instead to use the basis C = \left \{1,\kern 1.95872pt 1 + x,\kern 1.95872pt 1 + x + {x}^{2}\right \}. This will complicate writing a generic element of the domain of {T}^{−1} as a linear combination of the basis elements, and the algebra will be a bit messier, but in the end you should obtain the same formula for {T}^{−1}. The inverse linear transformation is what it is, and the choice of a particular basis should not influence the outcome.  
Contributed by Robert Beezer

M60 Suppose U and V are vector spaces. Define the function Z : U → V by T\left (u\right ) = {0}_{V } for every u ∈ U. Then by Exercise LT.M60, Z is a linear transformation. Formulate a condition on U and V that is equivalent to Z being an invertible linear transformation. In other words, fill in the blank to complete the following statement (and then give a proof): Z is invertible if and only if U and V are ______________. (See Exercise ILT.M60, Exercise SLT.M60, Exercise MR.M60.)  
Contributed by Robert Beezer

T05 Prove that the identity linear transformation (Definition IDLT) is both injective and surjective, and hence invertible.  
Contributed by Robert Beezer

T15 Suppose that T : U → V is a surjective linear transformation and \mathop{ dim}\nolimits \left (U\right ) =\mathop{ dim}\nolimits \left (V \right ). Prove that T is injective.  
Contributed by Robert Beezer Solution [1625]

T16 Suppose that T : U → V is an injective linear transformation and \mathop{ dim}\nolimits \left (U\right ) =\mathop{ dim}\nolimits \left (V \right ). Prove that T is surjective.  
Contributed by Robert Beezer

T30 Suppose that U and V are isomorphic vector spaces. Prove that there are infinitely many isomorphisms between U and V .  
Contributed by Robert Beezer Solution [1625]

T40 Suppose T : U → V and S : V → W are linear transformations and \mathop{ dim}\nolimits \left (U\right ) =\mathop{ dim}\nolimits \left (V \right ) =\mathop{ dim}\nolimits \left (W\right ). Suppose that S ∘ T is invertible. Prove that S and T are individually invertible (this could be construed as a converse of Theorem CIVLT).  
Contributed by Robert Beezer Solution [1626]

Subsection SOL: Solutions

C20 Contributed by Robert Beezer Statement [1608]
(a) We will compute the kernel of T. Suppose that a + bx + c{x}^{2} ∈K\kern -1.95872pt \left (T\right ). Then

\left [\array{ 0&0\cr 0&0 } \right ] = T\left (a + bx + c{x}^{2}\right ) = \left [\array{ a + 2b − 2c& 2a + 2b \cr −a + b − 4c&3a + 2b + 2c } \right ]

and matrix equality (Theorem ME) yields the homogeneous system of four equations in three variables,

\eqalignno{ a + 2b − 2c & = 0 & & \cr 2a + 2b & = 0 & & \cr − a + b − 4c & = 0 & & \cr 3a + 2b + 2c & = 0 & & \cr & & }

The coefficient matrix of this system row-reduces as

\left [\array{ 1 &2&−2\cr 2 &2 & 0 \cr −1&1&−4\cr 3 &2 & 2 } \right ]\mathop{\longrightarrow}\limits_{}^{\text{RREF}}\left [\array{ \text{1}&0& 2\cr 0&\text{1 } &−2 \cr 0&0& 0\cr 0&0 & 0 } \right ]

From the existence of non-trivial solutions to this system, we can infer non-zero polynomials in K\kern -1.95872pt \left (T\right ). By Theorem KILT we then know that T is not injective.

(b) Since 3 =\mathop{ dim}\nolimits \left ({P}_{2}\right ) <\mathop{ dim}\nolimits \left ({M}_{22}\right ) = 4, by Theorem SLTD T is not surjective.

(c) Since T is not surjective, it is not invertible by Theorem ILTIS.

C21 Contributed by Robert Beezer Statement [1609]
(a) To check injectivity, we compute the kernel of S. To this end, suppose that a + bx + c{x}^{2} + d{x}^{3} ∈K\kern -1.95872pt \left (S\right ), so

\left [\array{ 0&0\cr 0&0 } \right ] = S\left (a + bx + c{x}^{2} + d{x}^{3}\right ) = \left [\array{ −a + 4b + c + 2d&4a − b + 6c − d \cr a + 5b − 2c + 2d& a + 2c + 5d } \right ]

this creates the homogeneous system of four equations in four variables,

\eqalignno{ − a + 4b + c + 2d & = 0 & & \cr 4a − b + 6c − d & = 0 & & \cr a + 5b − 2c + 2d & = 0 & & \cr a + 2c + 5d & = 0 & & }

The coefficient matrix of this system row-reduces as,

\eqalignno{ \left [\array{ −1& 4 & 1 & 2\cr 4 &−1 & 6 &−1 \cr 1 & 5 &−2& 2\cr 1 & 0 & 2 & 5 } \right ]\mathop{\longrightarrow}\limits_{}^{\text{RREF}}\left [\array{ \text{1}&0&0&0\cr 0&\text{1 } &0 &0 \cr 0&0&\text{1}&0\cr 0&0 &0 &\text{1} } \right ] & & }

We recognize the coefficient matrix as being nonsingular, so the only solution to the system is a = b = c = d = 0, and the kernel of S is trivial, K\kern -1.95872pt \left (S\right ) = \left \{0 + 0x + 0{x}^{2} + 0{x}^{3}\right \}. By Theorem KILT, we see that S is injective.

(b) We can establish that S is surjective by considering the rank and nullity of S.

\eqalignno{ r\left (S\right ) & =\mathop{ dim}\nolimits \left ({P}_{3}\right ) − n\left (S\right ) & &\text{@(a href="#theorem.RPNDD")Theorem RPNDD@(/a)} & & & & \cr & = 4 − 0 & & & & \cr & =\mathop{ dim}\nolimits \left ({M}_{22}\right ) & & & & }

So, ℛ\kern -1.95872pt \left (S\right ) is a subspace of {M}_{22} (Theorem RLTS) whose dimension equals that of {M}_{22}. By Theorem EDYES, we gain the set equality ℛ\kern -1.95872pt \left (S\right ) = {M}_{22}. Theorem RSLT then implies that S is surjective.

(c) Since S is both injective and surjective, Theorem ILTIS says S is invertible.

C50 Contributed by Robert Beezer Statement [1610]
Determine the kernel of S first. The condition that S\left (\left [\array{ a&b } \right ]\right ) = 0 becomes (3a + b) + (5a + 2b)x = 0 + 0x. Equating coefficients of these polynomials yields the system

\eqalignno{ 3a + b & = 0 & & \cr 5a + 2b & = 0 & & }

This homogeneous system has a nonsingular coefficient matrix, so the only solution is a = 0, b = 0 and thus

K\kern -1.95872pt \left (S\right ) = \left \{\left [\array{ 0&0 } \right ]\right \}

By Theorem KILT, we know S is injective. With n\left (S\right ) = 0 we employ Theorem RPNDD to find

r\left (S\right ) = r\left (S\right ) + 0 = r\left (S\right ) + n\left (S\right ) =\mathop{ dim}\nolimits \left ({M}_{12}\right ) = 2 =\mathop{ dim}\nolimits \left ({P}_{1}\right )

Since ℛ\kern -1.95872pt \left (S\right ) ⊆ {P}_{1} and \mathop{ dim}\nolimits \left (ℛ\kern -1.95872pt \left (S\right )\right ) =\mathop{ dim}\nolimits \left ({P}_{1}\right ), we can apply Theorem EDYES to obtain the set equality ℛ\kern -1.95872pt \left (S\right ) = {P}_{1} and therefore S is surjective.

One of the two defining conditions of an invertible linear transformation is (Definition IVLT)

\eqalignno{ \left (S ∘ R\right )\left (a + bx\right ) & = S\left (R\left (a + bx\right )\right ) & & \cr & = S\left (\left [\array{ (2a − b)&(−5a + 3b) } \right ]\right ) & & \cr & = \left (3(2a − b) + (−5a + 3b)\right ) + \left (5(2a − b) + 2(−5a + 3b)\right )x & & \cr & = \left ((6a − 3b) + (−5a + 3b)\right ) + \left ((10a − 5b) + (−10a + 6b)\right )x & & \cr & = a + bx & & \cr & = {I}_{{P}_{1}}\left (a + bx\right ) & & }

That \left (R ∘ S\right )\left (\left [\array{ a&b } \right ]\right ) = {I}_{{M}_{12}}\left (\left [\array{ a&b } \right ]\right ) is similar.

M30 Contributed by Robert Beezer Statement [1611]
(Another approach to this solution would follow Example CIVLT.)

Suppose that {S}^{−1}: {M}_{ 1,2} → {P}_{1} has a form given by

{ S}^{−1}\left (\array{ z&w } \right ) = \left (rz + sw\right )+\left (pz + qw\right )x

where r,\kern 1.95872pt s,\kern 1.95872pt p,\kern 1.95872pt q are unknown scalars. Then

\eqalignno{ a + bx & = {S}^{−1}\left (S\left (a + bx\right )\right ) & & \cr & = {S}^{−1}\left (\left [\array{ 3a + b&2a + b } \right ]\right ) & & \cr & = \left (r(3a + b) + s(2a + b)\right ) + \left (p(3a + b) + q(2a + b)\right )x & & \cr & = \left ((3r + 2s)a + (r + s)b\right ) + \left ((3p + 2q)a + (p + q)b\right )x & & }

Equating coefficients of these two polynomials, and then equating coefficients on a and b, gives rise to 4 equations in 4 variables,

\eqalignno{ 3r + 2s & = 1 & & \cr r + s & = 0 & & \cr 3p + 2q & = 0 & & \cr p + q & = 1 & & \cr & & }

This system has a unique solution: r = 1, s = −1, p = −2, q = 3. So the desired inverse linear transformation is

{ S}^{−1}\left (\array{ z&w } \right ) = \left (z − w\right )+\left (−2z + 3w\right )x

Notice that the system of 4 equations in 4 variables could be split into two systems, each with two equations in two variables (and identical coefficient matrices). After making this split, the solution might feel like computing the inverse of a matrix (Theorem CINM). Hmmmm.

M31 Contributed by Robert Beezer Statement [1612]
(Another approach to this solution would follow Example CIVLT.)

We are given that R is invertible. The inverse linear transformation can be formulated by considering the pre-image of a generic element of the codomain. With injectivity and surjectivity, we know that the pre-image of any element will be a set of size one — it is this lone element that will be the output of the inverse linear transformation.

Suppose that we set v = \left [\array{ x\cr y } \right ] as a generic element of the codomain, {M}_{21}. Then if \left [\array{ r&s } \right ] = w ∈ {R}^{−1}\left (v\right ),

\eqalignno{ \left [\array{ x\cr y } \right ] & = v = R\left (w\right ) & & \cr & = \left [\array{ r + 3s\cr 4r + 11s } \right ] & & }

So we obtain the system of two equations in the two variables r and s,

\eqalignno{ r + 3s & = x & & \cr 4r + 11s & = y & & }

With a nonsingular coefficient matrix, we can solve the system using the inverse of the coefficient matrix,

\eqalignno{ r & = −11x + 3y & & \cr s & = 4x − y & & }

So we define,

{ R}^{−1}\left (v\right ) = {R}^{−1}\left (\left [\array{ x\cr y } \right ]\right ) = w = \left [\array{ r&s } \right ] = \left [\array{ −11x + 3y&4x − y } \right ]

T15 Contributed by Robert Beezer Statement [1613]
If T is surjective, then Theorem RSLT says ℛ\kern -1.95872pt \left (T\right ) = V , so r\left (T\right ) =\mathop{ dim}\nolimits \left (V \right ). In turn, the hypothesis gives r\left (T\right ) =\mathop{ dim}\nolimits \left (U\right ). Then, using Theorem RPNDD,

n\left (T\right ) = \left (r\left (T\right ) + n\left (T\right )\right ) − r\left (T\right ) =\mathop{ dim}\nolimits \left (U\right ) −\mathop{ dim}\nolimits \left (U\right ) = 0

With a null space of zero dimension, K\kern -1.95872pt \left (T\right ) = \left \{0\right \}, and by Theorem KILT we see that T is injective. T is both injective and surjective so by Theorem ILTIS, T is invertible.

T30 Contributed by Robert Beezer Statement [1613]
Since U and V are isomorphic, there is at least one isomorphism between them (Definition IVS), say T : U → V . As such, T is an invertible linear transformation.

For α ∈ ℂ define the linear transformation S : V → V by S\left (v\right ) = αv. Convince yourself that when α\mathrel{≠}0, S is an invertible linear transformation (Definition IVLT). Then the composition, S ∘ T : U → V , is an invertible linear transformation by Theorem CIVLT. Once convinced that each non-zero value of α gives rise to a different functions for S ∘ T, then we have constructed infinitely many isomorphisms from U to V .

T40 Contributed by Robert Beezer Statement [1614]
Since S ∘ T is invertible, by Theorem ILTIS S ∘ T is injective and therefore has a trivial kernel by Theorem KILT. Then

\eqalignno{ K\kern -1.95872pt \left (T\right ) & ⊆K\kern -1.95872pt \left (S ∘ T\right ) & &\text{@(a href="fcla-jsmath-2.23li52.html#exercise.ILT.T15")Exercise ILT.T15@(/a)} & & & & \cr & = \left \{0\right \} & &\text{@(a href="fcla-jsmath-2.23li52.html#theorem.KILT")Theorem KILT@(/a)} & & & & }

Since T has a trivial kernel, by Theorem KILT, T is injective. Also,

\eqalignno{ r\left (T\right ) & =\mathop{ dim}\nolimits \left (U\right ) − n\left (T\right ) & &\text{@(a href="#theorem.RPNDD")Theorem RPNDD@(/a)} & & & & \cr & =\mathop{ dim}\nolimits \left (U\right ) − 0 & &\text{@(a href="#theorem.NOILT")Theorem NOILT@(/a)} & & & & \cr & =\mathop{ dim}\nolimits \left (V \right ) & &\text{Hypothesis} & & & & }

Since ℛ\kern -1.95872pt \left (T\right ) ⊆ V , Theorem EDYES gives ℛ\kern -1.95872pt \left (T\right ) = V , so by Theorem RSLT, T is surjective. Finally, by Theorem ILTIS, T is invertible.

Since S ∘ T is invertible, by Theorem ILTIS S ∘ T is surjective and therefore has a full range by Theorem RSLT. Then

\eqalignno{ W & = ℛ\kern -1.95872pt \left (S ∘ T\right ) & &\text{@(a href="fcla-jsmath-2.23li53.html#theorem.RSLT")Theorem RSLT@(/a)} & & & & \cr & ⊆ℛ\kern -1.95872pt \left (S\right ) & &\text{@(a href="fcla-jsmath-2.23li53.html#exercise.SLT.T15")Exercise SLT.T15@(/a)} & & & & }

Since ℛ\kern -1.95872pt \left (S\right ) ⊆ W we have ℛ\kern -1.95872pt \left (S\right ) = W and by Theorem RSLT, S is surjective. By an application of Theorem RPNDD similar to the first part of this solution, we see that S has a trivial kernel, is therefore injective (Theorem KILT), and thus invertible (Theorem ILTIS).

Annotated Acronyms LT: Linear Transformations

Theorem MBLT
You give me an m × n matrix and I’ll give you a linear transformation T : {ℂ}^{n} → {ℂ}^{m}. This is our first hint that there is some relationship between linear transformations and matrices.

Theorem MLTCV
You give me a linear transformation T : {ℂ}^{n} → {ℂ}^{m} and I’ll give you an m × n matrix. This is our second hint that there is some relationship between linear transformations and matrices. Generalizing this relationship to arbitrary vector spaces (i.e. not just {ℂ}^{n} and {ℂ}^{m}) will be the most important idea of Chapter R.

Theorem LTLC
A simple idea, and as described in Exercise LT.T20, equivalent to the Definition LT. The statement is really just for convenience, as we’ll quote this one often.

Theorem LTDB
Another simple idea, but a powerful one. “It is enough to know what a linear transformation does to a basis.” At the outset of Chapter R, Theorem VRRB will help us define a very important function, and then Theorem LTDB will allow us to understand that this function is also a linear transformation.

Theorem KPI
The pre-image will be an important construction in this chapter, and this is one of the most important descriptions of the pre-image. It should remind you of Theorem PSPHS, which is described in Acronyms V. See Theorem RPI, which is also described below.

Theorem KILT
Kernels and injective linear transformations are intimately related. This result is the connection. Compare with Theorem RSLT below.

Theorem ILTB
Injective linear transformations and linear independence are intimately related. This result is the connection. Compare with Theorem SLTB below.

Theorem RSLT
Ranges and surjective linear transformations are intimately related. This result is the connection. Compare with Theorem KILT above.

Theorem SSRLT
This theorem provides the most direct way of forming the range of a linear transformation. The resulting spanning set might well be linearly dependent, and beg for some clean-up, but that doesn’t stop us from having very quickly formed a reasonable description of the range. If you find the determination of spanning sets or ranges difficult, this is one worth remembering. You can view this as the analogue of forming a column space by a direct application of Definition CSM.

Theorem SLTB
Surjective linear transformations and spanning sets are intimately related. This result is the connection. Compare with Theorem ILTB above.

Theorem RPI
This is the analogue of Theorem KPI. Membership in the range is equivalent to nonempty pre-images.

Theorem ILTIS
Injectivity and surjectivity are independent concepts. You can have one without the other. But when you have both, you get invertibility, a linear transformation that can be run “backwards.” This result might explain the entire structure of the four sections in this chapter.

Theorem RPNDD
This is the promised generalization of Theorem RPNC about matrices. So the number of columns of a matrix is the analogue of the dimension of the domain. This will become even more precise in Chapter R. For now, this can be a powerful result for determining dimensions of kernels and ranges, and consequently, the injectivity or surjectivity of linear transformations. Never underestimate a theorem that counts something.