Lecture 28 - Continuing Jordan Block Decomposition

Last time we looked at the following:

An Example

Let's do an example to get our feet wet. Suppose TL(V) with dim(V)=9. Further, we suppose that: null(T0)dim=0null(T1)dim=4null(T2)dim=7null(T3)dim=8null(T4)dim=9==V
So since T0,T1,T2,T3 have non-trivial nullspaces, we can choose vectors from each of them:

  • Choose v1V such that T3v0. Note that T4v1=0
  • Now consider null(T4)/null(T3). They are vectors which are in null(T4) plus something in null(T3). But we know that v1null(T3) so then v1+null(T3)0+null(T3) is a valid basis for it.
  • Now consider null(T3)/null(T2), Tv1+null(T2) is a basis for null(T3)/null(T2) .
  • Consider null(T2)/null(T), then T2v1+null(T) is a start, but we need to add 2 more vectors. Thus add v2,v3 in this list. So we have T2v1+null(T),v2+null(T),v3+null(T).
  • Consider null/{0}. It's dimension is 4 so have T3v1,Tv2,Tv3,v4 where v4 is added on.
In general:

  1. Choose v1V such that Tn1v0 for n=dim(V).
  2. Find a basis for null(Tnk)/null(Tnk1) where k1.
  3. Repeat for growing values of k, moving over the difference in dimensions of our nullspace chain.

Notice that the dimension of the first quotient space was 1, then 1, then 3, then 4, taking the differences of each dimension as we start from the right and move to the left. In fact, we did a HW Problem that showed a similar part of this relationship, showing the iterative step:

13

Theorem

Suppose U is a subspace of V and v1+U,...,vm+U is a basis of V/U and u1,...,un is a basis of U. Then v1,...,vm,u1,...,un is a basis of V.

Proof
Let's determine if it's a basis by equating dimension, and determining LI.

First, the dimension of V/U is m given by the first basis, and the dimension of U is n via the second basis. As such, then:
dim(V/U)=dim(V)dim(U)dim(V)=m+n
so the proposed basis has the right number of vectors from V.

Now for LI. Consider when:
α1v1++αmvm+αm+1u1++αm+nun=0
Notice that our first basis for V/U implies that for any aiF that if:
a1(v1+U)++am(vm+U)=((a1v1)+U)++((amvm)+U)=0=U
Then all ai=0, which becomes:
(a1v1++amvm)+U=Ua1v1++amvm=0
So namely we've found that v1,...,vm must be LI. We already know that the same thing occurs for u1,...,un showing those vectors are LI.

Notice that if αm+1u1++αm+nun=0 then we are done since then:
α1v1++αmvm=0
So all αi=0 as required. Now instead, say that αm+1u1++αm+nun0, call it uU. We'll show that this is impossible via contradiction. So then:
α1v1++αmvm+u=0
Clearly if α1v1++αmvm=0 then we'd have u=0 which is a contradiction, so suppose the sum equals v. Then:
v+u=0v=u
But this is a contradiction! This is because then vU since v=u. That implies that v+U=U, which implies that 0=v which is a contradiction. As such, we must have one of v,u=0, so then we get that all ai=0 and thus the list of vectors are LI.

As such, the list of vectors is LI and of size m+n, so then it's a valid basis for V.

In the end, we get the basis:

β={T3v1,T2v1,Tv1,v1cycle 1,Tv2,v2cycle 2,Tv3,v3cycle 3,v4cycle 4}

This basis is actually called a Jordan-Basis. Notice that the first vector in each cycle is an eigenvector since, for example:

T(T3v1)=T4v1=0

since v1null(T4). We can repeat this process.

This will create a block diagonal matrix:

M(T,β)=[[0100001000010000]0000[0100]0000[0100]0000[0]]

notice that the matrix for TλI would just have λ's on the diagonal.

Proposition

Given a nilpotent operator N v1,...,vk and corresponding non-negative integers m1,...,mk such that:

  1. Nm1v1,Nm11v1,...,v1cycle 1,Nm2v2,...,v2,...,Nmkvk,...,vkcycle k is a basis for V
  2. Nmi+1vi=0 for all 1ik, so the Nmivi's are eigenvectors of λ=0.

Jordan Form

Recall that V=i=1mG(λi,T). If we happen to find bases β1,...,βm where each βi is a basis for G(λi,T), then:

M(T,(β1,...,βm))

is block diagonal. And one block looks like T|G(λi,T)=(TλiI)+λiI where (TλiI) is nilpotent while λiI is diagonalizable.

Each block is called a Jordan-Block. To save notation we define:

Jλ,n=[λ1000λ1000λ0000λ]

where here Jλ,n is n×n in size.

THEREFORE if you have any TL(V) then we make the bases β up above such that:

M(T)=[Jλ1,dimG(λ1,T)000Jλ2,dimG(λ2,T)000Jλm,dimG(λm,T)]

And notice that each Jλj,n is ALSO block diagonal.