Lecture 19

[[lecture-data]]

2024-10-11

Readings

4. Chapter 4

Finishing up today

Corollary

Suppose A,BMn are hermitian. Then the vector of eigenvalues for A+B, call this λ(A+B), majorizes the vector λ(A)+λ(B) (the vector of eigenvalues of A plus the vector of eigenvalues of B).

Proof

For all k{1,2,,n}, we have

i=1kλi(A+B)=minUMn,k orthonormalTrU(A+B)U=minUMn,k orthonormal[Tr(UAU)+Tr(UBU)]minUMn,kTr(UAU)+minUMn,kTrUBU=i=1kλi(A)+i=1kλi(B)=i=1kλi(A)+λi(B)

When n=k, we get precisely that

i=1nλi(A+B)=Tr(A+B)=Tr(A)+Tr(B)=i=1nλi(A)+λi(B)

(see the eigenvalues of the sum of hermitian matrices majorize the sum of their individual eigenvalues)

Theorem (Hadamard's Inequality)

Let AMn be positive semidefinite (aka hermitian). Then

detAi=1naii
Proof

For all i, we have 0λ1(A)aii since A is positive semidefinite and by interlacing 2. Thus we know i=1naii0. If A is singular ie detA=0 then the result is immediate.

If A is not singular, then A is positive definite and thus 0<λ1(A)aii for all i. Let D be an (invertible) diagonal matrix with diagonal entries dii=1aii.

Note that DAD is hermitian and positive definite. For all xCn0, we have xDADx=xDADx=yAy>0 since A is positive definite.

detAi=1naii=det(D2)detA=detDdetDdetA=detDAD=i=1nλi(DAD)[1ni=1nλi(DAD)]n()=[1nTrDAD]n()=(nn)n=1

() is due to the arithmetic-geometric mean inquality and () is because the eigenvalues of DAD will be all 1s. This is because when we multiply A by D on each side, we get that the diagonals are equal to 1, and then
(see Hadamard's Inequality)

Arithmetic-Geometric Mean Inquality

Let xi,,xn be some collection of numbers.
The arithmetic mean is μA=i=1nxin
The geometric mean is μG=(i=1nxi)1/n

And we have μAμG.
(see arithmetic-geometric mean inquality)

Drawing up a concept map.
When preparing for an exam, it is important to see all of the important ideas and try and see how they fit together.

In this chapter, Courant-Fisher is the main central theorem.

7. Chapter 7

Singular Value Decomposition

Let AMm,n such that mn. Then there exists UMn unitary, ΣMm diagonal, and WMm,n with orthonormal rows such that

A=UΣW

WLOG, we assume the diagonal elements of D are nonnegative and ordered in a non-increasing.

Proof

Note that AA is hermitian and therefore positive semidefinite. So there exists UMn unitary and DMn diagonal such that AA=UDU by the spectral theorem for hermitian matrices. Call the columns of U=[u1|u2||um]

Say each of the elements in D are called σii20 (we can do this because each eigenvector of AA is real).

Say A is rank k. Then let σk>0,σk+1=0 and define Σ to be the m×m matrix containing the ordered σis.

For i=1,,k, define the ith row of W to be 1σiuiA. These are orthonormal since for all i,j we have (1σiuiA)1σjujA=uiAAuj=1σiσjDij and this is 1 if i=j and 0 otherwise.

For i=k+1,,m, define the rows of W any way you like, so long as they are orthonormal and orthogonal to the first k rows of W. And thus we are done! We have

UA=ΣWA=UΣW

For rows 1,,k equality holds by construction. For rows k+1,,m, we have AAui=0 since each ui is an eigenvector with eigenvalues 0 for AA. Thus we have uiAAui=0=||uiA||22uiA=0= the ith row of W. So LHS = RHS = 0.

Note that if A is real, we can take U,Σ,W real.

(see singular value decomposition)