Lecture 24 - Finishing Eigenstuff

Recall the theorem from last time:

Theorem

Every operator TL(V), where V is a finite-dimensional complex vector space has a matrix representation which is upper-triangular.

This just means that there is a basis v1,...,vn such that M(T,β) is U.T.

Proof
We'll prove this by induction on the size of the dimension dim(V)=n.

For our base case, if n=1, then we have a A1×1 so then A1×1=[a] which is already upper triangular.

Now let the theorem hold for all cases n<k for some kN. We'll try to prove the k case. Via Lecture 23 - Polynomial Operator#^9bac66, T has an eigenvalue λ. Consider U=range(TλI).

Note

A thing about U is that it is T-invariant, so if uU then TuU. Let's prove this. Let uU be arbitrary. Then urange(TλI) so then there is some vV such that (TλI)v=u. Then Tu=T(TλI)v=(TλI)(Tv)U completing the proof.

Also note that since dim(null(TλI))>1 since we have an eigenvector already (from it associated eigenvalue λ) so then by the FTOLM then dim(U)<dim(V).

So then T|U is an operator on U since dim(U)<n, so then by induction there is some basis u1,...,uk such that M(T|U,(u1,...,uk)) is upper triangular. Next, we'll extend this basis u1,...,uk to a basis for V, namely u1,...,uk,v1,...,vnk. Call it β. We claim that this will give me an U.T. matrix representation.

M(T,β)=[upper triangulardon’t care0’sλ’s on the diagonal]

where the columns come from T(u1),...,T(uk),T(v1),...,T(vnk) and the rows come form u1,...,uk,v1,...,vnk. This is a weird matrix, so let's explain it:

T(vi)=T(vi)+λviλvi=(TλI)viU+λvi

so then we have to have a λ on the diagonal for this matrix, which is upper triangular.

Theorem

Suppose TL(V) and there is a basis v1,...,vn denoted β, for which M(T,β) is U.T. Then T is invertible iff every diagonal entry in M(T,β) is non-zero.

So if you see a 0 on the diagonal, then you immediately know that T isn't invertible.

Proof
We'll do a proof by contradiction for . Assume T is invertible and that ak,k entry in M(T,β) is 0. That means that:

T(vk)=a1kv1++akkvk+

but since it upper triangular than all aj,k for j>k are all 0's:

T(vk)=a1kv1++akkvk

but also we assumed akk=0:

T(vk)=a1kvk++a(k1)kvk1span(v1,...,vk1)

Since T is invertible, we have it that T(v1),...,T(vk) is LI since v1,...,vk are LI.

We have a LI list of length k given by T(v1),...,T(vk) in a vector space of dimension k1 given by span(v1,...,vk1) which is a contradiction.

The other direction requires some material that we haven't covered yet, and we'll look at that tomorrow.