Skip to main content

Section 5.4 Direct Sums and Invariant Subspaces

This section continues the discussion of direct sums (from Section 1.8) and invariant subspaces (from Section 4.1), to better understand the structure of linear operators.

Subsection 5.4.1 Invariant subspaces

Definition 5.4.1.

Given an operator T:VV, we say that a subspace UV is T-invariant if T(u)U for all uU.
Given a basis B={u1,u2,,uk} of U, note that U is T-invariant if and only if T(ui)U for each i=1,2,,k.
For any operator T:VV, there are four subspaces that are always T-invariant:
{0},V,kerT, and imT.
Of course, some of these subspaces might be the same; for example, if T is invertible, then kerT={0} and imT=V.

Exercise 5.4.2.

Show that for any linear operator T, the subspaces kerT and imT are T-invariant.
Hint.
In each case, choose an element v of the subspace. What does the definition of the space tell you about that element? (For example, if vkerT, what is the value of T(v)?) Then show that T(v) also fits the defintion of that space.
A subspace U is T-invariant if T does not map any vectors in U outside of U. Notice that if we shrink the domain of T to U, then we get an operator from U to U, since the image T(U) is contained in U.

Definition 5.4.3.

Let T:VV be a linear operator, and let U be a T-invariant subspace. The restriction of T to U, denoted T|U, is the operator T|U:UU defined by T|U(u)=T(u) for all uU.

Exercise 5.4.4.

    True or false: the restriction T|U is the same function as the operator T.
  • True.

  • The definition of a function includes its domain and codomain. Since the domain of T|U is different from that of T, they are not the same function.
  • False.

  • The definition of a function includes its domain and codomain. Since the domain of T|U is different from that of T, they are not the same function.
A lot can be learned by studying the restrictions of an operator to invariant subspaces. Indeed, the textbook by Axler does almost everything from this point of view. One reason to study invariant subspaces is that they allow us to put the matrix of T into simpler forms.
Reducing a matrix to block triangular form is useful, because it simplifies computations such as determinants and eigenvalues (and determinants and eigenvalues are computationally expensive). In particular, if a matrix A has the block form
A=[A11A12A1n0A22A2n00Ann],
where the diagonal blocks are square matrices, then det(A)=det(A11)det(A22)det(Ann) and cA(x)=cA11(x)cA22(x)cAnn(x).

Subsection 5.4.2 Eigenspaces

An important source of invariant subspaces is eigenspaces. Recall that for any real number λ, and any operator T:VV, we define
Eλ(T)=ker(Tλ1V)={vV|T(v)=λv}.
For most values of λ, we’ll have Eλ(T)={0}. The values of λ for which Eλ(T) is non-trivial are precisely the eigenvalues of T. Note that since similar matrices have the same characteristic polynomial, any matrix representation MB(T) will have the same eigenvalues. They do not generally have the same eigenspaces, but we do have the following.
In other words, the two eigenspaces are isomorphic, although the isomorphism depends on a choice of basis.

Subsection 5.4.3 Direct Sums

Recall that for any subspaces U,W of a vector space V, the sets
U+W={u+w|uU and wW}UW={vV|vU and vW}
are subspaces of V. Saying that vU+W means that v can be written as a sum of a vector in U and a vector in W. However, this sum may not be unique. If vUW, uU and wW, then we can write (u+v)+w=u+(v+w), giving two different representations of a vector as an element of U+W.
We proved in Theorem 1.8.9 in Section 1.8 that for any vU+W, there exist unique vectors uU and wW such that v=u+w, if and only if UW={0}.
In Definition 1.8.8, we said that a sum U+W where UW={0} is called a direct sum, written as UW.
Typically we are interested in the case that the two subspaces sum to V. Recall from Definition 1.8.11 that if V=UW, we say that W is a complement of U. We also say that UW is a direct sum decomposition of V. Of course, the orthogonal complement U of a subspace U is a complement in this sense, if V is equipped with an inner product. (Without an inner product we have no concept of “orthogonal”.) But even if we don’t have an inner product, finding a complement is not too difficult, as the next example shows.

Example 5.4.7. Finding a complement by extending a basis.

The easiest way to determine a direct sum decomposition (or equivalently, a complement) is through the use of a basis. Suppose U is a subspace of V with basis {e1,e2,,ek}, and extend this to a basis
B={e1,,ek,ek+1,,en}
of V. Let W=span{ek+1,,en}. Then clearly U+W=V, and UW={0}, since if vUW, then vU and vW, so we have
v=a1e1++akek=b1ek+1++bnken,
which gives
a1e1++akekb1ek+1bnken=0,
so a1=bnk=0 by the linear independence of B, showing that v=0.
Conversely, if V=UW, and we have bases {u1,u2,,uk} of U and {v1,v2,,vl} of W, then
B={u1,,uk,w1,,wl}
is a basis for V. Indeed, B spans V, since every element of V can be written as v=u+w with uU,wW. Independence follows by reversing the argument above: if
a1u1++akuk+b1w1+blwl=0
then a1u1++akuk=b1w1blwl, and equality is only possible if both sides belong to UW={0}. Since {u1,u2,,uk} is independent, the ai have to be zero, and since {w1,w2,,wl} is independent, the bj have to be zero.
The argument given in the second part of Example 5.4.7 has an immediate, but important consequence.

Example 5.4.9.

Suppose V=UW, where U and W are T-invariant subspaces for some operator T:VV. Let BU={u1,u2,,um} and let BW={w1,w2,,wn} be bases for U and W, respectively. Determine the matrix of T with respect to the basis B=BUBW of V.
Solution.
Since we don’t know the map T or anything about the bases BU,BW, we’re looking for a fairly general statement here. Since U is T-invariant, we must have T(ui)U for each i=1,,m. Similarly, T(wj)W for each j=1,,n. This means that we have
T(u1)=a11u1++am1um+0w1++0wnT(um)=a1mu1++ammum+0w1++0wnT(w1)=0u1++0um+b11w1++bn1wnT(wn)=0u1++0um+b1nw1++bnnwn
for some scalars aij,bij. If we set A=[aij]m×m and B=[bij]n×n, then we have
MB(T)=[A00B].
Moreover, we can also see that A=MBU(T|U), and B=MBW(T|W).
You have attempted 1 of 3 activities on this page.