Skip to main content

Section 2.3 Isomorphisms, composition, and inverses

We ended the last section with an important result. Exercise 2.2.17 showed that existence of an injective linear map T:VW is equivalent to dimVdimW, and that existence of a surjective linear map is equivalent to dimVdimW. It’s probably not surprising than that existence of a bijective linear map T:VW is equivalent to dimV=dimW.
In a certain sense that we will now try to make preceise, vectors spaces of the same dimension are equivalent: they may look very different, but in fact, they contain exactly the same information, presented in different ways.

Subsection 2.3.1 Isomorphisms

Definition 2.3.1.

A bijective linear transformation T:VW is called an isomorphism. If such a map exists, we say that V and W are isomorphic, and write VW.

Strategy.

We again need to prove both directions of an “if and only if”. If an isomorphism exists, can you see how to use Exercise 2.2.17 to show the dimensions are equal?
If the dimensions are equal, you need to construct an isomorphism. Since V and W are finite-dimensional, you can choose a basis for each space. What can you say about the sizes of these bases? How can you use them to define a linear transformation? (You might want to remind yourself what Theorem 2.1.8 says.)

Proof.

If T:VW is a bijection, then it is both injective and surjective. Since T is injective, dimVdimW, by Exercise 2.2.17. By this same exercise, since T is surjective, we must have dimVdimW. It follows that dimV=dimW.
Suppose now that dimV=dimW. Then we can choose bases {v1,,vn} of V, and {w1,,wn} of W. Theorem 2.1.8 then guarantees the existence of a linear map T:VW such that T(vi)=wi for each i=1,2,,n. Repeating the arguments of Exercise 2.2.17 shows that T is a bijection.
Buried in the theorem above is the following useful fact: an isomorphism T:VW takes any basis of V to a basis of W. Another remarkable result of the above theorem is that any two vector spaces of the same dimension are isomorphic! In particular, we have the following theorem.

Exercise 2.3.4.

Theorem 2.3.3 is a direct consequence of Theorem 2.3.2. But it’s useful to understand how it works in practice. Note that in the definition below, we use the term ordered basis. This just means that we fix the order in which the vectors in our basis are written.

Definition 2.3.5.

Let V be a finite-dimensional vector space, and let B={e1,,en} be an ordered basis for V. The coefficient isomorphism associated to B is the map CB:VRn defined by
CB(c1e1+c2e2++cnen)=[c1c2cn].
Note that this is a well-defined map since every vector in V can be written uniquely in terms of the basis B. But also note that the ordering of the vectors in B is important: changing the order changes the position of the coefficients in CB(v).
The coefficient isomorphism is especially useful when we want to analyze a linear map computationally. Suppose we’re given T:VW where V,W are finite-dimensional. Let us choose bases B={v1,,vn} of V and B={w1,,wm} of W. The choice of these two bases determines scalars aij,1in,1jm, such that
T(vj)=a1jw1+a2jw2++amjwj,
for each i=1,2,,n. The resulting matrix A=[aij] defines a matrix transformation TA:RnRm such that
TACB=CBT.
The relationship among the four maps used here is best captured by the “commutative diagram” in Figure 2.3.6.
Figure 2.3.6. Defining the matrix of a linear map with respect to choices of basis.
The matrix of a linear transformation is studied in more detail in Section 5.1.

Subsection 2.3.2 Composition and inverses

Recall that for any function f:AB, if f is a bijection, then it has an inverse: a function f1:BA that “undoes” the action of f. That is, if f(a)=b, then f1(b)=a, or in other words, f1(f(a))=a — the composition f1f is equal to the identity function on A.
The same is true for composition in the other order: ff1 is the identity function on B. One way of interpreting this is to observe that just as f1 is the inverse of f, so is f the inverse of f1; that is, (f1)1=f.
Since linear transformations are a special type of function, the above is true for a linear transformation as well. But if we want to keep everything under the umbrella of linear algebra, there are two things we should check: that the composition of two linear transformations is another linear transformation, and that the inverse of a linear transformation is a linear transformation.

Exercise 2.3.7.

Show that the composition of two linear maps is again a linear map.

Exercise 2.3.8.

Given transformations S:VW and T:UV, show that:
  1. kerTkerST
  2. imSTimS
Hint.
This is simpler than it looks! It’s mostly a matter of chasing the definitions: see Remark 2.2.3.

Exercise 2.3.9.

Let T:VW be a bijective linear transformation. Show that T1:WV is a linear transformation.
Hint.
Since T is a bijection, every wW can be associated with some vV.

Remark 2.3.10.

With this connection between linear maps (in general) and matrices, it can be worthwhile to pause and consider invertibility in the context of matrices. Recall that an n×n matrix A is invertible if there exists a matrix A1 such that AA1=In and A1A=In.
The same definition can be made for linear maps. We’ve defined what it means for a map T:VW to be invertible as a function. In particular, we relied on the fact that any bijection has an inverse.
Let A be an m×n matrix, and let B be an n×k matrix. Then we have linear maps
RkTBRnTARm,
and the composition TATB:RkRm satisfies
TATB(x)=TA(TB(x))=TA(Bx)=A(Bx)=(AB)x=TAB(x).
Note that the rules given in elementary linear algebra, for the relative sizes of matrices that can be multiplied, are simply a manifestation of the fact that to compose functions, the range of the first must be contained in the domain of the second.

Exercise 2.3.11.

Show that if ST=1V, then S is surjective and T is injective. Conclude that if ST=1V and TS=1W, then S and T are both bijections.
Hint.
This is true even if the functions aren’t linear. In fact, you’ve probably seen the proof in an earlier course!
Theorem 2.3.2 also tells us why we can only consider invertibility for square matrices: we know that invertible linear maps are only defined between spaces of equal dimension. In analogy with matrices, some texts will define a linear map T:VW to be invertible if there exists a linear map S:WV such that
ST=1V and TS=1W.
By Exercise 2.3.11, this implies that S and T are bijections, and therefore S and T are invertible, with S=T1.
We end this section with a discussion of inverses and composition. If we have isomorphisms S:VW and T:UV, what can we say about the composition ST?

Exercise 2.3.12.

    The inverse of the composition ST is S1T1.
  • True.

  • The composition of ST and its inverse should be the identity. Is that the case here? (Remember that order of composition matters!)
  • False.

  • The composition of ST and its inverse should be the identity. Is that the case here? (Remember that order of composition matters!)
We know that the composition of two linear transformations is a linear transformation, and that the composition of two bijections is a bijection. It follows that the composition of two isomorphisms is an isomorphism!
With this observation, one can show that the relation of isomorphism is an equivalence relation. Two finite-dimensional vector spaces belong to the same equivalence class if and only if they have the same dimension. Here, we see again the importance of dimension in linear algebra.

Remark 2.3.13.

If you got that last exercise incorrect, consider the following: given S:VW and T:UV, we have ST:UW. Since ST is an isomorphism, it has an inverse, which goes from W to U. This inverse can be expressed in terms of the inverses of S and T, but we’re going backwards, so we have to apply them in the opposite order!
UTVSW defines ST:UWUT1VS1W defines (ST)1:WU

Exercises Exercises

1.
Let T:P3P3 be defined by
T(ax2+bx+c)=(4a+b)x2+(4a4b+c)xa.
Find the inverse of T.
2.
  1. The linear transformation T1:R2R2 is given by
    T1(x,y)=(2x+9y,4x+19y).
    Find T11(x,y).
  2. The linear transformation T2:R3R3 is given by
    T2(x,y,z)=(x+2z,1x+y,1y+z).
    Find T21(x,y,z).
  3. Using T1 from part a, it is given that:
    T1(x,y)=(2,4)
    Find x and y.
    x= , y= .
  4. Using T2 from part b, it is given that:
    T2(x,y,z)=(6,3,1)
    Find x, y, and z.
    x= , y= , z=
You have attempted 1 of 9 activities on this page.