G7 · The Scientist Gallery · Attribution Series

Gilbert Strang

He did not prove the spectral theorem. He made it the thing a first-year student meets in week eight, with a picture attached — and then put the course on the open internet in 2002, where it became one of the most-watched mathematics lectures ever recorded.

Part I · The Big Picture

Four subspaces, and the diagram that carries them

Strang’s reorganisation of the subject is one diagram. A real $m \times n$ matrix $A$ determines four subspaces: the column space $C(A)$ and the left null space $N(A^{\mathsf{T}})$ living in $\mathbb{R}^{m}$, the row space $C(A^{\mathsf{T}})$ and the null space $N(A)$ living in $\mathbb{R}^{n}$. The rank $r$ fixes all four dimensions at once — $\dim C(A) = \dim C(A^{\mathsf{T}}) = r$ — and each pair is orthogonal in its own space. Every linear map is that picture; solving, projecting, least squares and the pseudoinverse are all readings of it.

The pedagogical move is to teach a matrix by its factorisations rather than its entries. $A = LU$ is elimination. $A = QR$ is orthogonalisation. $A = Q\Lambda Q^{\mathsf{T}}$ is the spectral theorem for symmetric matrices. $A = U\Sigma V^{\mathsf{T}}$ is the singular value decomposition, which exists for every matrix with no hypotheses at all — which is exactly why it is the right instrument when you do not yet know whether your operator is well behaved. Late in his career he added $A = CR$, independent columns times a row-reduced factor, and argued it should be the first one taught, because rank falls out of it immediately.

The one line this corpus actually leans on
For a real symmetric matrix, $A = Q\Lambda Q^{\mathsf{T}}$ with $Q$ orthogonal and $\Lambda$ real diagonal: an orthonormal eigenbasis exists, and the eigenvalues are real. Every spectral argument in this series — modes, thresholds, stability, nodal patterns, the distance operator — is an application of that sentence or of its infinite-dimensional relatives. The corpus uses the word eigenvalue in 124 files and states this theorem in two. That ratio is the reason this chapter exists.
Part II · Where It Meets the Rest of the Gallery

The same quadratic form, three chapters running

Symmetric matrices and quadratic forms are one object seen twice, and this gallery now meets it three times. In Beltrami it is the first fundamental form, whose intrinsic curvature Gauss showed is a property of the form alone. In Klein it is the absolute, whose signature selects whether you are doing Euclidean, hyperbolic or elliptic geometry. And under this series’ own hex grid it is

$Q(q,r) \;=\; q^{2} + qr + r^{2} \;=\; \begin{pmatrix} q & r\end{pmatrix}\begin{pmatrix} 1 & \tfrac12 \\[2pt] \tfrac12 & 1\end{pmatrix}\begin{pmatrix} q \\ r\end{pmatrix}$

with eigenvalues $\tfrac32$ and $\tfrac12$, determinant $\tfrac34$, both eigenvalues positive, so the form is positive definite — a Strang-style check that takes one line and settles it. That is the Eisenstein norm form, discriminant $-3$, and the six hex neighbours are its vectors of norm one. `Orthogenesis/Geometry/HexForm.lean` records this in the repository; the form and its definiteness are proved there, the eigenvalue computation is not, and the distinction matters. The same form is already at work elsewhere in the series under its other name: Book 4 · The Closing Field writes it as the Eisenstein norm $T = m^{2}+mn+n^{2} = N_{\mathbb{Q}(\omega)/\mathbb{Q}}(m+n\omega)$ and uses it as the Caspar–Klug T-number classifying which hexagonal shells close. A symmetric matrix, a lattice, a norm form and a virus capsid are four readings of one object.

Two pedagogies, one theorem — and it is a live choice, not a settled one
Strang builds from elimination and determinants and keeps the matrix in view. Axler’s Linear Algebra Done Right reaches the same spectral theorem while refusing determinants until the end, on the grounds that they obscure why eigenvalues exist. Neither is a correction of the other. It is worth knowing which register a citation comes from: when Ishiki’s 2026 proof that Gromov–Hausdorff space is homeomorphic to $\ell^{2}$ needs compact-operator spectral decomposition and square roots of positive definite matrices, its reference for that machinery is Axler — an undergraduate textbook, cited in the engine room of a hundred-page result in metric geometry.

18.06 went onto MIT OpenCourseWare in 2002 and has been watched millions of times since. The mathematics in it is a century old and none of it is his. What is his is the decision that the four subspaces are the subject, that factorisation is the way in, and that a lecture given to thirty people in Cambridge should be given to everyone — a claim about access, made before it was obvious, and vindicated.

— on what a teacher's contribution consists of

Place in the Series

The honest register for a Strang citation is pedagogical rather than foundational. His books trade rigour for the big picture deliberately, and that trade is the right one for a first course and the wrong one for a proof obligation — a distinction this corpus has reason to keep sharp. Where a result needs the spectral theorem as a hypothesis discharged rather than as a fact recalled, the citation should be to the statement and its conditions, not to the course that made it memorable. Mathlib has the finite-dimensional spectral theorem for self-adjoint operators, so unlike most of the machinery this series reaches for, this one can be put under the kernel today.

References

Strang 1976–Linear Algebra and Its Applications, and later Introduction to Linear Algebra — the four subspaces and the factorisation-first sequence.
Strang 2002–MIT 18.06, MIT OpenCourseWare — the lectures.
Strang 2020Linear Algebra for Everyone — the argument for teaching $A = CR$ first.
Axler 2024Linear Algebra Done Right, 4th ed. — the determinant-free route to the same spectral theorem; the reference Ishiki cites.
Ishiki 2026arXiv:2609.09639, Part II §7 — compact operators, spectral decomposition, square roots of positive definite matrices.
Verificationbook7/ch-strang-verify.py — 5 blocks. The matrix, its eigenvalues, and the kissing-number exhaustion that HexForm.lean declines to prove. Ends with an [HONESTY] block naming what is evidence rather than proof.
Internalch-beltrami · ch-felix-klein · Orthogenesis/Geometry/HexForm.lean · WP-108
← Felix Klein Back to G7 Index Next: Michael Faraday →
Proved · kernel-checked
discriminant book21/Spiral.lean:75 Each name above is declared in this repository at the line shown and appears in an axiom report with no sorryAx. A clean axiom report is not a reading of the statement: per R20, a theorem can assume its conclusion and still report clean. Follow the link before citing one as evidence.