The Spectral Theorem
Dr. Victor Frankenstein and Captain Nemo
Institute of Linear Transformations, Transylvania Polytechnic
January 5, 2025
The spectral theorem establishes that symmetric matrices can be diagonalized by orthogonal transformations. This fundamental result connects linear algebra with geometric intuition and enables applications from optimization to quantum mechanics.
Example scroll made with Typst + Pandoc for Scroll Press.
The spectral theorem answers a fundamental question: when can a linear transformation be completely understood through its eigenvalues and eigenvectors? For symmetric matrices, the answer is remarkably complete—they always possess a full set of real eigenvalues with orthogonal eigenvectors.
Theorem (Spectral Theorem for Real Symmetric Matrices). Let be symmetric. Then:
All eigenvalues of are real.
There exists an orthonormal basis of consisting of eigenvectors of .
can be diagonalized as , where is orthogonal and is diagonal.
Proof sketch. By induction on . Symmetric matrices have real eigenvalues (shown via conjugate transpose argument). For each eigenvalue with unit eigenvector , extend to an orthonormal basis and consider , which has block-diagonal form with symmetric block . Apply induction to and combine orthogonal matrices.
Consider . The characteristic polynomial is , giving eigenvalues and . Corresponding orthonormal eigenvectors are:
Thus:
Verification: and .
Quadratic forms: Using , any quadratic form reduces to in eigenvector coordinates. The signs of eigenvalues determine whether critical points are minima, maxima, or saddles.
Principal Component Analysis: PCA finds directions of maximum variance in data by computing eigenvectors of the covariance matrix, projecting onto top eigenvectors for dimensionality reduction.
Differential equations: For with symmetric , the eigenvector decomposition decouples the system into independent modes: , with solutions .
The spectral theorem provides both theoretical insight and computational power for symmetric matrices. The geometric interpretation—any symmetric transformation is a rotation, scaling along axes, and inverse rotation—illuminates the structure while enabling applications across mathematics, physics, and data science.
Axler, S. (2015). Linear Algebra Done Right (3rd ed.). Springer.
Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Wellesley-Cambridge Press.
Example scroll made with Typst + Pandoc for Scroll Press.