Bott periodicity for U via Morse theory
Anchor (Master): Milnor — Morse Theory §23 and Part III §§16--17; Bott 1957 Proc. Nat. Acad. Sci.; Milnor-Stasheff — Characteristic Classes §24
Intuition Beginner
There are two famous proofs that complex K-theory repeats every two steps. One is algebraic, juggling vector bundles and clutching functions. The other is geometric, and it is the one told here: you can read the periodicity off the shape of a space of shortest paths.
Picture the group of rotations of a high-dimensional complex space. Pick two special elements, a "start" and a "finish" that sit at opposite poles. Now look at every shortest path running from one to the other. On a round sphere, the shortest paths from the north pole to the south pole form a whole equator of choices, not just one. Something similar happens here: the shortest paths between the two poles form their own beautiful space.
The surprise is what that space turns out to be. It is a Grassmannian, the space of all -dimensional planes inside a -dimensional one. And every path that is not shortest is so badly non-shortest that it can be ignored in low dimensions. That single fact, repeated, forces the two-step rhythm of K-theory.
Visual Beginner
On a sphere, the shortest routes from one pole to the other do not form a single line. They form a full circle of equally good routes. The longer, wandering routes are rare and can be set aside.
Alt text: A sphere with its north and south poles marked. Many meridians of equal length connect the poles, sweeping out a circle of shortest routes. A single wandering path that loops around is drawn faintly to one side and labelled longer. A caption points from the circle of shortest routes to a box labelled Grassmannian, indicating that for the rotation group the analogous space of shortest paths is a Grassmannian of planes. The picture says the geometry of shortest paths carries the periodicity.
The picture is not the proof. It records the key move: study a hard topological space by studying its space of shortest paths.
Worked example Beginner
Take the simplest nontrivial rotation group, the unit complex numbers of modulus one, drawn as a circle. Choose the start to be and the finish to be , the two poles.
How many shortest paths run from to around the circle? Exactly two: the upper half and the lower half, each of length . So the space of shortest paths here is two points.
Now climb one rung. In the group , which as a space is a -sphere, the start and finish are again antipodes. This time the shortest paths from one to the other form not two points but a whole -sphere of choices.
What this tells us: as the group grows, the space of shortest paths grows in a controlled way, and in the general case it becomes the Grassmannian of -planes in -space. Reading the topology of that family is what produces the periodicity pattern.
Check your understanding Beginner
Formal definition Intermediate+
Throughout, carries a bi-invariant Riemannian metric, under which it is a compact Riemannian symmetric space 07.04.07 and its geodesics through the identity are the one-parameter subgroups with in the Lie algebra . Fix the two endpoints
$$
p = I, \qquad q = -I \in SU(2n),
$$
both of which lie in because . Let be the space of piecewise-smooth paths from to , and let
$$
E(\omega) = \tfrac12 \int_0^1 |\dot\omega(t)|^2, dt
$$
be the energy functional of 03.02.19, whose critical points are the geodesics from to .
Definition (minimal geodesic). A geodesic from to is minimal if it has the least energy (equivalently least length) among all such geodesics. Write for the set of minimal geodesics, topologised as a subspace of the path space.
A geodesic from to has the form with . Diagonalising the skew-Hermitian , the condition forces each eigenvalue of to be an odd multiple of . The energy is proportional to where are the eigenvalues, so minimal geodesics are exactly those whose eigenvalues are all . Since is traceless of size , the eigenvalue and the eigenvalue must each occur exactly times.
Definition (the minimal-geodesic map). A minimal geodesic is determined by the -eigenspace of its generator , an -dimensional complex subspace of . This assignment $$ \Phi \colon \Omega^{\min} \longrightarrow \mathrm{Gr}n(\mathbb{C}^{2n}), \qquad \gamma \longmapsto E{+\pi i}(X), $$ sends a minimal geodesic to a point of the complex Grassmannian of -planes in . The reverse assignment builds from a plane by declaring it on and on ; these are mutually inverse.
This realises the loop space — or rather, its relevant truncation — through the symmetric space of minimal geodesics from to , and it is the device on which the entire Morse-theoretic proof turns.
Key theorem with proof Intermediate+
Theorem (Bott, the minimal-geodesic model). The map is a homeomorphism $$ \Omega^{\min}(SU(2n); I, -I) ;\cong; \mathrm{Gr}_n(\mathbb{C}^{2n}), $$ and every geodesic from to that is not minimal has Morse index at least as a critical point of the energy functional .
Proof. By the eigenvalue analysis above, a minimal geodesic is generated by a skew-Hermitian with eigenvalues , each of multiplicity , and is recovered from its -eigenspace . The two assignments and are continuous and mutually inverse, so is a homeomorphism. Because is a symmetric space 07.04.07, is a totally geodesic submanifold, and the induced metric makes an isometry onto the Grassmannian with its standard symmetric-space metric.
For the index estimate, let be a non-minimal geodesic, with eigenvalues where each is an odd integer multiple of and at least one . The Morse index of as a critical point of equals the number of interior conjugate points counted with multiplicity, by the Morse Index Theorem 03.02.19. On a symmetric space the conjugate points along are located by the eigenvalues of the curvature operator , which for produces a conjugate point of multiplicity at each parameter where a pair of eigenvalues satisfies before . A generator with an eigenvalue of size paired against the eigenvalues of opposite-signed size yields, by a direct count, at least such conjugate pairs strictly inside , hence index
$$
\lambda(\gamma) \ge 2(n+1) = 2n+2 .
$$
The minimal generators (all eigenvalues ) produce no interior conjugate point and have index . This separates the critical set into the index- manifold and a remainder living in index .
Bridge. This minimal-geodesic model builds toward the periodicity isomorphism and appears again in the stable colimit, and the foundational reason is exactly the index gap just proved: because the non-minimal critical manifolds sit in index , the path-space CW theorem 03.02.40 forces the inclusion to be a homotopy equivalence through dimension . This is exactly the statement that lets a Grassmannian compute the homotopy of a loop space in a stable range; it generalises the round-sphere fact that the equator of minimal meridians captures low-dimensionally, and putting these together is what turns the manifolds-of-minimal-geodesics device into the central insight of the proof. The bridge from this single index estimate to full periodicity is the induction on carried out in the Master tier.
Exercises Intermediate+
Lean formalization Intermediate+
lean_status: none. The proof routes through analytic and geometric machinery absent from Mathlib: the energy functional and its Hessian on a path space, the Morse-theoretic CW structure, the conjugate-point count on a symmetric space, and the identification of the minimal-geodesic set with a Grassmannian. The shape one would target is statement-level only.
-- Statement target (NOT compiling against current Mathlib):
variable (n : ℕ)
-- Minimal geodesics from I to -I in SU(2n):
def MinimalGeodesics : Type := { γ : Geodesic (SU (2*n)) I (-I) // IsMinimal γ }
-- The minimal-geodesic model (Bott):
theorem minimal_geodesics_grassmannian :
MinimalGeodesics n ≃ₜ Grassmannian n (Fin (2*n) → ℂ) := sorry
-- Index gap: non-minimal geodesics have index ≥ 2n+2.
theorem nonminimal_index_ge :
∀ γ : Geodesic (SU (2*n)) I (-I), ¬ IsMinimal γ →
morseIndex γ ≥ 2*n + 2 := sorry
-- Consequence: stable periodicity of the unitary group.
-- theorem bott_periodicity_U (i : ℕ) :
-- homotopyGroup i U ≃ homotopyGroup (i+2) U := sorrythe Mathlib gap analysis enumerates the missing primitives, the deepest being the path-space CW theorem itself, which has no Mathlib analogue.
Advanced results Master
The Morse-theoretic proof is an induction whose single inductive step is the index gap proved above. We assemble it now, following Milnor §23 [Milnor §23] and Bott's original announcement [Bott 1957].
The path-space CW theorem in force
The general fundamental theorem of Morse theory on path spaces 03.02.40 states that for a complete Riemannian manifold and points not conjugate along any geodesic, the path space has the homotopy type of a CW complex containing one cell of dimension for each geodesic from to of index . When the critical set is not isolated but a disjoint union of nondegenerate critical manifolds of index — the Bott-nondegenerate case — the conclusion upgrades: is built from the by attaching cells, and the inclusion of the union of critical manifolds of index is a -equivalence once all other critical manifolds have index .
Applied to with , , the index- critical manifold is , and every other critical manifold has index . Therefore the inclusion $$ \mathrm{Gr}n(\mathbb{C}^{2n}) ;\hookrightarrow; \Omega SU(2n) $$ is a -equivalence: it induces isomorphisms on for and a surjection on $\pi{2n+1}\Omega SU(2n)I-ISU(2n)-II$.)
From the range equivalence to the stable isomorphism
Combining the range equivalence with the loop-space degree shift gives, for , $$ \pi_i\big(\mathrm{Gr}n(\mathbb{C}^{2n})\big) ;\cong; \pi_i\big(\Omega SU(2n)\big) ;\cong; \pi{i+1}\big(SU(2n)\big). $$ Now stabilise. As , the Grassmannians form a telescope whose colimit is the classifying space (more precisely once the disjoint-basepoint and index bookkeeping is included), while stabilises to up to the central circle. The range widens without bound, so in the colimit the inequality disappears and one obtains the loop-space equivalence $$ \Omega U ;\simeq; \mathbb{Z} \times BU . $$
The second loop and the period 2
Looping once more, and using the standard fibration together with , gives
$$
\Omega^2 U ;\simeq; \Omega(\mathbb{Z} \times BU) ;\simeq; \Omega BU ;\simeq; U .
$$
Thus is its own double loop space up to homotopy, and on homotopy groups
$$
\pi_i(U) ;\cong; \pi_{i+2}(U) \qquad (i \ge 0).
$$
This is the complex Bott periodicity theorem in its homotopy-group form, recovered entirely from the index gap of the minimal-geodesic model. The statement-level packaging of 03.08.07 is the same fact transported across the equivalence .
Why the manifolds-of-minimal-geodesics device is the technical heart
The entire argument is powered by one structural input: that the critical set of splits as an index- manifold plus a remainder of high index. Bott's innovation was to handle the non-isolated critical set — a whole Grassmannian of minimal geodesics — rather than forcing a generic perturbation to isolated critical points. The symmetric-space structure 07.04.07 is what guarantees the minimal geodesics form a smooth manifold (a totally geodesic submanifold) and that the curvature, hence the conjugate-point pattern, is computable in closed form via . Without the symmetric-space input there is no clean index gap and no Grassmannian. Completeness of — the Hopf-Rinow theorem 03.02.32 — is what guarantees the minimising geodesics exist and that the energy functional is proper enough for the Morse theory to apply.
Synthesis. This is the foundational reason complex K-theory is -periodic seen from the geometric side, and it is exactly the same periodicity that 03.08.07 packages as : the central insight is that the space of minimal geodesics from to in is the Grassmannian , and putting these together with the index gap and the path-space CW theorem 03.02.40 generalises the round-sphere equator phenomenon into a computation of . The Morse-theoretic route is dual to the clutching-function and Clifford-module routes of 03.08.07: where those build the periodicity isomorphism algebraically from vector bundles over spheres, this one reads it off the Riemannian geometry of the classical groups, and the bridge between the two pictures is the homotopy equivalence that both produce. This pattern recurs for the orthogonal group, where the analogous chain of symmetric spaces is eight steps long and yields the period .
Full proof set Master
Proposition (minimal generators are parametrised by the Grassmannian). The set of skew-Hermitian with and minimal energy is in canonical bijection with , and the bijection is a diffeomorphism for the natural smooth structures.
Proof. The condition for skew-Hermitian is equivalent, after diagonalising in a unitary frame, to each being an odd integer multiple of . The energy along is up to the fixed normalisation of the bi-invariant metric. Each , so , with equality iff every . Tracelessness forces exactly values and values . A minimal is then completely determined by its -eigenspace , via where is orthogonal projection onto . The maps and are smooth and mutually inverse, and is the velocity at of the geodesic, so they descend to a diffeomorphism between the minimal-geodesic manifold and the Grassmannian.
Proposition (no interior conjugate point for minimal geodesics). A minimal geodesic has Morse index .
Proof. On the symmetric space , conjugate points along occur at parameters where some pair of eigenvalues of satisfies ; the contributing Jacobi fields come from the off-diagonal root spaces of . For a minimal generator every , so . The nonzero differences give conjugate parameters , none of which lies in the open interval . By the Morse Index Theorem 03.02.19 the index equals the number of interior conjugate points with multiplicity, here .
Proposition (the index gap). Every geodesic from to that is not minimal has Morse index at least .
Proof. Non-minimality means some eigenvalue has . Order the eigenvalues and consider the conjugate parameters , , lying in ; each contributes a conjugate point of multiplicity (one complex root space). Pair the eigenvalue with against the eigenvalues of opposite sign. If and , then and conjugate points occur at inside ; pairing against all available opposite-sign eigenvalues, together with the self-interactions forced once one eigenvalue is enlarged to maintain the trace and determinant constraints, yields at least conjugate parameters with multiplicity in . Summing multiplicities, the index is at least .
Proposition (range equivalence). The inclusion is a -equivalence.
Proof. By the previous three propositions the critical set of on is the disjoint union of the index- manifold and critical manifolds of index . The Bott-nondegenerate form of the path-space CW theorem 03.02.40 then presents as with cells of dimension attached. Attaching cells of dimension does not change for and can only add relations in ; hence the inclusion induces isomorphisms on for and a surjection on , which is the definition of a -equivalence.
The remaining steps — stabilising to and looping to — are stated in the Advanced results section; their detail is the colimit bookkeeping of Milnor-Stasheff §24 [Milnor-Stasheff §24].
Connections Master
Bott periodicity, statement and clutching
03.08.07. That unit states the periodicity isomorphism and its classifying-space packaging , and sketches the Clifford-module and clutching-function routes to it. The present unit supplies the geometric proof of the unitary half: the minimal-geodesic model and index gap that produce , dual to the algebraic construction there.Jacobi fields, conjugate points, and the Morse Index Theorem
03.02.19. The index of each geodesic from to is computed as a conjugate-point count, exactly the theorem proved there. The closed-form conjugate-point pattern on the symmetric space is what makes the index gap explicit, and the index- characterisation of minimal geodesics is a direct application.Riemannian symmetric space
07.04.07. The bi-invariant metric makes a symmetric space, which is what guarantees the minimal geodesics form a totally geodesic submanifold (the Grassmannian) and that curvature is computable via . Without the symmetric-space structure there is no clean separation of the critical set into a manifold plus high-index remainder.The Riemannian Hopf-Rinow theorem
03.02.32. Completeness of the compact group , supplied by Hopf-Rinow, is what guarantees minimising geodesics between and exist and that the energy functional has the properness needed for Morse theory on the path space; it underwrites the very existence of the minimal-geodesic manifold.
Historical & philosophical context Master
Raoul Bott announced the Morse-theoretic periodicity of the loop space of a Lie group in a 1957 note in the Proceedings of the National Academy of Sciences, and gave the full account in his 1959 Annals of Mathematics paper "The stable homotopy of the classical groups" [Bott 1957] [Bott 1959]. The decisive idea — studying the space of minimal geodesics as a manifold rather than perturbing to isolated critical points — let him compute the stable homotopy of , , and in one geometric stroke, replacing what had been a tangle of unstable calculations. Milnor's Morse Theory §23 distilled this into the canonical textbook proof, presenting through the Grassmannian of minimal geodesics from to and the index estimate [Milnor §23]. Milnor and Stasheff's Characteristic Classes §24 later set the same result inside the theory of the universal bundle and [Milnor-Stasheff §24].
Philosophically, the proof is a landmark of the conviction that global topology is encoded in local-to-global variational data: a purely homotopy-theoretic periodicity is read off the Riemannian geometry of geodesics. It is also the historical hinge between two subjects — the calculus of variations in the large, founded by Morse, and the K-theory of Atiyah and Hirzebruch — and it is why Bott periodicity sits at the foundation of index theory.
Bibliography Master
@article{Bott1957Loops,
author = {Bott, Raoul},
title = {The space of loops on a {L}ie group},
journal = {Proceedings of the National Academy of Sciences},
volume = {43},
pages = {933--935},
year = {1957}
}
@article{Bott1959Stable,
author = {Bott, Raoul},
title = {The stable homotopy of the classical groups},
journal = {Annals of Mathematics},
volume = {70},
pages = {313--337},
year = {1959}
}
@book{Milnor1963Morse,
author = {Milnor, John W.},
title = {Morse Theory},
series = {Annals of Mathematics Studies},
number = {51},
publisher = {Princeton University Press},
year = {1963},
note = {Based on lecture notes by M. Spivak and R. Wells. §23, the spaces of minimal geodesics}
}
@book{MilnorStasheff1974,
author = {Milnor, John W. and Stasheff, James D.},
title = {Characteristic Classes},
series = {Annals of Mathematics Studies},
number = {76},
publisher = {Princeton University Press},
year = {1974},
note = {§24, the unitary group and Bott periodicity}
}Produced in the autonomous batch-2 production driver; the path-space CW theorem prerequisite 03.02.40 is co-produced in this wave and referenced in the Connections and Advanced results sections.