Lecture 11 - Finishing 7.A

As some things for the class:

Recall that:

Definition

T self-adjoint means T=T.
T being normal means TT=TT.

One thing we proved is:

Nice properties of normal operators.

TL(V) is normal operator iff Tv=Tv for all vV.

We wanted to prove:

Eigenvectors for a normal operator

  1. Suppose TL(V) is normal, and a given eigenvector vV for T (ie: Tv=λv where v0). Then Tv=λv, so v is an eigenvector of T as well.

We do the proof:

Proof
We can show that TλI is normal, via:

(TλI)(TλI)=(TλI)(TλI)?TTλTλT+|λ|2=TTλTλT+|λ|

As such, then we can use the other lemma above to get:

(TλI)v=0

for any eigenvector v0 with eigenvalue λ. As such, then (TλI)v=0. Thus, iff:

(TλI)v=0(TλI)v=0

So then (TλI)v=0 and as such then v is an eigenvector of T with eigenvalue λ.

Lemma

Suppose T is normal. Then eigenvectors of T corresponding to different eigenvalues are orthogonal.

Proof
Consider two different v1,v20 are eigenvectors, corresponding to λ1,λ2 respectively, where λ1λ2. Thus:

Tv1=λ1v1,Tv2=λ2v2

using Lecture 10 - Adjoint in More Detail#^bfabbc, then:

Tv1=λ1v1,Tv2=λ2v2

Notice that:

Tv1,v2=v1,Tv2λ1v1,v2=v1,λ2v2λ1v1,v2=λ2v1,v2(λ1λ2)v1,v2

But since λ1λ2 then λ1λ20 so then clearly v1,v2=0. Thus v1,v2 are orthogonal.

So maybe we can make a basis with eigenvectors with are all orthogonal. This next section discusses when that happens.

7.B: The Spectral Theorem

Recall that an operator TL(V) (assuming finite dimensional over F) is diagonalizable iff there is a basis of eigenvectors (an eigenbasis) of V. Thus, it is a basis consisting of eigenvectors of T.

If you have such a basis β, then thinking about the matrix is just gonna have eigenvalues on the diagonal:

M(T,β)=[λ1,000λ2000λn]

where there could be repetition on our λi's. The question is, when does T have an orthonormal eigenbasis?

Let's investigate this for a second. Which ones do we know have this property?

Suppose T has an orthonormal eigenbasis. Then M(T,β) is as shown above, and thus is diagonal. But what about M(T)? It also must be diagonal. This is because:

M(T)=M(T)=[λ1,000λ2000λn]

Notice that:

M(TT)=M(T)M(T)=M(T)M(T)=M(TT)

Thus T is normal. Even better, all the λi's would have to be real since then λi=λ1 which can only happen if the λi's are all real. And then M(T)=M(T) so T=T. So if it's a real vector space, then we get both normality and self-adjointness together. Thus:

The Spectral Theorem(s)

Suppose TL(V), the following are equivalent:

  1. T is normal (when F=C), T is self-adjoint (and thus also normal) (when F=R)
  2. V has an orthonormal eigenbasis.
  3. T has a diagonal matrix representation w.r.t. some orthonormal basis.

Proof
We already know (2) is equivalent with (3) from Chapter 5. We already know that (c) implies (a) via our explanation prior. Thus, we just need to show that we can go from (a) to any of (b) or (c). It actually depends on our field F which one to do, based on if we have a real-vector space or complex-vector space.

In a more specific case (and without loss of generality), we focus on (a) implies (c). Suppose T is normal, and V is a complex vector space. Because V is over C, then we know that there exists an orthonormal basis, namely β={e1,...,en} such that:, M(T) is UT:

M(T)=[a11a12a1n0a22a2n00ann]

thus:

M(T)=M(T)=M(T)=[a1100a12a220a1na2nann]

The first column of M(T) is just Te1, and the same for M(T) is Te1.

Recall that since Tv=Tv by an earlier theorem, so since:

v=c1e1++cnenv2=i=1n|ci|2

so then:

Te1=Te2|a11|2=|a11|2++|a1n|2

But since |a11|2=|a11|2 then everything else must be 0's. As such, then a12,...,a1n=0.

Repeat this process for all n columns. As such, M(T) is diagonal.