Lecture 10 - Adjoint in More Detail

Recall the idea from last time:

This diagram gives the idea of the maps we are using, where f(w)=w,f for all w.

We've spent a long time talking about the adjoint. As such, let's look at some nice properties of certain operators.

self-adjoint

An operator TL(V) is called self-adjoint if T=T:

Tv1,v2=v1,Tv2

for all v1,v2V.

A lot of nice properties come as a result of this:

Lemma

The eigenvalues of a self-adjoint operator λ are always real.

Proof
Suppose Tv=λv for some non-zero vV. We'll show λ has no imaginary component. Notice that:

Tv,v=v,Tvλv,v=v,λvλv,v=λv,v

so since v0 then v,v0 so divide by it, showing λ=λ so then λ must be real.

Properties of Adjoint Operators

V is finite-dimensional complex inner product space.

  • Tv,v=0 for all vV is equivalent to T=0V.
  • Tv,vR for all vV is equivalent to T=T.

Proof
The proof of (a) comes from the idea that if Tu,v is a sum of things that look like T, then the whole thing is 0 by assumption. The reverse direction is pretty obvious though.

For (b), notice if our supposition is true then:

Tv,vTv,v=0 by supposition=Tv,vv,Tv=Tv,vTv,v=(TT)v,v

So then the whole thing is 0, so TT is the zero map, and thus must be equal (all iff).

Proposition

If T=T (ie: T is self-adjoint) and Tv,v=0 for all vV, then T=0V, considering V is a real vector space

Proof
This is different from the previous lemma, as there we were in a complex inner product space. The proof is very similar, and we'll skip it for here.

Normal Operators

normal operators

An operator TL(V) is called normal if:

TT=TT

in other words, T commutes with its adjoint.

Note that if T=T, then this always happens. So all self-adjoint operators are normal. But the other way is not true.

As an example, consider V=span(e1,e2) with e1,e2 being a LI set. Define the map:

ΓL(V):Γ(e1)=e1+2e2,Γ(e2)=2e1+e2

thus:

M(Γ)=[1221]

so then:

M(Γ)=[1221]=M(Γ)

notice these don't equal, so Γ is not self-adjoint. But is Γ normal?

M(ΓΓ)=M(Γ)M(Γ)=...=[5005]

and for the other way around:

M(ΓΓ)=[5005]

so Γ is normal, while not being self-adjoint.

Nice properties of normal operators.

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

Proof
Start with T is normal, iff TTTT=0 iff by Lecture 10 - Adjoint in More Detail#^64e249 then (TTTT)v,v=0 for all vV. Breaking up the right side:

(TTTT)v,v=0TTv,v=TTv,vTv,Tv=Tv,TvDef. of adjointTv2=Tv2

Taking square roots finishes the proof.

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.

Proof
For (1), we know (TλI)=T(λI)=TλI=TλI. As such, then we want to know if TλI is a normal operator. For that to be the case then:

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

So clearly it's normal. So then next time we'll finish the proof.