Lecture 25 - Starting 8.C

We talked about stuff from the end of 8.B. See that section specifically to get info on what you missed.

Starting 8.C: Characteristic Polynomial and Minimal Polynomial

Let's start with the definition:

characteristic polynomial

Suppose TL(V), where V is a complex vector space. Let λ1,...,λm be the distinct eigenvalues of T with multiplicities d1,..,dm. Then the characteristic polynomial of T is:

pT(z)=(zλ1)d1(zλ2)d2(zλm)dm

Where pT denotes this polynomial in relation to T.

Fact

deg(pT)=dim(V). This comes from Chapter 8 - Operators on Complex Vector Spaces#^aa3174.

Fact

The zeroes of the characteristic polynomial pT are precisely the eigenvalues of T.

Axler would disapprove, but usually the characteristic polynomial is defined using the determinant:

pT(z)=det(zIT)

But it's harder to find these facts using the determinant definition. Hence why Axler does this.

Cayley-Hamilton Theorem

This is a big theorem, but it's a one liner as we've done all the leg work to get to this point:

Cayley-Hamilton Theorem

Every operator on a complex vector space is a root (namely a zero) of its characteristic polynomial.

What this says is that:

pT(T)=0T

Proof
Use the definition with z:=T:

pT(T)=(Tλ1I)d1(Tλ2I)d2(TλmI)dm

And if we plug in any vector vV, then we know that:

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

So then:

v=α1v1++αmvm

where each viG(λi,T). Notice that:

pT(T)(v)=(i=1m(TλiI)di)(j=1mvj)=j=1mi=1,ijm(TλiI)di(TλjI)dj=0T since vjG(λj,T)vj=j=1mi=1,ijm(TλiI)di0=j=1m0=0

Thus pT(T)=0T as v was arbitrary.

This begs the question:

Question

Every operator TL(V) is a zero of it's characteristic polynomial, namely pT(T)=0T. But is it possible that it could be the zero of a polynomial of lesser degree? Namely, could we reduce the degree of p such that we get the same property?

As an example, consider:

M(T)=λI=[λ000λ000λ]

Notice then that:

M(TλI)=0=[000000000]

So then λ is the only eigenvalue and has multiplicity 3. Thus we can write down:

pT(z)=(zλ)3

We know that pT(T)=0 as we expect. But we don't need the 3rd power in this case for the Cayley Hamilton Theorem to be true. We could instead have:

μ(z)=(zλ)μ(T)=TλI=0T

Heck we could've even done a squared term and gotten something similar. But finding the smallest degree is of interest, and is called the minimal polynomial.

minimal polynomial

Suppose TL(V) where V is a complex vector space. The minimal polynomial of T is defined to be the unique monic polynomial (the leading coefficient is equal to 1) μT, of smallest degree, such that:

μT(T)=0T
Fact

  1. deg(μT)deg(pT)=dim(V)
  2. Any polynomial s with s(T)=0T can only happen iff s is a multiple of μT.
  3. pT is a multiple of μT
  4. The zeroes of μT are precisely the eigenvalues of T.