Lecture 24 - (finish) Decomposing Operators

Announcements:

Recall from last week that we talked about this "main result":

Theorem

Given an operator TL(V) where V is a complex finite-dimensional vector space, then there is a basis of generalized eigenvectors of T.

Namely:

V=G(λ1,T)G(λm,T)

Further, we defined the multiplicity of an eigenvalue λi:

multiplicity of an eigenvalue

For TL(V), the multiplicity of an eigenvalue is dim(G(λ,T))=dim(null(TλI)dim(V)).

And for the matrix representation of M(T) using the basis of generalized eigenvectors? Suppose we have:

Then we have a bloch-diagonal structure:

M(T,β)=[M(T|G(λ1,T))000M(T|G(λ2,T))000M(T|G(λn,T))]

Note that T=(TλiI)+λiI and here TλiI is nilpotent on G(λi,T) specifically. What that means is that:

M(T)=[000]+[λi00λi]=[λi0λi]

Thus:

M(T,β)=[[λ10λ1]000[λ20λ2]000[λm0λm]]

Note the 0's in the main matrix are all matrices with corresponding entries all 0's.

Square Roots

We can do some nice things with nilpotent operators! Suppose N is a nilpotent operator. Then there's some minimum positive integer mZ+ such that Nm=0 (the zero operator).

Let p(x)P(F), with:

p(x)=i=0naixi

then:

p(N)=i=0naiNi=i=0min(n,m1)aiNi

where the second equality comes from the fact that Nm=0 and same for higher powers. In fact, substituting n allows p(N) to still be finite. So if you gave me some power series:

i=0aixi

then substituting N gives:

i=0aiNi=i=0m1aiNi

So using a nilpotent operator in a power series always gives a polynomial operator in N. What can we do with fact? Look at the geometric series for example:

i=0xi=11x(1x)(1+x+x2+)=1

Substituting N in here:

I=(IN)(I+N+N2++Nm1)

because we have have a nilpotent operator. If we were to foil this out a lot of cancellation happens, and we'd only have the first I term and the last Nm=0 term which becomes irrelevant anyway. This all implies that IN is invertible and is given by:

(IN)1=i=0m1Ni

Looking at another series:

11+x=i=0(1)ixi

Implying that the inverse of I+N is:

(I+N)1=i=0m1(1)iNi

Now for a big one. We generalized:

(1+x)k=i=0(ki)xi

We were allowed to choose things like k=12 though and it still worked:

1+x=i=0(12i)xi

Now plugging x:=N to get:

an operator that squares to I+N=i=0(12i)Ni=i=0m1(12i)Ni

For this specific case:

=I+(121)N++(12m1)Nm1=I+12N18N2+116N3++(12m1)Nm1

This brings us to:

Theorem

Given a nilpotent NL(V), the operator I+N has a square root

Proof
We can use the construction made above.

Theorem

Every invertible operator TL(V) on a complex vector space V has a square root.

Proof
Let λ1,...,λm be the distinct eigenvalues of T. As V is complex, then:

V=i=1mG(λi,T)

Let's construct an operator R such that R2=T. Define R by its action on a basis. In particular, using the basis β={v11,...,vβ11,...,v1m,...,vβmm}.

Consider G(λi,T)=span(v1i,...,vβii). On this space, notice T=(TλiI)+λiI whcih is a nilpotent plus the identity:

T=(TλiI)+λiI=λi(I+1λi(TλiI)nilpotent)λi0 since T is invertible=... see ya next time