Proving Spectral Decomposition
We just showed: if the constrained quadratic problem s.t. has a minimum, then that minimum is an eigenvector of . But does the minimum exist?
Yes! The constraint set is a sphere — a compact set. By the extreme value theorem, any continuous function on a compact set attains its minimum. So the minimum exists, and Lagrange guarantees it is an eigenvector with eigenvalue .
This proves symmetric matrices have at least one eigenvalue. To get more: restrict to the orthogonal complement and repeat. The restricted problem is again a quadratic on a compact sphere, so it has a minimum, giving a second eigenvector .
Repeating times gives an orthonormal set of eigenvectors with eigenvalues . Assembling as columns of : — the spectral decomposition. Lagrange multipliers proved the whole theorem!
Formal View
Proof sketch: (1) Compact constraint set → minimum exists (EVT). (2) Lagrange → minimum is eigenvector. (3) Restrict to orthogonal complement and repeat. This is the cleanest proof of the spectral theorem.
Why This Matters
The spectral decomposition is one of the most important theorems in linear algebra, and this proof shows it follows naturally from calculus and optimization.
- SVD of any matrix follows from spectral decomposition of
- Quantum mechanics: observables are symmetric operators, their spectral decomposition gives measurement outcomes
- PCA, LDA, kernel methods — all rely on spectral decomposition
- Google PageRank and graph algorithms use eigenvectors of symmetric matrices
Learning Resources
Lagrange multipliers introduction
3Blue1Brown
Provides the intuition for the quadratic constrained problem that underlies this proof.
Eigenvectors and eigenvalues
3Blue1Brown
Provides context for eigenvalue/eigenvector meaning and the spectral decomposition.
Symmetric matrices and the spectral theorem
MIT OpenCourseWare
Full lecture on the spectral theorem for symmetric matrices.
Quiz
Why is the extreme value theorem (EVT) needed in this proof?
After finding first eigenvector , how is the second obtained?
Non-symmetric matrices always have real eigenvalues.
The spectral decomposition encodes:
What makes this proof of the spectral theorem elegant?
Common Mistakes
- Forgetting the EVT step — the Lagrange theorem is only useful if a minimum is guaranteed to exist.
- Thinking the orthogonal complement restriction is obvious — you need to verify that preserves (which follows from symmetry).
- Confusing the proof of existence (this section) with the computation of eigenvalues (characteristic polynomial).