Mathematics · Book 4 · Bachelor Year 2

University Mathematics — Year 2

University Mathematics — Year 2 · Bachelor Year 2

13Hermitian Forms

Complex vector spaces have their own inner-product geometry, with one twist: linearity in one variable, conjugate-linearity in the other. The payoff for accepting the twist is a spectral theory even cleaner than the real one — Hermitian endomorphisms have real eigenvalues, unitary ones have unimodular eigenvalues, and both diagonalize in orthonormal bases. This short chapter runs the Euclidean program of Chapter 12 over C\C.

13.1 Hermitian inner products

Definition 13.1

A Hermitian inner product on a complex vector space EE is a map , ⁣:E×EC\langle\cdot,\cdot\rangle \colon E \times E \to \C that is linear in the second variable, conjugate-symmetric (y,x=x,y\langle y, x\rangle = \conj{\langle x, y\rangle} — hence conjugate-linear in the first variable), and positive definite (x,x>0\langle x, x\rangle > 0 for x0x \neq 0). The standard example on Cn\C^n:

x,y=i=1nxiyi;\langle x, y \rangle = \sum_{i=1}^{n} \conj{x_i}\, y_i ;

on continuous functions, f,g=abfg\langle f, g\rangle = \int_a^b \conj f\,g. Norm: x=x,x\norm x = \sqrt{\langle x,x\rangle}; a finite-dimensional complex space so equipped is a Hermitian space.

Example 13.2 (First computations)

In C2\C^2, take x=(1+i, 2i)x = (1+\iu,\ 2-\iu) and y=(i, 1)y = (\iu,\ 1). Then

x2=1+i2+2i2=2+5=7,y2=1+1=2,\norm x^2 = \abs{1+\iu}^2 + \abs{2-\iu}^2 = 2 + 5 = 7, \qquad \norm y^2 = 1 + 1 = 2,

and, conjugating the first argument,

x,y=(1+i)i+(2i)1=(1i)i+(2+i)=(i+1)+(2+i)=3+2i.\langle x, y\rangle = \conj{(1+\iu)}\,\iu + \conj{(2-\iu)}\cdot1 = (1-\iu)\iu + (2+\iu) = (\iu + 1) + (2 + \iu) = 3 + 2\iu .

Cauchy–Schwarz checks out: x,y2=9+4=1314=x2y2\abs{\langle x, y\rangle}^2 = 9 + 4 = 13 \leq 14 = \norm x^2\norm y^2 — close to equality, because xx is close to a multiple of yy. Note also y,x=3+2i=32i\langle y, x\rangle = \conj{3 + 2\iu} = 3 - 2\iu: conjugate-symmetry in action, and the reason x,x\langle x, x\rangle is always real.

Theorem 13.3 (Cauchy–Schwarz, complex)

x,yxy\abs{\langle x, y\rangle} \leq \norm x \norm y, with equality iff x,yx, y are linearly dependent; \norm\cdot is a norm. Moreover orthonormal bases exist (Gram–Schmidt runs verbatim), with

x=iei,xei,x2=iei,x2.x = \sum_i \langle e_i, x\rangle\, e_i, \qquad \norm x^2 = \sum_i \abs{\langle e_i, x\rangle}^2 .

Proof. For y0y \neq 0 and tCt \in \C: 0xty2=x22(ty,x)+t2y20 \leq \norm{x - ty}^2 = \norm x^2 - 2\Re\bigl(\conj t\langle y, x\rangle\bigr) + \abs t^2\norm y^2. Choose t=y,xy2t = \frac{\langle y, x\rangle}{\norm y^2}:

0x2y,x2y2,0 \leq \norm x^2 - \frac{\abs{\langle y, x\rangle}^2}{\norm y^2},

which is the inequality; equality forces x=tyx = ty. Triangle inequality, in full:

x+y2=x2+2x,y+y2x2+2x,y+y2(x+y)2,\norm{x + y}^2 = \norm x^2 + 2\,\Re\langle x, y\rangle + \norm y^2 \leq \norm x^2 + 2\,\abs{\langle x, y\rangle} + \norm y^2 \leq \bigl(\norm x + \norm y\bigr)^2 ,

using zz\Re z \leq \abs z and then Cauchy–Schwarz; homogeneity and separation are immediate, so \norm\cdot is a norm. Gram–Schmidt: as in the real case, with conjugates placed by the definition (note the convention: our products are conjugate-linear in the first slot, so coordinates are ei,x\langle e_i, x\rangle; the next example runs the algorithm once in full).

Example 13.4 (Complex Gram–Schmidt, run in full)

Orthonormalize the basis v1=(1,i)v_1 = (1, \iu), v2=(0,1)v_2 = (0, 1) of C2\C^2. First vector: v12=12+i2=2\norm{v_1}^2 = \abs1^2 + \abs\iu^2 = 2, so e1=12(1,i)e_1 = \frac{1}{\sqrt2}(1, \iu). Project v2v_2 — with the conjugate in the first slot:

e1,v2=12(10+i1)=i2,v2e1,v2e1=(0,1)+i2(1,i)=(i2, 12).\langle e_1, v_2\rangle = \frac{1}{\sqrt2}\bigl(\conj{1}\cdot0 + \conj{\iu}\cdot1\bigr) = \frac{-\iu}{\sqrt2} , \qquad v_2 - \langle e_1, v_2\rangle e_1 = (0,1) + \frac{\iu}{2}\,(1, \iu) = \Bigl(\frac\iu2,\ \frac12\Bigr) .

Its norm is 14+14=12\sqrt{\frac14 + \frac14} = \frac{1}{\sqrt2}: e2=12(i,1)e_2 = \frac{1}{\sqrt2}(\iu, 1). Check: e1,e2=12(1i+i1)=12(ii)=0\langle e_1, e_2\rangle = \frac12(\conj1\cdot\iu + \conj\iu\cdot1) = \frac12(\iu - \iu) = 0. Coordinates of v2v_2 in the new basis: v2=e1,v2e1+e2,v2e2v_2 = \langle e_1, v_2\rangle e_1 + \langle e_2, v_2\rangle e_2 with e2,v2=12\langle e_2, v_2\rangle = \frac{1}{\sqrt2} — mind the order: v2,e1\langle v_2, e_1\rangle would give the conjugate coefficient. Closing insight: the algorithm is the Euclidean one verbatim; the only trap is where the conjugation falls, and computing v2proj2>0\norm{v_2 - \text{proj}}^2 > 0 silently uses positivity — the axiom that makes the whole geometry work.

13.2 Adjoint, Hermitian and unitary endomorphisms

Definition 13.5

The adjoint uu^* of uL(E)u \in \mathcal{L}(E) is defined by u(x),y=x,u(y)\langle u^*(x), y\rangle = \langle x, u(y)\rangle; in an orthonormal basis, Mat(u)=AT=:A\operatorname{Mat}(u^*) = \conj{A}^{\mathsf T} =: A^{\dagger} (conjugate transpose) — indeed, if B=(bij)B = (b_{ij}) is the matrix of uu^* in the orthonormal basis (ei)(e_i), then bij=ei,u(ej)b_{ij} = \langle e_i, u^*(e_j)\rangle, and the defining identity gives

bij=u(ej),ei=ej,u(ei)=aji,soB=AT.\conj{b_{ij}} = \langle u^*(e_j), e_i\rangle = \langle e_j, u(e_i)\rangle = a_{ji} , \qquad\text{so}\qquad B = \conj{A}^{\mathsf T} .

uu is Hermitian when u=uu^* = u (A=AA^\dagger = A), unitary when uu=idu^*u = \mathrm{id} (AA=IA^\dagger A = I: the group U(n)U(n)), normal when uu=uuu^*u = uu^*.

Proposition 13.6

Eigenvalues of a Hermitian endomorphism are real; eigenvalues of a unitary endomorphism have modulus 11; in both cases eigenspaces for distinct eigenvalues are orthogonal.

Proof. Hermitian, u(x)=λxu(x) = \lambda x, x0x \neq 0:

λx2=x,u(x)=u(x),x=x,u(x)=λx2,\lambda \norm x^2 = \langle x, u(x)\rangle = \langle u(x), x\rangle = \conj{\langle x, u(x)\rangle} = \conj\lambda\,\norm x^2 ,

so λR\lambda \in \R. Unitary: u(x)=x\norm{u(x)} = \norm x (from uu=idu^*u = \mathrm{id}), so λx=x\abs\lambda\norm x = \norm x. Orthogonality (Hermitian case): λx,y=u(x),y=x,u(y)=μx,y\lambda\langle x, y\rangle = \langle u(x), y\rangle = \langle x, u(y)\rangle = \mu\langle x, y\rangle for eigenvectors with real λμ\lambda \neq \mu. Unitary case, in full: for u(x)=λxu(x) = \lambda x, u(y)=μyu(y) = \mu y with λμ\lambda \neq \mu (both unimodular),

x,y=u(x),u(y)=λμx,y,\langle x, y\rangle = \langle u(x), u(y)\rangle = \conj\lambda\mu\,\langle x, y\rangle ,

and λμ=μλ1\conj\lambda\mu = \frac{\mu}{\lambda} \neq 1: the factor is not 11, so x,y=0\langle x, y\rangle = 0.

Example 13.7 (A skew-Hermitian matrix, diagonalized)

A=(0220)A = \begin{pmatrix} 0 & -2\\ 2 & 0\end{pmatrix} satisfies A=AT=AA^\dagger = A^{\mathsf T} = -A: skew-Hermitian (also real antisymmetric — over R\R it has no eigenvalues at all). Characteristic polynomial X2+4X^2 + 4: eigenvalues ±2i\pm2\iu, purely imaginary, as Exercise 13.9 predicts in general. Eigenvectors: (A2iI)v=0(A - 2\iu I)v = 0 gives v1=12(1,i)v_1 = \frac{1}{\sqrt2}(1, \iu), and v2=12(1,i)v_2 = \frac{1}{\sqrt2}(1, -\iu) for 2i-2\iu; they are orthogonal:

v1,v2=12(11+i(i))=12(11)=0.\langle v_1, v_2\rangle = \tfrac12\bigl(\conj{1}\cdot1 + \conj{\iu}\cdot(-\iu)\bigr) = \tfrac12(1 - 1) = 0 .

So A=Udiag(2i,2i)UA = U\operatorname{diag}(2\iu, -2\iu)\,U^\dagger with U=(v1 v2)U = (v_1\ v_2) unitary. Closing insight: H=iA=(02i2i0)H = -\iu A = \begin{pmatrix} 0 & 2\iu\\ -2\iu & 0\end{pmatrix} is Hermitian with the real spectrum {±2}\{\pm2\} and the same eigenvectors — the bijection uiuu \mapsto \iu u between Hermitian and skew-Hermitian endomorphisms (Exercise 13.9), seen matrix by matrix; over R\R the same AA is a rotation-scaling with no eigenvectors at all, and only the passage to C\C reveals its normal form.

Theorem 13.8 (Hermitian spectral theorem)

Every Hermitian endomorphism of a Hermitian space has an orthonormal basis of eigenvectors (with real eigenvalues): A=AA^\dagger = A implies A=UDUA = U D U^{\dagger} with UU(n)U \in U(n) and DD real diagonal.

Proof. Over C\C, the characteristic polynomial splits: an eigenvector e1e_1 exists (Chapter 3) — no compactness argument needed, one advantage of C\C. Normalize it. Its orthogonal complement F=e1F = e_1^\perp is stable: for xe1x \perp e_1,

e1,u(x)=u(e1),x=λ1e1,x=0\langle e_1, u(x)\rangle = \langle u(e_1), x\rangle = \lambda_1\langle e_1, x\rangle = 0

(λ1\lambda_1 real). The restriction is Hermitian; induct on the dimension and concatenate. In detail: the restriction uFu|_F is an endomorphism of the Hermitian space FF (dimension n1n - 1) with uF(x),y=x,uF(y)\langle u|_F(x), y\rangle = \langle x, u|_F(y)\rangle inherited from uu; the induction hypothesis provides an orthonormal basis (e2,,en)(e_2, \dots, e_n) of FF of eigenvectors, and (e1,e2,,en)(e_1, e_2, \dots, e_n) is orthonormal in EE (e1Fe_1 \perp F) and made of eigenvectors of uu. Matrix translation: the columns of UU are the eie_i, UU=IU^\dagger U = I expresses their orthonormality, and AU=UDAU = UD collects the eigenvalue equations, whence A=UDUA = UDU^\dagger with DD real diagonal (Proposition 13.6).

Example 13.9

A=(0ii0)A = \begin{pmatrix} 0 & -\iu\\ \iu & 0\end{pmatrix} is Hermitian (A=AA^\dagger = A): eigenvalues from χA=X21\chi_A = X^2 - 1: ±1\pm 1 (real, as promised), with orthonormal eigenvectors 12(1,i)T\frac{1}{\sqrt2}(1, \iu)^{\mathsf T} and 12(1,i)T\frac{1}{\sqrt2}(1, -\iu)^{\mathsf T}. (Physicists know AA as a Pauli matrix; the reality of Hermitian spectra is why quantum observables are modeled by Hermitian operators.)

Example 13.10 (A positive definite Hermitian matrix, worked)

A=(21i1+i3)A = \begin{pmatrix} 2 & 1-\iu\\ 1+\iu & 3\end{pmatrix}: Hermitian, since the diagonal is real and the off-diagonal entries are conjugates. Characteristic polynomial:

(2λ)(3λ)1i2=λ25λ+4=(λ1)(λ4):(2-\lambda)(3-\lambda) - \abs{1-\iu}^2 = \lambda^2 - 5\lambda + 4 = (\lambda - 1)(\lambda - 4) :

spectrum {1,4}\{1, 4\}, real and positive — AA is positive definite. Eigenvectors: for λ=4\lambda = 4, the system (A4I)v=0(A - 4I)v = 0 gives v4=(1i, 2)v_4 = (1 - \iu,\ 2) (check the second row: (1+i)(1i)2=0(1+\iu)(1-\iu) - 2 = 0); for λ=1\lambda = 1, v1=(1i, 1)v_1 = (1 - \iu,\ -1). Orthogonality, with the conjugate in the first slot:

v4,v1=(1i)(1i)+2(1)=22=0.\langle v_4, v_1\rangle = \conj{(1-\iu)}\,(1-\iu) + \conj{2}\,(-1) = 2 - 2 = 0 . \checkmark

Normalizing (v42=2+4=6\norm{v_4}^2 = 2 + 4 = 6, v12=2+1=3\norm{v_1}^2 = 2 + 1 = 3) gives the unitary U=(v46 v13)U = \bigl(\frac{v_4}{\sqrt6}\ \frac{v_1}{\sqrt3}\bigr) with A=Udiag(4,1)UA = U\operatorname{diag}(4,1)U^\dagger. Closing insight: the Rayleigh reading is immediate — on the unit sphere of C2\C^2, x,Ax\langle x, Ax\rangle ranges over [1,4]\intcc{1}{4}, attained at the two eigenvectors; this is the n=2n = 2 germ of the Courant–Fischer theory built in the weekend problem. Spot-check that the form is real off the eigenvectors too: at x=(1,i)x = (1, \iu),

Ax=(2+(1i)i, (1+i)+3i)=(3+i, 1+4i),Ax = \bigl(2 + (1-\iu)\iu,\ (1+\iu) + 3\iu\bigr) = (3 + \iu,\ 1 + 4\iu),
x,Ax=1(3+i)+i(1+4i)=(3+i)+(i)(1+4i)=3+ii+4=7R,\langle x, Ax\rangle = \conj{1}\,(3+\iu) + \conj{\iu}\,(1+4\iu) = (3 + \iu) + (-\iu)(1 + 4\iu) = 3 + \iu - \iu + 4 = 7 \in \R ,

as Proposition 13.6’s proof mechanism (conjugate-symmetry against A=AA^\dagger = A) guarantees for every xx.

Example 13.11 (A unitary matrix diagonalized)

U=12(1ii1)U = \frac{1}{\sqrt2}\begin{pmatrix} 1 & \iu\\ \iu & 1 \end{pmatrix} (unitary by Exercise 13.2). Its characteristic polynomial is (X12)2+12\bigl(X - \frac{1}{\sqrt2}\bigr)^2 + \frac12, with roots

λ±=1±i2=e±iπ/4,\lambda_\pm = \frac{1 \pm \iu}{\sqrt2} = \eu^{\pm\iu\pi/4},

unimodular as Proposition 13.6 promised, and orthonormal eigenvectors 12(1,±1)\frac{1}{\sqrt2}(1, \pm1). So U=Vdiag(eiπ/4,eiπ/4)VU = V\operatorname{diag}(\eu^{\iu\pi/4}, \eu^{-\iu\pi/4})V^\dagger: in the right basis, UU is a pair of plane rotations by ±π4\pm\frac\pi4 — a real rotation matrix has no real eigenvectors, but over C\C it splits into two unimodular scalars. Closing insight: Hermitian spectra live on the real line, unitary spectra on the unit circle; both are shadows of the same normality, and the Cayley transform of Exercise 13.6 maps one picture to the other.

Example 13.12 (The Cayley transform, computed)

Run Exercise 13.6 on H=(0110)H = \begin{pmatrix} 0 & 1\\ 1 & 0\end{pmatrix} (Hermitian, spectrum {1,1}\{1, -1\}, orthonormal eigenvectors 12(1,±1)\frac{1}{\sqrt2}(1, \pm1)). In the eigenbasis everything is scalar: the transform λλiλ+i\lambda \mapsto \frac{\lambda - \iu}{\lambda + \iu} sends

11i1+i=i,11i1+i=i,1 \longmapsto \frac{1 - \iu}{1 + \iu} = -\iu, \qquad -1 \longmapsto \frac{-1 - \iu}{-1 + \iu} = \iu ,

(multiply by the conjugate of the denominator), so U=(HiI)(H+iI)1U = (H - \iu I)(H + \iu I)^{-1} is the unitary with eigenvalues i\mp\iu on those same eigenvectors:

U=12(1111)(i00i)(1111)=(0ii0).U = \frac{1}{2}\begin{pmatrix} 1 & 1\\ 1 & -1\end{pmatrix} \begin{pmatrix} -\iu & 0\\ 0 & \iu\end{pmatrix} \begin{pmatrix} 1 & 1\\ 1 & -1\end{pmatrix} = \begin{pmatrix} 0 & -\iu\\ -\iu & 0\end{pmatrix} .

Check: UU=IU^\dagger U = I, and 1SpU={±i}1 \notin \operatorname{Sp}U = \{\pm\iu\}, as the theory promises. Closing insight: the real line maps onto the unit circle minus the point 11eigenvalue by eigenvalue, the Cayley transform is the Möbius map λiλ+i\frac{\lambda-\iu}{\lambda+\iu}, and matrices just follow their spectra.

Remark 13.13 (Common pitfalls)

(i) Where the bar falls: this book conjugates the first slot, so coordinates are ei,x\langle e_i, x\rangle and λx,y=λx,y\langle\lambda x, y\rangle = \conj\lambda\langle x, y\rangle; many texts conjugate the second slot instead — translate before comparing formulas, or signs of i\iu go wrong silently. (ii) Complex polarization is stronger: over C\C, if x,u(x)=0\langle x, u(x)\rangle = 0 for all xx then u=0u = 0 (expand x+yx + y and x+iyx + \iu y: both the real and imaginary parts of x,u(y)\langle x, u(y)\rangle vanish); over R\R this fails — the rotation by π2\frac\pi2 satisfies x,u(x)=0\langle x, u(x)\rangle = 0 everywhere. Consequently, over C\C only, “x,u(x)R\langle x, u(x)\rangle \in \R for all xx” already forces uu Hermitian. (iii) Real normal is not diagonalizable: the matrix of Example 13.7 is normal but has no real eigenvalue; unitary diagonalization is a theorem over C\C, and over R\R one only gets block reductions. (iv) Checking unitarity: UU=IU^\dagger U = I means the columns are orthonormal for the Hermitian product — testing UUTUU^{\mathsf T}, or forgetting the conjugation in the column products, are the two classic ways to certify a wrong matrix.

Example 13.14 (Isometries are exactly the unitaries)

Norm preservation looks weaker than unitarity, but over C\C it is not: if u(x)=x\norm{u(x)} = \norm x for all xx, then uu=idu^*u = \mathrm{id}. Indeed v=uuidv = u^*u - \mathrm{id} is Hermitian and satisfies x,v(x)=u(x)2x2=0\langle x, v(x)\rangle = \norm{u(x)}^2 - \norm x^2 = 0 for every xx; by complex polarization (pitfall (ii) above), a map with identically vanishing “diagonal” is zero: v=0v = 0. Concretely, the polarization runs

0=x+y,v(x+y)=x,v(y)+y,v(x),0=x+iy,v(x+iy)=ix,v(y)iy,v(x),0 = \langle x + y, v(x+y)\rangle = \langle x, v(y)\rangle + \langle y, v(x)\rangle, \qquad 0 = \langle x + \iu y, v(x + \iu y)\rangle = \iu\langle x, v(y)\rangle - \iu\langle y, v(x)\rangle ,

and the two lines together force x,v(y)=0\langle x, v(y)\rangle = 0 for all x,yx, y. Closing insight: this is why “unitary” can be checked by measuring lengths alone — rigidity that the Fourier chapter will exploit, where preserving the energy f2\norm f_2 (Parseval) is the same as preserving all inner products of coefficients.

Remark 13.15 (Perspectives within this volume)

The Hermitian machinery built here is consumed almost immediately. The Fourier chapter is Hermitian geometry in infinite dimension: the exponentials (en)(e_n) are an orthonormal family for f,g=12πfg\langle f, g\rangle = \frac{1}{2\pi}\int\conj fg, Bessel’s inequality is the projection estimate of this chapter’s Theorem 13.3, and Parseval is its limiting equality. The finite Fourier transform (Exercise 13.10) reappears whenever convolution must be diagonalized. And this chapter’s weekend problem — Courant–Fischer, Weyl, interlacing — supplies the eigenvalue stability that the differential-equations chapter invokes when it asserts that small perturbations of a system move its frequencies only slightly. Backward, everything here is the complex mirror of the quadratic-forms chapter: keep the two dictionaries side by side (ATAA^{\mathsf T} \leftrightarrow A^\dagger, orthogonal \leftrightarrow unitary, Rayleigh real in both).

Remark 13.16 (Normal endomorphisms)

Over C\C the definitive statement is: uu is unitarily diagonalizable if and only if it is normal (uu=uuu^*u = uu^*) — covering Hermitian, unitary and skew-Hermitian maps at once. The proof is a pleasant strengthening of the argument above (Exercise 13.8). Over R\R, by contrast, normality only buys block-diagonalization (rotation blocks): complex geometry is genuinely simpler.

Remark 13.17 (Where this is used)

Hermitian spectral theory is the mathematics of quantum mechanics: observables are modeled by Hermitian operators (real spectra = measurable values), time evolution by unitary ones (norm preservation = conservation of probability). Within this book, the Fourier chapter rests on the orthonormality of the exponentials — a Hermitian inner-product statement — and the diagonalization of circulant matrices (Exercise 13.10) is the finite Fourier transform. The weekend problem develops the variational calculus of eigenvalues (Courant–Fischer, Weyl, interlacing), the daily bread of numerical analysis and mathematical physics; the Year 3 volume extends it to compact self-adjoint operators on Hilbert spaces.

13.3 Exercises

Exercise 13.1

On C2\C^2: compute x,y\langle x, y\rangle, x\norm x, y\norm y for x=(1,i)x = (1, \iu), y=(i,1)y = (\iu, 1); are they orthogonal? Give an orthonormal basis containing xx\frac{x}{\norm x}.

Solution

Solution of Exercise 13.1.

x,y=1i+i1=ii=0\langle x, y\rangle = \conj{1}\cdot\iu + \conj{\iu}\cdot 1 = \iu - \iu = 0: orthogonal. x=y=1+1=2\norm x = \norm y = \sqrt{1 + 1} = \sqrt2. Orthonormal basis: (12(1,i),  12(i,1))\bigl(\frac{1}{\sqrt2}(1, \iu),\; \frac{1}{\sqrt2}(\iu, 1)\bigr) — the normalized pair itself.

Exercise 13.2

Which are Hermitian? unitary? normal?

(1ii2),12(1ii1),(0100).\begin{pmatrix} 1 & \iu\\ -\iu & 2 \end{pmatrix}, \qquad \frac{1}{\sqrt2}\begin{pmatrix} 1 & \iu\\ \iu & 1\end{pmatrix}, \qquad \begin{pmatrix} 0 & 1\\ 0 & 0 \end{pmatrix}.
Solution

Solution of Exercise 13.2.

First: equals its conjugate transpose (real diagonal, i=i\conj{\iu} = -\iu swapped): Hermitian (hence normal); not unitary (AAIA^\dagger A \neq I: columns not unit).

Second: AA=12(1ii1)(1ii1)=12(2002)=IA^\dagger A = \frac12\begin{pmatrix} 1 & -\iu\\ -\iu & 1\end{pmatrix}\begin{pmatrix} 1 & \iu\\ \iu & 1\end{pmatrix} = \frac12\begin{pmatrix} 2 & 0\\ 0 & 2\end{pmatrix} = I: unitary (hence normal); not Hermitian.

Third: AA=E22E11=AAA^\dagger A = E_{22} \neq E_{11} = AA^\dagger: not normal (so neither Hermitian nor unitary) — the standard nilpotent counterexample.

Exercise 13.3

Prove that a matrix AMn(C)A \in \mathcal{M}_n(\C) writes uniquely A=H+iKA = H + \iu K with H,KH, K Hermitian (the “real and imaginary parts” H=A+A2H = \frac{A + A^\dagger}{2}, K=AA2iK = \frac{A - A^\dagger}{2\iu}), and that AA is normal iff HH and KK commute.

Solution

Solution of Exercise 13.3.

Uniqueness: A=H+iKA = H + \iu K with H=HH^\dagger = H, K=KK^\dagger = K forces A=HiKA^\dagger = H - \iu K, so H=A+A2H = \frac{A + A^\dagger}{2}, K=AA2iK = \frac{A - A^\dagger}{2\iu}; these formulas are Hermitian (check: (AA2i)=AA2i=K\bigl(\frac{A - A^\dagger}{2\iu}\bigr)^\dagger = \frac{ A^\dagger - A}{-2\iu} = K) and reconstruct AA: existence.

Normality: AAAA=(HiK)(H+iK)(H+iK)(HiK)=2i(HKKH)A^\dagger A - AA^\dagger = (H - \iu K)(H + \iu K) - (H + \iu K)(H - \iu K) = 2\iu(HK - KH): it vanishes iff HK=KHHK = KH.

Exercise 13.4 ★★

Diagonalize in an orthonormal basis: A=(2ii2)A = \begin{pmatrix} 2 & \iu\\ -\iu & 2\end{pmatrix}, and compute AkA^k for kNk \in \N.

Solution

Solution of Exercise 13.4.

χA=(X2)21\chi_A = (X-2)^2 - 1: eigenvalues 33 and 11. Eigenvectors, by direct computation:

A(1i)=(2+i(i)i+2(i))=(33i)=3(1i),A(1i)=(2+iii+2i)=(1i).A\begin{pmatrix}1\\ -\iu\end{pmatrix} = \begin{pmatrix} 2 + \iu(-\iu)\\ -\iu + 2(-\iu)\end{pmatrix} = \begin{pmatrix} 3\\ -3\iu \end{pmatrix} = 3\begin{pmatrix}1\\ -\iu\end{pmatrix}, \qquad A\begin{pmatrix}1\\ \iu\end{pmatrix} = \begin{pmatrix} 2 + \iu\cdot\iu\\ -\iu + 2\iu\end{pmatrix} = \begin{pmatrix}1\\ \iu\end{pmatrix}.

Orthonormal eigenbasis: u1=12(1,i)u_1 = \frac{1}{\sqrt2}(1, -\iu) (eigenvalue 33), u2=12(1,i)u_2 = \frac{1}{\sqrt2}(1, \iu) (eigenvalue 11); orthogonality as in Exercise 13.1. Powers, via the spectral projections Ak=3ku1u1+1ku2u2A^k = 3^k u_1u_1^\dagger + 1^k\, u_2u_2^\dagger:

Ak=U(3k001)U=3k2(1ii1)+12(1ii1)=12(3k+1(3k1)i(3k1)i3k+1).A^k = U\begin{pmatrix} 3^k & 0\\ 0 & 1\end{pmatrix}U^\dagger = \frac{3^k}{2}\begin{pmatrix} 1 & \iu\\ -\iu & 1\end{pmatrix} + \frac{1}{2}\begin{pmatrix} 1 & -\iu\\ \iu & 1\end{pmatrix} = \frac12\begin{pmatrix} 3^k + 1 & (3^k - 1)\iu\\ -(3^k-1)\iu & 3^k + 1 \end{pmatrix}.

(Check k=1k = 1: recovers AA.)

Exercise 13.5 ★★

Prove that U(n)U(n) is compact, and that the eigenvalue map is onto: every unimodular λ\lambda arises for some unitary matrix. Prove that detUU\det U \in \mathbb{U} (the unit circle) for UU(n)U \in U(n).

Solution

Solution of Exercise 13.5.

Compact: closed (preimage of II under the continuous UUUU \mapsto U^\dagger U) and bounded (columns are unit vectors: entries of modulus 1\leq 1) in Mn(C)R2n2\mathcal{M}_n(\C) \simeq \R^{2n^2}.

Eigenvalues: diag(λ,1,,1)\operatorname{diag}(\lambda, 1, \dots, 1) is unitary for any λ=1\abs\lambda = 1. Determinant: detU2=detUdetU=det(UU)=1\abs{\det U}^2 = \det U^\dagger \det U = \det(U^\dagger U) = 1 (using detA=detA\det A^\dagger = \conj{\det A}): detU\det U lies on the unit circle.

Exercise 13.6 ★★

(Cayley transform) Let HH be Hermitian. Prove that H+iIH + \iu I is invertible and that U=(HiI)(H+iI)1U = (H - \iu I)(H + \iu I)^{-1} is unitary, with 1Sp(U)1 \notin \operatorname{Sp}(U). (Work spectrally: on an eigenbasis of HH, everything is scalar.)

Solution

Solution of Exercise 13.6.

By the spectral theorem, work in an orthonormal eigenbasis of HH: everything reduces to scalars λR\lambda \in \R (the eigenvalues). H+iIH + \iu I has eigenvalues λ+i0\lambda + \iu \neq 0: invertible. UU has eigenvalues μ=λiλ+i\mu = \frac{\lambda - \iu}{\lambda + \iu}, of modulus 11 (λi=λ+i\abs{\lambda - \iu} = \abs{\lambda + \iu} for real λ\lambda): UU=IU^\dagger U = I holds since UU is unitarily diagonalizable with unimodular eigenvalues (it is diagonal in the chosen orthonormal basis). And μ=1\mu = 1 would force i=i-\iu = \iu: impossible, so 1SpU1 \notin \operatorname{Sp} U. (The Cayley transform maps Hermitian to unitary-minus-a-point — the matrix version of the map from R\R to the circle.)

Exercise 13.7 ★★

For AA Hermitian positive definite (x,Ax>0\langle x, Ax\rangle > 0 for x0x \neq 0), prove that Sp(A)(0,)\operatorname{Sp}(A) \subseteq \intoo{0}{\infty}, that A=B2A = B^2 for a Hermitian positive definite BB, and that detA>0\det A > 0.

Solution

Solution of Exercise 13.7.

For an eigenpair Ax=λxAx = \lambda x (x0x \neq 0): λx2=x,Ax>0\lambda\norm x^2 = \langle x, Ax\rangle > 0, so λ>0\lambda > 0 (already real, Proposition 13.6). Square root: in a spectral basis, B=Udiag(λi)UB = U\operatorname{diag}(\sqrt{\lambda_i})U^\dagger: Hermitian, positive definite, B2=AB^2 = A. Determinant: product of the positive eigenvalues.

Exercise 13.8 ★★★

(Spectral theorem for normal endomorphisms) Let uu be normal on a Hermitian space.

  1. Prove u(x)=u(x)\norm{u(x)} = \norm{u^*(x)} for all xx, and deduce ker(uλ)=ker(uλ)\ker(u - \lambda) = \ker(u^* - \conj\lambda).
  2. Prove that eigenspaces of uu for distinct eigenvalues are orthogonal, and that the orthogonal complement of an eigenspace is uu-stable.
  3. Conclude by induction that uu is unitarily diagonalizable; and conversely.
Solution

Solution of Exercise 13.8.

  1. u(x)2=u(x),u(x)=x,uu(x)=x,uu(x)=u(x)2\norm{u(x)}^2 = \langle u(x), u(x)\rangle = \langle x, u^*u(x)\rangle = \langle x, uu^*(x)\rangle = \norm{u^*(x)}^2. Applying this to the normal uλidu - \lambda\,\mathrm{id} (its adjoint is uλu^* - \conj\lambda, and normality is inherited): (uλ)x=(uλ)x\norm{(u - \lambda)x} = \norm{(u^* - \conj\lambda)x}, so the kernels agree.
  2. For eigenvectors u(x)=λxu(x) = \lambda x, u(y)=μyu(y) = \mu y (λμ\lambda \neq \mu): using (1), u(x)=λxu^*(x) = \conj\lambda x; then

    λy,x=y,u(x)=u(y),x=μy,x=μy,x,\lambda\langle y, x\rangle = \langle y, u(x)\rangle = \langle u^*(y), x\rangle = \langle \conj\mu\, y, x\rangle = \mu \langle y, x\rangle ,

    so y,x=0\langle y, x\rangle = 0. Stability of EλE_\lambda^\perp: for xEλx \perp E_\lambda and zEλz \in E_\lambda, z,u(x)=u(z),x=λz,x=0\langle z, u(x)\rangle = \langle u^*(z), x\rangle = \langle\conj\lambda z, x\rangle = 0.

  3. Induction on dimension: over C\C, uu has an eigenvector e1e_1 (normalize); its orthogonal complement is stable under uu (by (2)) and under uu^* (same argument with roles swapped), so the restriction is normal: induct and concatenate orthonormal eigenbases. Conversely, a unitarily diagonalizable u=UDUu = UDU^\dagger satisfies uu=UDDU=UDDU=uuu^*u = U\conj D D U^\dagger = U D\conj D U^\dagger = uu^*: normal.

Exercise 13.9

An endomorphism is skew-Hermitian when u=uu^* = -u. Prove that its eigenvalues are purely imaginary, that uiuu \mapsto \iu u is a bijection from Hermitian to skew-Hermitian endomorphisms, and that skew-Hermitian endomorphisms are unitarily diagonalizable (Exercise 13.8).

Solution

Solution of Exercise 13.9.

Eigenvalues: for u(x)=λxu(x) = \lambda x, x0x \neq 0:

λx2=x,u(x)=u(x),x=u(x),x=x,u(x)=λx2,\lambda\norm x^2 = \langle x, u(x)\rangle = \langle u^*(x), x\rangle = -\langle u(x), x\rangle = -\conj{\langle x, u(x)\rangle} = -\conj\lambda\,\norm x^2 ,

so λ=λ\lambda = -\conj\lambda: purely imaginary. Since (iu)=iu(\iu u)^* = -\iu\,u^* (the adjoint is conjugate-linear in scalars), u=uu^* = u gives (iu)=iu(\iu u)^* = -\iu u: the map uiuu \mapsto \iu u sends Hermitian to skew-Hermitian, with inverse wiww \mapsto -\iu w: a bijection. A skew-Hermitian uu satisfies uu=u2=uuu^*u = -u^2 = uu^*: normal, hence unitarily diagonalizable by Exercise 13.8.

Exercise 13.10 ★★

(The finite Fourier transform) Let SS be the cyclic shift of Cn\C^n: S(x0,x1,,xn1)=(xn1,x0,,xn2)S(x_0, x_1, \dots, x_{n-1}) = (x_{n-1}, x_0, \dots, x_{n-2}), and ω=e2iπ/n\omega = \eu^{2\iu\pi/n}.

  1. Show that SS is unitary, and that the vectors fk=1n(1,ωk,ω2k,,ω(n1)k)f_k = \frac{1}{\sqrt n}\bigl(1, \omega^k, \omega^{2k}, \dots, \omega^{(n-1)k}\bigr), 0k<n0 \leq k < n, form an orthonormal basis of eigenvectors: Sfk=ωkfkSf_k = \omega^{-k} f_k.
  2. Deduce that every circulant matrix C=j=0n1cjSjC = \sum_{j=0}^{n-1} c_jS^j is normal, diagonalized by the same basis, with eigenvalues c^(k)=jcjωjk\widehat c(k) = \sum_j c_j\,\omega^{-jk}.
Solution

Solution of Exercise 13.10.

  1. SS permutes an orthonormal basis: Sx=x\norm{Sx} = \norm x, so SS is unitary. Indexing coordinates by j=0,,n1j = 0, \dots, n-1 modulo nn: (Sx)j=xj1(Sx)_j = x_{j-1}, so for (fk)j=ωjkn(f_k)_j = \frac{\omega^{jk}}{\sqrt n}:

    (Sfk)j=ω(j1)kn=ωk(fk)j:Sfk=ωkfk.(Sf_k)_j = \frac{\omega^{(j-1)k}}{\sqrt n} = \omega^{-k}\,(f_k)_j : \qquad Sf_k = \omega^{-k}f_k .

    Orthonormality: fk,fl=1njωj(lk)=δkl\langle f_k, f_l\rangle = \frac1n \sum_j \omega^{j(l-k)} = \delta_{kl} (geometric sum of a nontrivial root of unity vanishes).

  2. Cfk=jcjSjfk=(jcjωjk)fk=c^(k)fkCf_k = \sum_j c_j S^jf_k = \bigl(\sum_j c_j\omega^{-jk}\bigr)f_k = \widehat c(k)\,f_k: every circulant is diagonal in the orthonormal Fourier basis, hence normal, with spectrum {c^(k)}\{\widehat c(k)\}. (The change of basis is the discrete Fourier transform: convolution becomes multiplication.)

Exercise 13.11 ★★

Let PP be an idempotent (P2=PP^2 = P) endomorphism of a Hermitian space. Prove that PP is the orthogonal projection onto imP\operatorname{im} P if and only if P=PP^* = P. Give the matrix of the orthogonal projection onto Cv\C v (v=1\norm v = 1), and onto a subspace with orthonormal basis (v1,,vk)(v_1, \dots, v_k).

Solution

Solution of Exercise 13.11.

(\Leftarrow) Let P2=P=PP^2 = P = P^*. Every vv splits as v=Pv+(vPv)v = Pv + (v - Pv) with PvimPPv \in \operatorname{im} P and P(vPv)=0P(v - Pv) = 0. The two pieces are orthogonal: for any x,yx, y,

Px,(IP)y=x,P(IP)y=x,(PP2)y=0:\langle Px, (I - P)y\rangle = \langle x, P(I-P)y\rangle = \langle x, (P - P^2)y\rangle = 0 :

kerPimP\ker P \perp \operatorname{im} P, so PP is the orthogonal projection onto its image. (\Rightarrow) If PP is the orthogonal projection onto F=imPF = \operatorname{im}P: for all x,yx, y, Px,y=Px,Py\langle Px, y\rangle = \langle Px, Py\rangle (the component yPyFy - Py \perp F drops) and symmetrically x,Py=Px,Py\langle x, Py\rangle = \langle Px, Py\rangle: Px,y=x,Py\langle Px, y\rangle = \langle x, Py\rangle, i.e. P=PP^* = P. Matrices: onto Cv\C v (v=1\norm v = 1): Px=vv,xPx = v\,\langle v, x\rangle, i.e. P=vvP = vv^\dagger; onto Vect(v1,,vk)\operatorname{Vect}(v_1, \dots, v_k) orthonormal: P=iviviP = \sum_i v_iv_i^\dagger.

Exercise 13.12 ★★★

(Spectral projectors by interpolation) Let AA be Hermitian with distinct eigenvalues λ1,,λp\lambda_1, \dots, \lambda_p and eigenspace decomposition E=iEiE = \bigoplus_i E_i. Define the Lagrange polynomials Li(X)=jiXλjλiλjL_i(X) = \prod_{j\neq i}\frac{X - \lambda_j}{\lambda_i - \lambda_j}. Prove that Pi=Li(A)P_i = L_i(A) is the orthogonal projection onto EiE_i, that PiPj=0P_iP_j = 0 for iji \neq j, iPi=I\sum_i P_i = I, and A=iλiPiA = \sum_i \lambda_iP_i (the spectral decomposition); express f(A)f(A) for any polynomial ff in terms of the PiP_i.

Solution

Solution of Exercise 13.12.

Diagonalize A=UDUA = U D U^\dagger (spectral theorem), DD diagonal with entries among the λi\lambda_i. Then Pi=Li(A)=ULi(D)UP_i = L_i(A) = U L_i(D)U^\dagger, and Li(D)L_i(D) is diagonal with entries Li(λj)=δijL_i(\lambda_j) = \delta_{ij}: ones exactly at the slots of EiE_i. So PiP_i is Hermitian (LiL_i real, DD real), idempotent, with image EiE_i and kernel jiEj=Ei\bigoplus_{j\neq i}E_j = E_i^\perp (orthogonality of eigenspaces): the orthogonal projection onto EiE_i (Exercise 13.11). Disjoint diagonal patterns give PiPj=0P_iP_j = 0 (iji \neq j); iLi=1\sum_i L_i = 1 (degree <p< p, value 11 at pp points), so Pi=I\sum P_i = I; and iλiLi(λj)=λj\sum_i \lambda_iL_i(\lambda_j) = \lambda_j gives A=λiPiA = \sum \lambda_iP_i. For any polynomial ff: f(D)f(D) has diagonal f(λj)f(\lambda_j), so

f(A)=i=1pf(λi)Pi:f(A) = \sum_{i=1}^{p} f(\lambda_i)\,P_i :

functions of AA are computed spectrally — the calculus that the Year 3 volume extends to continuous ff and beyond.

13.4 Problem: Courant–Fischer, Weyl, and the calculus of eigenvalues

Problem 13.1

The eigenvalues of a Hermitian matrix are not just roots of a polynomial: they are solutions of optimization problems. That variational point of view — Rayleigh quotients and the Courant–Fischer min-max theorem — makes eigenvalues comparable, stable, and computable, and this problem harvests its classical crops: Weyl’s perturbation inequalities, Cauchy interlacing, the Schur and Ky Fan trace inequalities, the monotonicity of the matrix square root, and the spectrum of the discrete Laplacian. Throughout, A,B,EA, B, E are Hermitian on E=CnE = \C^n with eigenvalues listed in decreasing order λ1(A)λn(A)\lambda_1(A) \geq \dots \geq \lambda_n(A), and RA(x)=x,Axx,xR_A(x) = \frac{\langle x, Ax\rangle}{\langle x, x\rangle} for x0x \neq 0 is the Rayleigh quotient.

Part I — Rayleigh quotients and min-max. Fix an orthonormal eigenbasis (e1,,en)(e_1, \dots, e_n), Aei=λieiAe_i = \lambda_ie_i.

  1. Show that RA(x)R_A(x) is real, and that

    λnRA(x)λ1(x0),\lambda_n \leq R_A(x) \leq \lambda_1 \qquad (x \neq 0),

    both bounds attained: λ1=maxRA\lambda_1 = \max R_A, λn=minRA\lambda_n = \min R_A.

  2. Show that the critical points of RAR_A are exactly the eigenvectors of AA (expand tRA(x+tv)t \mapsto R_A(x + tv) at t=0t = 0 for vv arbitrary, then replace vv by iv\iu v).
  3. Let Vk=Vect(e1,,ek)V_k = \operatorname{Vect}(e_1, \dots, e_k) and Wk=Vect(ek,,en)W_k = \operatorname{Vect}(e_k, \dots, e_n). Show

    minxVk{0}RA(x)=λk=maxxWk{0}RA(x).\min_{x \in V_k\setminus\{0\}} R_A(x) = \lambda_k = \max_{x \in W_k\setminus\{0\}} R_A(x) .
  4. Prove the Courant–Fischer theorem: for 1kn1 \leq k \leq n,

    λk=maxdimV=k  minxV{0}RA(x)=mindimW=nk+1  maxxW{0}RA(x)\lambda_k = \max_{\dim V = k}\;\min_{x \in V\setminus\{0\}} R_A(x) = \min_{\dim W = n-k+1}\;\max_{x \in W\setminus\{0\}} R_A(x)

    (for any VV of dimension kk: VWk{0}V \cap W_k \neq \{0\} by Grassmann, so minVRAλk\min_V R_A \leq \lambda_k; question 3 shows the bound is attained).

  5. (Monotonicity) Write ABA \leq B when BAB - A is positive semidefinite. Deduce from question 4: ABA \leq B implies λk(A)λk(B)\lambda_k(A) \leq \lambda_k(B) for every kk.

Part II — Weyl’s inequalities.

  1. Show that subspaces V,WCnV, W \subseteq \C^n with dimV+dimW>n\dim V + \dim W > n intersect nontrivially, and generalize: dim(V1V2V3)dimV1+dimV2+dimV32n\dim(V_1 \cap V_2 \cap V_3) \geq \dim V_1 + \dim V_2 + \dim V_3 - 2n.
  2. Prove Weyl’s inequality: for i+j1ni + j - 1 \leq n,

    λi+j1(A+B)λi(A)+λj(B)\lambda_{i+j-1}(A + B) \leq \lambda_i(A) + \lambda_j(B)

    (intersect the subspaces Wi(A)W_i(A), Wj(B)W_j(B) and Vi+j1(A+B)V_{i+j-1}(A+B) of question 3 and count dimensions).

  3. Define E2=maxx=1Ex\vertiii{E}_2 = \max_{\norm x = 1}\norm{Ex} and show E2=maxkλk(E)\vertiii E_2 = \max_k\abs{\lambda_k(E)} for Hermitian EE. Deduce Weyl’s perturbation theorem:

    λk(A+E)λk(A)E2(1kn):\bigl|\lambda_k(A + E) - \lambda_k(A)\bigr| \leq \vertiii{E}_2 \qquad (1 \leq k \leq n) :

    each eigenvalue is a 11-Lipschitz function of the matrix.

  4. (Rank-one perturbations) Let PP be Hermitian positive semidefinite of rank 11. Show

    λk(A)λk(A+P)λk1(A)(2kn),\lambda_k(A) \leq \lambda_k(A + P) \leq \lambda_{k-1}(A) \qquad (2 \leq k \leq n),

    together with λ1(A)λ1(A+P)\lambda_1(A) \leq \lambda_1(A+P): the new eigenvalues interlace the old ones.

  5. Check question 8 numerically: A=(2ii2)A = \begin{pmatrix} 2 & \iu\\ -\iu & 2\end{pmatrix} (Exercise 13.4: spectrum {3,1}\{3, 1\}) and E=(0110)E = \begin{pmatrix} 0 & 1\\ 1 & 0\end{pmatrix} (spectrum {1,1}\{1, -1\}): compute the spectrum of A+EA + E and both sides of the inequality.

Part III — Interlacing and trace inequalities.

  1. (Cauchy interlacing) Let BB be the leading (n1)×(n1)(n-1) \times(n-1) principal submatrix of AA. Prove

    λk+1(A)λk(B)λk(A)(1kn1)\lambda_{k+1}(A) \leq \lambda_k(B) \leq \lambda_k(A) \qquad (1 \leq k \leq n-1)

    (view Cn1Cn\C^{n-1} \subseteq \C^n; on it, RBR_B is the restriction of RAR_A; apply Courant–Fischer on both levels).

  2. Iterate: for a principal submatrix BB of size nmn - m, λk+m(A)λk(B)λk(A)\lambda_{k+m}(A) \leq \lambda_k(B) \leq \lambda_k(A).
  3. (Schur) Let d1d2dnd_1 \geq d_2 \geq \dots \geq d_n be the diagonal entries of AA, sorted. Prove, for every kk:

    i=1kdii=1kλi(A),\sum_{i=1}^{k} d_i \leq \sum_{i=1}^{k}\lambda_i(A),

    with equality at k=nk = n (the trace) (the kk chosen diagonal entries form a principal k×kk\times k submatrix; bound its trace by question 12).

  4. (Ky Fan) Prove

    i=1kλi(A)=max{i=1kxi,Axi:(x1,,xk) orthonormal}.\sum_{i=1}^{k}\lambda_i(A) = \max\Bigl\{\sum_{i=1}^{k}\langle x_i, Ax_i\rangle : (x_1, \dots, x_k) \text{ orthonormal}\Bigr\} .
  5. Verify questions 11 and 13 on

    A=(210121012)(Sp={22, 2, 2+2})A = \begin{pmatrix} 2 & 1 & 0\\ 1 & 2 & 1\\ 0 & 1 & 2\end{pmatrix} \qquad \bigl(\operatorname{Sp} = \{2 - \sqrt2,\ 2,\ 2+\sqrt2\}\bigr)

    against its leading 2×22\times2 block (spectrum {1,3}\{1, 3\}) and its diagonal.

Part IV — The Loewner order. ABA \leq B still means BAB - A positive semidefinite; all matrices in this part are Hermitian.

  1. Show: ABA \leq B implies aiibiia_{ii} \leq b_{ii} for all ii, trAtrB\operatorname{tr} A \leq \operatorname{tr} B, and CACCBCC^\dagger AC \leq C^\dagger BC for every complex matrix CC.
  2. Show that squaring is not monotone: for

    A=(1000),B=(2111),A = \begin{pmatrix} 1 & 0\\ 0 & 0\end{pmatrix}, \qquad B = \begin{pmatrix} 2 & 1\\ 1 & 1\end{pmatrix},

    check 0AB0 \leq A \leq B but A2≰B2A^2 \not\leq B^2.

  3. Prove that the square root is monotone: 0AB0 \leq A \leq B implies AB\sqrt A \leq \sqrt B (let μ\mu be an eigenvalue of BA\sqrt B - \sqrt A with unit eigenvector vv; compute v,(BA)v=μ(v,Bv+v,Av)\langle v, (B - A)v\rangle = \mu\bigl(\langle v, \sqrt B\,v\rangle + \langle v, \sqrt A\,v\rangle\bigr) and discuss).
  4. Prove that inversion is antitone on positive definite matrices: 0<AB0 < A \leq B implies B1A1B^{-1} \leq A^{-1} (congruate by A1/2A^{-1/2} to reduce to IMM1II \leq M \Rightarrow M^{-1} \leq I, which is scalar in a spectral basis).
  5. Let A,BA, B be positive definite. Show that the eigenvalues of ABAB (not Hermitian in general!) are real and positive, and that

    λmax(AB)λmax(A)λmax(B)\lambda_{\max}(AB) \leq \lambda_{\max}(A)\,\lambda_{\max}(B)

    (conjugate by A\sqrt A: ABABAAB \sim \sqrt A\,B\sqrt A).

Part V — The discrete Laplacian, worked. Let TnT_n be the n×nn \times n tridiagonal matrix with 22 on the diagonal and 1-1 on the two adjacent diagonals.

  1. With θk=kπn+1\theta_k = \frac{k\pi}{n+1}, verify that the vectors vk=(sin(jθk))1jnv_k = \bigl(\sin(j\theta_k)\bigr)_{1\leq j\leq n} satisfy Tnvk=(22cosθk)vkT_nv_k = (2 - 2\cos\theta_k)\,v_k (product-to-sum identity; check the boundary rows j=1,nj = 1, n). Conclude:

    Sp(Tn)={4sin2kπ2(n+1):1kn},\operatorname{Sp}(T_n) = \Bigl\{4\sin^2 \frac{k\pi}{2(n+1)} : 1 \leq k \leq n\Bigr\},

    all simple, all positive: TnT_n is positive definite.

  2. (A potential) For a real diagonal D=diag(d1,,dn)D = \operatorname{diag}(d_1, \dots, d_n), sandwich the spectrum: for every kk,

    λk(Tn)+minidi    λk(Tn+D)    λk(Tn)+maxidi.\lambda_k(T_n) + \min_i d_i \;\leq\; \lambda_k(T_n + D) \;\leq\; \lambda_k(T_n) + \max_i d_i .
  3. Check Cauchy interlacing between T3T_3 and T2T_2 explicitly (spectra {2±2,2}\{2 \pm \sqrt2, 2\} and {1,3}\{1, 3\}), and interpret: T2T_2 is T3T_3 with one endpoint of the path removed.
  4. Show the extreme eigenvalues satisfy, as nn \to \infty:

    λmin(Tn)=4sin2π2(n+1)π2(n+1)2,λmax(Tn)4,\lambda_{\min}(T_n) = 4\sin^2\frac{\pi}{2(n+1)} \sim \frac{\pi^2}{(n+1)^2}, \qquad \lambda_{\max}(T_n) \to 4 ,

    so the condition number κn=λmax/λmin\kappa_n = \lambda_{\max}/\lambda_{\min} grows like 4(n+1)2π2\frac{4(n+1)^2}{\pi^2}: discretizing a second derivative on a finer and finer grid is intrinsically ill-conditioned.

  5. Synthesis. In one sentence each: (i) why the variational characterization, not the characteristic polynomial, is what makes eigenvalues stable (questions 8–9); (ii) which questions used only λ1=maxRA\lambda_1 = \max R_A and which needed the full min-max; (iii) what the Loewner order adds to the story; (iv) where these tools reappear (numerical analysis of question 24’s stiffness matrices; quantum perturbation theory; and, in the Year 3 volume, the min-max principle for compact self-adjoint operators).
Solution

Solution of Problem 13.1.

1. x,Ax=Ax,x=x,Ax=x,Ax\conj{\langle x, Ax\rangle} = \langle Ax, x\rangle = \langle x, A^*x\rangle = \langle x, Ax\rangle: real. Writing x=cieix = \sum c_ie_i:

RA(x)=iλici2ici2,R_A(x) = \frac{\sum_i\lambda_i\abs{c_i}^2} {\sum_i\abs{c_i}^2} ,

a weighted average of the eigenvalues: it lies in [λn,λ1]\intcc{\lambda_n}{\lambda_1}, with the bounds attained at e1e_1 and ene_n.

2. For real tt and any vv, expand RA(x+tv)=N(t)D(t)R_A(x + tv) = \frac{N(t)}{D(t)} with

N(t)=x,Ax+2tv,Ax+t2v,Av,D(t)=x2+2tv,x+t2v2.N(t) = \langle x, Ax\rangle + 2t\Re\langle v, Ax\rangle + t^2\langle v, Av\rangle, \quad D(t) = \norm x^2 + 2t\Re\langle v, x\rangle + t^2\norm v^2 .

The derivative at t=0t = 0 is

2x2v, AxRA(x)x.\frac{2}{\norm x^2}\, \Re\bigl\langle v,\ Ax - R_A(x)\,x\bigr\rangle .

It vanishes for all vv iff v,w=0\Re\langle v, w\rangle = 0 for all vv, where w=AxRA(x)xw = Ax - R_A(x)x; replacing vv by iv\iu v kills the imaginary part too: w=0w = 0, i.e. Ax=RA(x)xAx = R_A(x)x. Critical points of RAR_A are exactly eigenvectors, with critical value the eigenvalue.

3. For x=ikcieiVkx = \sum_{i\leq k}c_ie_i \in V_k: RA(x)R_A(x) is a weighted average of λ1,,λk\lambda_1, \dots, \lambda_k, hence λk\geq \lambda_k, with equality at eke_k: minVkRA=λk\min_{V_k} R_A = \lambda_k. Symmetrically on WkW_k the average involves λk,,λn\lambda_k, \dots, \lambda_n: maxWkRA=λk\max_{W_k}R_A = \lambda_k.

4. Let dimV=k\dim V = k. Then dimV+dimWk=n+1>n\dim V + \dim W_k = n + 1 > n, so there is a unit xVWkx \in V \cap W_k, and RA(x)λkR_A(x) \leq \lambda_k (question 3): minVRAλk\min_{V}R_A \leq \lambda_k for every such VV. Since VkV_k attains λk\lambda_k, the max-min equals λk\lambda_k. The min-max formula is the same argument with the roles reversed (dimW=nk+1\dim W = n - k + 1 forces WVk{0}W \cap V_k \neq \{0\}, so maxWRAλk\max_W R_A \geq \lambda_k, attained at WkW_k).

5. RB(x)=RA(x)+x,(BA)xx2RA(x)R_B(x) = R_A(x) + \frac{\langle x, (B-A)x\rangle}{\norm x^2} \geq R_A(x) pointwise. Taking min\min over any kk-dimensional VV and then max\max over VV: λk(B)λk(A)\lambda_k(B) \geq \lambda_k(A) by question 4.

6. Grassmann: dim(VW)=dimV+dimWdim(V+W)dimV+dimWn>0\dim(V\cap W) = \dim V + \dim W - \dim(V + W) \geq \dim V + \dim W - n > 0. Applying this twice:

dim(V1V2V3)dim(V1V2)+dimV3ndimV1+dimV2+dimV32n.\dim(V_1\cap V_2\cap V_3) \geq \dim(V_1\cap V_2) + \dim V_3 - n \geq \dim V_1 + \dim V_2 + \dim V_3 - 2n .

7. The subspaces Wi(A)W_i(A), Wj(B)W_j(B) (question 3, for AA and BB) and Vi+j1(A+B)V_{i+j-1}(A+B) have dimensions (ni+1)+(nj+1)+(i+j1)=2n+1>2n(n-i+1) + (n-j+1) + (i+j-1) = 2n + 1 > 2n: by question 6 there is a unit vector xx in all three. Then

λi+j1(A+B)RA+B(x)=RA(x)+RB(x)λi(A)+λj(B),\lambda_{i+j-1}(A+B) \leq R_{A+B}(x) = R_A(x) + R_B(x) \leq \lambda_i(A) + \lambda_j(B),

the left inequality because xVi+j1(A+B)x \in V_{i+j-1}(A+B) (question 3), the right by the two WW’s.

8. In a spectral basis of EE: Ex2=λk(E)2ck2maxkλk(E)2x2\norm{Ex}^2 = \sum \lambda_k(E)^2\abs{c_k}^2 \leq \max_k\lambda_k(E)^2\,\norm x^2, attained at the corresponding eigenvector: E2=maxkλk(E)\vertiii E_2 = \max_k\abs{\lambda_k(E)}. Weyl with j=1j = 1: λk(A+E)λk(A)+λ1(E)λk(A)+E2\lambda_k(A+E) \leq \lambda_k(A) + \lambda_1(E) \leq \lambda_k(A) + \vertiii E_2; applying this to (A+E)+(E)(A+E) + (-E): λk(A)λk(A+E)+E2\lambda_k(A) \leq \lambda_k(A+E) + \vertiii E_2. Together: λk(A+E)λk(A)E2\abs{\lambda_k(A+E) - \lambda_k(A)} \leq \vertiii E_2.

9. Lower bounds: P0P \geq 0 and question 5. Upper: PP has rank 11, so λ2(P)=0\lambda_2(P) = 0; Weyl with i=k1i = k-1, j=2j = 2:

λk(A+P)λk1(A)+λ2(P)=λk1(A).\lambda_k(A + P) \leq \lambda_{k-1}(A) + \lambda_2(P) = \lambda_{k-1}(A) .

10. A+E=(21+i1i2)A + E = \begin{pmatrix} 2 & 1+\iu\\ 1-\iu & 2\end{pmatrix}: characteristic polynomial (2λ)21+i2=(2λ)22(2-\lambda)^2 - \abs{1+\iu}^2 = (2-\lambda)^2 - 2, spectrum {2+2, 22}\{2 + \sqrt2,\ 2 - \sqrt2\}. Against SpA={3,1}\operatorname{Sp}A = \{3, 1\}:

(2+2)3=(22)1=210.4141=E2.\abs{(2+\sqrt2) - 3} = \abs{(2-\sqrt2) - 1} = \sqrt2 - 1 \approx 0.414 \leq 1 = \vertiii E_2 . \checkmark

11. View Cn1=Vect(e1,,en1)\C^{n-1} = \operatorname{Vect}(e_1, \dots, e_{n-1}) inside Cn\C^n (standard basis): for xx there, x,Bx=x,Ax\langle x, Bx\rangle = \langle x, Ax\rangle, so RBR_B is the restriction of RAR_A. Upper bound: the max-min for λk(B)\lambda_k (B) ranges over kk-dimensional subspaces of Cn1\C^{n-1}, a subfamily of those of Cn\C^n: λk(B)λk(A)\lambda_k(B) \leq \lambda_k(A). Lower bound: the min-max for λk(B)\lambda_k(B) ranges over subspaces of Cn1\C^{n-1} of dimension (n1)k+1=nk(n-1)-k+1 = n-k; each is also a subspace of Cn\C^n of dimension n(k+1)+1n - (k+1) + 1, so its max is λk+1(A)\geq \lambda_{k+1}(A): λk(B)λk+1(A)\lambda_k(B) \geq \lambda_{k+1}(A).

12. Remove the rows/columns one at a time and chain question 11: each removal shifts the lower index by one, giving λk+m(A)λk(B)λk(A)\lambda_{k+m}(A) \leq \lambda_k(B) \leq \lambda_k(A).

13. Conjugating AA by a permutation matrix (unitary) neither changes the spectrum nor the multiset of diagonal entries: assume d1,,dkd_1, \dots, d_k occupy the leading positions. The leading k×kk\times k principal submatrix BB then has trB=ikdi\operatorname{tr} B = \sum_{i\leq k}d_i, and its eigenvalues satisfy μi(B)λi(A)\mu_i(B) \leq \lambda_i(A) (question 12): summing, ikdiikλi(A)\sum_{i\leq k}d_i \leq \sum_{i\leq k}\lambda_i(A). At k=nk = n both sides are trA\operatorname{tr} A.

14. Taking xi=eix_i = e_i gives the value ikλi\sum_{i\leq k}\lambda_i: the max is \geq. Conversely, an orthonormal family (x1,,xk)(x_1, \dots, x_k) extends to an orthonormal basis, i.e. to a unitary UU with first columns xix_i; then ixi,Axi\sum_i\langle x_i, Ax_i\rangle is the sum of the first kk diagonal entries of UAUU^\dagger AU, which by question 13 is at most the sum of its kk largest eigenvalues — namely ikλi(A)\sum_{i\leq k}\lambda_i(A). Ky Fan’s maximum principle follows.

15. Interlacing (SpA={2+2,2,22}\operatorname{Sp}A = \{2+\sqrt2, 2, 2-\sqrt2\}, SpB={3,1}\operatorname{Sp}B = \{3, 1\}):

232+2,2212.2 \leq 3 \leq 2 + \sqrt2, \qquad 2 - \sqrt2 \leq 1 \leq 2 . \checkmark

Schur with diagonal (2,2,2)(2,2,2): 22+22 \leq 2+\sqrt2; 44+24 \leq 4 + \sqrt2; 6=66 = 6 (trace). ✓16. biiaii=ei,(BA)ei0b_{ii} - a_{ii} = \langle e_i, (B-A)e_i\rangle \geq 0; summing gives the traces. For any CC: x,C(BA)Cx=Cx,(BA)(Cx)0\langle x, C^\dagger(B - A)Cx\rangle = \langle Cx, (B-A)(Cx)\rangle \geq 0: CACCBCC^\dagger AC \leq C^\dagger BC.

17. A0A \geq 0 clear; BA=(1111)B - A = \begin{pmatrix} 1 & 1\\ 1 & 1\end{pmatrix} is positive semidefinite (eigenvalues 2,02, 0): ABA \leq B. But

B2=(5332),B2A2=(4332),det(B2A2)=1<0:B^2 = \begin{pmatrix} 5 & 3\\ 3 & 2\end{pmatrix}, \qquad B^2 - A^2 = \begin{pmatrix} 4 & 3\\ 3 & 2\end{pmatrix}, \qquad \det(B^2 - A^2) = -1 < 0 :

not positive semidefinite. Squaring does not respect the Loewner order.

18. Let S=AS = \sqrt A, T=BT = \sqrt B (Hermitian positive semidefinite, Exercise 13.7 extended to semidefinite by the same spectral formula). TST - S is Hermitian; let μ\mu be any eigenvalue, vv a unit eigenvector. From T2S2=T(TS)+(TS)ST^2 - S^2 = T(T - S) + (T - S)S:

0v,(BA)v=Tv,(TS)v+(TS)v,Sv=μ(v,Tv+v,Sv)0 \leq \langle v, (B - A)v\rangle = \langle Tv, (T-S)v\rangle + \langle (T-S)v, Sv\rangle = \mu\bigl(\langle v, Tv\rangle + \langle v, Sv\rangle\bigr)

(μ\mu is real). If v,Tv+v,Sv>0\langle v, Tv\rangle + \langle v, Sv\rangle > 0, then μ0\mu \geq 0. If it vanishes, both nonnegative terms vanish; v,Tv=T1/2v2=0\langle v, Tv\rangle = \norm{T^{1/2}v}^2 = 0 forces Tv=0Tv = 0, likewise Sv=0Sv = 0, so μv=(TS)v=0\mu v = (T - S)v = 0 and μ=0\mu = 0. All eigenvalues of TST - S are 0\geq 0: AB\sqrt A \leq \sqrt B.

19. Congruence by A1/2A^{-1/2} (question 16): IM:=A1/2BA1/2I \leq M := A^{-1/2}BA^{-1/2}. So all eigenvalues of MM are 1\geq 1, hence those of M1M^{-1} lie in (0,1]\intoc{0}{1}: M1IM^{-1} \leq I. But M1=A1/2B1A1/2M^{-1} = A^{1/2}B^{-1}A^{1/2}; congruating M1IM^{-1} \leq I by A1/2A^{-1/2} gives B1A1B^{-1} \leq A^{-1}.

20. A1(AB)A=ABA\sqrt A^{-1}(AB)\sqrt A = \sqrt A\,B\sqrt A: so ABAB is similar to the Hermitian positive definite ABA\sqrt A\,B\sqrt A (definite: x,ABAx=Ax,BAx>0\langle x, \sqrt AB\sqrt Ax\rangle = \langle \sqrt Ax, B\sqrt Ax\rangle > 0): its eigenvalues are real and positive. Moreover

x,ABAxλmax(B)Ax2=λmax(B)x,Axλmax(A)λmax(B)x2,\langle x, \sqrt AB\sqrt Ax\rangle \leq \lambda_{\max}(B)\,\norm{\sqrt Ax}^2 = \lambda_{\max}(B)\,\langle x, Ax\rangle \leq \lambda_{\max}(A)\lambda_{\max}(B)\norm x^2 ,

so λmax(AB)=maxRABAλmax(A)λmax(B)\lambda_{\max}(AB) = \max R_{\sqrt AB\sqrt A} \leq \lambda_{\max}(A)\lambda_{\max}(B).

21. With vk=(sinjθk)jv_k = (\sin j\theta_k)_j and the identity sin((j1)θ)+sin((j+1)θ)=2sin(jθ)cosθ\sin((j-1)\theta) + \sin((j+1)\theta) = 2\sin(j\theta)\cos\theta: for 2jn12 \leq j \leq n-1,

(Tnvk)j=sin((j1)θk)+2sin(jθk)sin((j+1)θk)=(22cosθk)sin(jθk).(T_nv_k)_j = -\sin((j{-}1)\theta_k) + 2\sin(j\theta_k) - \sin((j{+}1)\theta_k) = (2 - 2\cos\theta_k)\sin(j\theta_k) .

Row 11 works because sin(0θk)=0\sin(0\cdot\theta_k) = 0, row nn because sin((n+1)θk)=sin(kπ)=0\sin((n+1)\theta_k) = \sin(k\pi) = 0: the boundary conditions select exactly θk=kπn+1\theta_k = \frac{k\pi}{n+1}. So Tnvk=4sin2(kπ2(n+1))vkT_nv_k = 4\sin^2\bigl(\frac{k\pi}{2(n+1)}\bigr)v_k; the nn values are distinct in (0,4)\intoo04 and the vk0v_k \neq 0: this is the whole spectrum, positive, so TnT_n is positive definite.

22. minidiIDmaxidiI\min_id_i\,I \leq D \leq \max_id_i\,I, so Tn+minidiITn+DTn+maxidiIT_n + \min_id_i\,I \leq T_n + D \leq T_n + \max_id_i\,I (adding TnT_n preserves the order); question 5 and λk(Tn+cI)=λk(Tn)+c\lambda_k(T_n + cI) = \lambda_k(T_n) + c give the sandwich.

23. T2=(2112)T_2 = \begin{pmatrix} 2 & -1\\ -1 & 2\end{pmatrix} has spectrum {3,1}\{3, 1\}, and

22    1    2    3    2+2:2 - \sqrt2 \;\leq\; 1 \;\leq\; 2 \;\leq\; 3 \;\leq\; 2 + \sqrt2 :

Cauchy interlacing, verified. (These are the same spectra as in question 15: conjugating by diag(1,1,1)\operatorname{diag}(1,-1,1) flips the sign of the off-diagonal.) Graph reading: T2T_2 is the Laplacian-type matrix of the path with the last vertex deleted — a principal submatrix, exactly the situation of question 11.

24. The extreme eigenvalues behave as

λmin(Tn)=4sin2π2(n+1)π2(n+1)2,λmax(Tn)=4cos2π2(n+1)4.\lambda_{\min}(T_n) = 4\sin^2\frac{\pi}{2(n+1)} \sim \frac{\pi^2}{(n+1)^2}, \qquad \lambda_{\max}(T_n) = 4\cos^2\frac{\pi}{2(n+1)} \longrightarrow 4 .

Hence

κn=λmaxλmin4(n+1)2π2:\kappa_n = \frac{\lambda_{\max}}{\lambda_{\min}} \sim \frac{4(n+1)^2}{\pi^2} :

the finer the grid, the worse conditioned the discrete second derivative — a fact that drives the design of numerical linear algebra.

25. (i) Roots of the characteristic polynomial can move wildly under perturbations of a general matrix, but the min-max characterization pins each Hermitian eigenvalue between explicit optimization values, forcing the 11-Lipschitz stability of questions 8–9. (ii) Questions 1, 5, 16–20 used only the extreme Rayleigh values; Weyl, interlacing, Schur and Ky Fan (questions 7–14) genuinely needed the full min-max over subspaces. (iii) The Loewner order turns these scalar inequalities into a calculus of matrix inequalities — with real traps (question 17) and real theorems (questions 18–19). (iv) These tools are the daily bread of numerical analysis (question 24’s stiffness matrices), of quantum perturbation theory (Weyl: energy levels move by at most the norm of the perturbation), and of the Year 3 volume’s min-max principle for compact self-adjoint operators.