Stiefel-Whitney and Pontryagin numbers
Anchor (Master): Milnor-Stasheff §4 + §16 + §17 + Appendix A; Thom 1954 Comment. Math. Helv. 28; Hirzebruch 1956 Topological Methods §1.5
Intuition [Beginner]
Characteristic classes live in the cohomology of a manifold — they are bookkeeping for how its tangent bundle twists. But cohomology classes are abstract; you cannot tell two manifolds apart just by writing down "the second Stiefel-Whitney class of is some element of ." You need to extract numbers.
The trick is that a closed -manifold has a fundamental class — a top-degree homology element that integrates cohomology classes over . Pair a top-degree characteristic monomial with this fundamental class and you get a single number: an element of for Stiefel-Whitney, an integer for Pontryagin. These numbers are called the Stiefel-Whitney numbers and the Pontryagin numbers of .
The miracle is that these numbers depend only on the bordism class of : two manifolds that together bound a one-dimensional-higher manifold share the same Stiefel-Whitney numbers (Thom 1954) and the same Pontryagin numbers (after orientation). The numerical invariants are a complete bordism fingerprint.
Visual [Beginner]
Think of a closed surface or 4-manifold . Its tangent bundle carries a small list of characteristic classes — in -cohomology, plus in integral cohomology if is oriented and has dimension divisible by . The picture shows the top-degree monomials being evaluated against the fundamental class, returning a row of numbers.
The picture is the cohomological side of pairing. Bordism is the homological side: two manifolds with the same row of numbers are bordant.
Worked example [Beginner]
The complex projective plane is a closed oriented 4-manifold. It has one Pontryagin class .
Step 1. The cohomology of is with in degree .
Step 2. The Euler sequence gives , so after the standard Pontryagin-from-complexification calculation.
Step 3. The fundamental class pairs with , so the Pontryagin number is .
What this tells us: has Pontryagin number and signature , related by Hirzebruch's formula . The number is the integer-valued bordism fingerprint of .
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let be a closed smooth -manifold (compact, without boundary). Write for its tangent bundle and for the canonical mod-2 fundamental class. If is oriented, write for the integral fundamental class fixed by the orientation.
Definition (Stiefel-Whitney numbers). Let be a partition of , meaning and . The Stiefel-Whitney number of with index is
where is the cap-product evaluation against the mod-2 fundamental class. The collection over all partitions of is the Stiefel-Whitney number system of .
Definition (Pontryagin numbers). Assume is oriented with for some . Let be a partition of . The Pontryagin number of with index is
a cap-product of integral cohomology classes summing to degree . The collection over all partitions of is the Pontryagin number system of .
The number of Stiefel-Whitney numbers of equals the partition number ; for Pontryagin numbers of it equals .
Counterexamples to common slips [Intermediate+]
- Slipping into integer arithmetic for SW numbers. Stiefel-Whitney numbers are valued in , not . The expression is identically equal to mod 2 by Fermat's little theorem, but writing as if it were an integer is a category error.
- Forgetting orientation for Pontryagin numbers. The integral fundamental class requires to be oriented. For an unoriented manifold there is only a mod-2 fundamental class and Pontryagin classes still exist integrally, but no integer-valued pairing is canonically defined.
- Mis-counting partitions. The partition number gives five Stiefel-Whitney numbers on a 4-manifold: , , , , . The corresponding Pontryagin-side count on a -manifold uses partitions: , , , , .
Key theorem with proof [Intermediate+]
Theorem (Thom 1954 — Stiefel-Whitney numbers are unoriented-bordism invariants). Let and be closed smooth -manifolds. If there exists a compact smooth -manifold with , then for every partition of .
Proof. Suppose is a bordism between and , with . Write and for the boundary inclusions, and let denote the restriction of the tangent bundle of to .
The crucial identity is that along the boundary of an -manifold , the tangent bundle of restricted to the boundary decomposes as
where is the product line bundle along the inward normal direction. By the Whitney sum formula,
So for every , and similarly for .
Now pair against fundamental classes. The fundamental class of satisfies in , where is the connecting map of the long exact sequence of the pair. Cap-product with a cohomology class gives the pairing identity
where is the connecting map. Take for a partition of .
The connecting map raises degree by . But lives in , and the cohomology classes are defined globally on , so comes from the global cohomology — meaning its image under is the obstruction to extending to a relative cohomology class. The image may or may not be zero.
The key step: because for a global class already defined on , the connecting map applied to the restriction of a global class gives zero by exactness of the long sequence
Therefore in , which says , equivalently .
Bridge. This builds toward 03.06.12 (Unoriented bordism and Thom's theorem), where the converse direction completes the picture: SW numbers are not just invariant but complete, separating distinct bordism classes. The same architecture appears again in 03.06.13 (Oriented bordism and Pontryagin-Thom) for the integral side, where Pontryagin numbers play the role of SW numbers and the orientation requirement enters. The foundational reason is exactly that characteristic classes pair with fundamental classes, and the boundary identity makes this pairing compatible with cobordism. Putting these together, this is exactly the bridge between characteristic-class theory and Thom's spectrum-level identification .
Exercises [Intermediate+]
Lean formalization [Intermediate+]
lean_status: partial — Mathlib lacks bundled characteristic classes and the integral / mod-2 fundamental class of a closed manifold, so the substantive theorems (well-definedness of SW numbers, integrality of Pontryagin numbers, Thom's bordism invariance) are stated with sorry proof bodies in Codex.Modern.CharClasses.SWPontryaginNumbers.
-- See lean/Codex/Modern/CharClasses/SWPontryaginNumbers.lean.
structure ClosedManifold where
dim : ℕ
carrier : Type
topology : TopologicalSpace carrier
def swNumber (M : ClosedManifold) {n : ℕ} (I : Partition n)
(h : n = M.dim) : ZMod 2 := 0
theorem swNumber_bordism_invariant
(M M' : ClosedManifold) (h : M.dim = M'.dim)
(W : UnorientedBordism M M' h)
{n : ℕ} (I : Partition n) (hn : n = M.dim) :
swNumber M I hn = swNumber M' I (hn.trans h) := by
sorry
The placeholder definitions use Unit-valued cohomology to record the type signature; promoting to lean_status: full requires the upstream Mathlib work catalogued in lean_mathlib_gap. The four Thom theorems (SW invariance, Pontryagin invariance, completeness for unoriented bordism, completeness rationally for oriented bordism) are present as statements with sorry bodies, plus numerical records for , , , K3 used in the worked examples below.
Advanced results [Master]
The seven advanced results below organise around three structural questions: how do Stiefel-Whitney numbers detect unoriented bordism (Thom's mod-2 theorem); how do Pontryagin numbers detect oriented bordism rationally (Thom-Hirzebruch); and how do specific worked examples (, , K3) realise the formalism.
Stiefel-Whitney numbers and unoriented bordism invariance
The mod-2 fundamental class is canonical: every closed topological -manifold has one, with no orientation hypothesis required. This is the structural reason Stiefel-Whitney numbers exist in such generality. The bordism-invariance proof of the Key theorem above is the foundational argument: characteristic classes restrict from a bordism to its boundary, and the long-exact-sequence vanishing of the connecting map kills the difference .
Theorem (Thom 1954, mod-2 case). The pairing descends to a function on unoriented-bordism classes . Two closed manifolds and are unoriented-bordant iff all their Stiefel-Whitney numbers agree.
The completeness direction (SW numbers separate bordism classes) is the deeper half. Thom's proof identifies the unoriented-bordism ring with the homotopy groups of the universal Thom spectrum: . Computing as a polynomial ring with one generator in each degree , and verifying that Stiefel-Whitney numbers form a complete set of mod-2 homotopy invariants of , gives the classification: the SW-number map is injective on bordism classes.
A useful corollary: if all SW numbers of vanish, then is null-bordant. Examples: , every closed 1- or 3-manifold is null-bordant. The first non-zero for is , generated by .
Pontryagin numbers for orientable 4k-manifolds
The integral side requires orientation. For a closed oriented -manifold , Pontryagin numbers form a function . The bordism-invariance proof mirrors the SW proof, with replaced by and the mod-2 fundamental class replaced by the integral fundamental class fixed by the orientation.
The signs in matter: reversing the orientation of reverses the integral fundamental class, so . The Pontryagin classes themselves are independent of orientation (they are defined via complexification, which kills the orientation data — Exercise 7 of 03.06.04); the orientation dependence enters at the fundamental-class evaluation step.
Theorem (integrality). For any oriented closed -manifold and any partition of , the Pontryagin number is an integer.
This is immediate from the definitions: are integral classes, the cup-product preserves integrality, and the integral fundamental-class pairing produces an integer. The more refined integrality statements — that specific combinations of Pontryagin numbers are divisible by larger integers — are downstream of this basic integrality and feed into the Â-genus integrality (Atiyah-Singer) and the signature divisibility for spin manifolds (Rokhlin's theorem).
The bordism-invariance theorem — Thom 1954
The unoriented case was stated above; the oriented case adds an orientation hypothesis throughout. The proof architecture is identical: the boundary identity extends to oriented manifolds, and the integral long exact sequence
provides the same vanishing of the connecting map applied to a Pontryagin monomial. The conclusion is that whenever and are oriented-bordant.
Theorem (Thom-Hirzebruch). After tensoring with , the rational Pontryagin numbers form a complete set of invariants of oriented bordism in dimension . The signature factors through a specific rational linear combination of Pontryagin numbers (the -genus): .
The signature theorem (Hirzebruch 1956) gives the explicit formulae:
with higher given by the multiplicative-sequence machinery of 03.06.15. The integrality of the signature constrains the rational Pontryagin numbers — for instance, must be divisible by on a closed oriented 8-manifold.
Worked examples — , , Kummer surface, K3
. With and the Euler sequence giving , the Pontryagin class is (using , ). The Pontryagin number is and the signature is , consistent with .
. The tangent bundle is the external direct sum, so all Pontryagin classes vanish (sphere tangent bundles are stably product). Hence and . The 4-manifold is rationally null-bordant.
Kummer surface. The Kummer surface , the quotient of a 4-torus by the involution (resolved at the 16 fixed points), is a smooth 4-manifold diffeomorphic to a K3 surface. Its Euler characteristic is and its signature is .
K3 surface. A K3 surface is a closed simply-connected complex surface with vanishing canonical bundle. Its tangent bundle has Pontryagin number , and Hirzebruch's signature theorem gives . The intersection form on is where is the hyperbolic lattice , with signature . The Euler characteristic and the Euler-Poincaré formula combine to give the second Chern number .
Higher-dimensional examples — Milnor exotic 7-sphere
In dimension 8, Milnor's discovery of exotic 7-spheres rests on Pontryagin numbers. Construct a closed oriented 8-manifold that bounds an exotic 7-sphere . If were the standard 7-sphere, then would be null-bordant after capping off, forcing certain Pontryagin-number constraints to hold integrally. Milnor 1956 showed that the Pontryagin number violates the required divisibility, so cannot be the standard sphere — it is an exotic smooth structure on . This argument is one of the foundational uses of Pontryagin numbers in differential topology, opening the entire study of exotic differentiable structures and the subsequent classification of homotopy spheres by Kervaire-Milnor.
Universal characteristic-number map and the cobordism ring
The Stiefel-Whitney-number map and the Pontryagin-number map together with the Euler-characteristic map fit into a single homomorphism of graded rings
assigning to each oriented-bordism class its rational Pontryagin-number vector. Thom-Hirzebruch states this is an isomorphism. The unoriented case reads
assigning to each unoriented-bordism class its Stiefel-Whitney-number vector — and Thom shows this is an isomorphism integrally. So Stiefel-Whitney and Pontryagin numbers are exactly the right invariants to detect bordism: they parametrise the cobordism ring.
Synthesis. Stiefel-Whitney and Pontryagin numbers are the foundational reason that characteristic classes interact with bordism: every top-degree characteristic monomial pairs with the fundamental class to produce a number, and the boundary identity propagates this pairing across cobordisms. The central insight is that these numbers are not just bordism invariants but a complete set of bordism invariants (mod 2 for unoriented, rationally for oriented). The bridge is exactly Thom's identification and , which identifies the cobordism ring with a polynomial ring whose coordinates are the characteristic numbers.
The structural pattern generalises across the entire characteristic-class apparatus. Putting these together with Hirzebruch's signature theorem, the rational Pontryagin numbers carry not only the bordism information but also the signature, the Â-genus, the Todd genus, and the elliptic genus — every multiplicative genus is a specific rational polynomial in Pontryagin numbers. This is exactly the splitting of the cobordism ring into characteristic-class coordinates that allows Atiyah-Singer to express analytic indices as topological integrals; the pattern recurs in every index-theoretic computation in the curriculum. Appears again in 03.06.15 and 03.09.10 where the same characteristic numbers measure the index of elliptic operators.
Full proof set [Master]
Proposition 1 (boundary identity). Let be a smooth compact -manifold with boundary . Then as smooth real vector bundles over .
Proof. Pick a smooth collar identifying a neighbourhood of with . The inward-pointing unit normal vector field along defines a non-vanishing section of in the direction transverse to . This section spans a rank-1 product subbundle , and the orthogonal complement (using any Riemannian metric on ) is identified with via the collar. The collar identification respects the smooth structure, so as a smooth real vector bundle.
Proposition 2 (bordism invariance of SW numbers). Let be a smooth compact -manifold with . Then for every partition of .
Proof. Apply Proposition 1 along the boundary . The Whitney sum formula and the vanishing of Stiefel-Whitney classes for product bundles gives , so and for all .
For a partition of , let . The fundamental-class identity for manifolds with boundary states in , where is the connecting homomorphism.
The cap-product compatibility gives
with the long-exact-sequence connecting map. The crucial fact is that the long exact sequence of the pair
is exact at the middle term. Since is the cup-product of classes defined globally on , it lies in the image of if and only if the original tangent bundle extends as a relative bundle pair — and this is always the case because is defined on all of . So , giving . Therefore , equivalently in , equivalently .
Proposition 3 (integrality of Pontryagin numbers). For any oriented closed -manifold and any partition of , the Pontryagin number is an integer.
Proof. The Pontryagin classes are integral by construction (as integral lifts of the even Chern classes of the complexified tangent bundle, with the standard sign ). The cup-product of integral classes is integral, so
The integral fundamental-class pairing is a -linear map by definition of . The composition produces an integer.
Proposition 4 (bordism invariance of Pontryagin numbers). Let be a smooth compact oriented -manifold with , where denotes with reversed orientation. Then for every partition of .
Proof. Repeat the proof of Proposition 2 with integral coefficients and Pontryagin classes in place of Stiefel-Whitney classes. The boundary identity (Proposition 1) extends to oriented manifolds; the Whitney sum formula for Pontryagin classes gives ; the long exact sequence of the pair at integral coefficients gives for . The orientation reversal of ensures as oriented fundamental classes (rather than ), so the conclusion is .
Proposition 5 (Hirzebruch signature theorem, dim 4 case). For a closed oriented 4-manifold , the signature equals .
Proof. The signature is a homomorphism from the rational oriented-bordism ring; the Pontryagin-number map is another. Both vanish on the null-bordant class. The rational oriented-bordism ring in dimension 4 is , generated by the class of . So and are both rational linear functionals on a one-dimensional space, agreeing on the generator (where both equal ). They are therefore equal on all of . Since both and are integral on every closed oriented 4-manifold, and , the identity holds integrally on all of .
Connections [Master]
Stiefel-Whitney classes
03.06.03. Provides the mod-2 cohomology classes whose top-degree monomials are evaluated against to produce SW numbers. The unit here is the numerical-invariant downstream specialisation of03.06.03.Pontryagin and Chern classes
03.06.04. Provides the integral cohomology classes whose top-degree monomials are evaluated against to produce Pontryagin numbers. The same naturality + Whitney formula structure that defines the classes in03.06.04underlies the bordism invariance of their numerical evaluations here.Chern-Weil homomorphism
03.06.06. Provides curvature representatives for Pontryagin classes via invariant polynomials of the connection on . The de Rham incarnation of a Pontryagin number is then the integral of a top-degree polynomial in the curvature.Unoriented bordism and Thom's theorem
03.06.12. This unit ships the bordism-invariance side;03.06.12(pending) ships the completeness side — that SW numbers separate unoriented-bordism classes. Together they identify with the polynomial ring in on generators detected by SW numbers.Oriented bordism and Pontryagin-Thom
03.06.13. Same architecture as03.06.12but for oriented bordism, with Pontryagin numbers in the role of SW numbers and the rationalisation as the completeness statement. Wall 1960 sharpened this integrally: the joint family of Stiefel-Whitney and Pontryagin numbers of the present unit classifies up to the residual 2-torsion captured by the Adams spectral sequence. Anchor phrase: Pontryagin + SW numbers classify oriented bordism (Wall 1960).Hirzebruch signature theorem
03.06.11. The signature is a specific rational linear combination of Pontryagin numbers via the -genus, . Builds on the integrality + bordism invariance results of this unit.Multiplicative sequences and L, Â, Todd genera
03.06.15. Every multiplicative genus is a rational polynomial in Pontryagin numbers (real case) or Chern numbers (complex case). Builds toward the index theorem of03.09.10.Combinatorial Pontryagin classes and exotic 7-spheres
03.06.17. Milnor's discovery of exotic smooth structures on uses Pontryagin numbers and the divisibility constraints from the bordism-invariance theorem proved here. The numerical-invariant machinery is the foundational reason exotic spheres can be detected at all.Whitney duality and immersion obstructions
03.06.16. Whitney duality is exactly the SW-number compatibility statement on the tangent and normal bundles of an immersed manifold: pairing the dual SW classes of03.06.10with the fundamental class produces matched numerical invariants whose mismatch obstructs the existence of an immersion in given codimension. Anchor phrase: Whitney duality is the SW-number compatibility result.Atiyah-Singer index theorem
03.09.10. The analytic index of an elliptic operator on a closed manifold is computed as the integral of a specific characteristic monomial against the fundamental class — exactly a characteristic number. Pontryagin numbers and Chern numbers are the topological side of the index formula.
Historical & philosophical context [Master]
Eduard Stiefel 1936 introduced the Stiefel-Whitney classes in his Zürich thesis [Stiefel1936], in the context of obstructions to extending sections of frame bundles on manifolds; Whitney 1937 independently gave the cohomological side and proved the product formula [Whitney1937]. The numerical pairings appeared implicitly in this early work, but the systematic bordism-invariance theory had to wait for René Thom.
René Thom 1954 [Thom1954] introduced the bordism ring and proved that Stiefel-Whitney numbers separate unoriented-bordism classes, in his foundational paper Quelques propriétés globales des variétés différentiables (Comment. Math. Helv. 28). Thom's argument used the Pontryagin-Thom construction: bordism classes correspond to homotopy classes of maps from a sphere into the Thom spectrum , and computing as a polynomial ring identifies SW numbers as a complete set of homotopy invariants.
Friedrich Hirzebruch 1956 [Hirzebruch1956] developed the parallel oriented theory in Topological Methods in Algebraic Geometry (§1.5 + Ch. 1 Appendix). The signature theorem identifies the signature as a specific rational combination of Pontryagin numbers. C.T.C. Wall 1960 (Ann. Math. 72) [Wall1960] determined the integral oriented-bordism ring , completing the classification programme.
The numerical-invariant philosophy of characteristic numbers was a structural turning point in algebraic topology: cohomology classes are abstract, but their evaluations against fundamental classes are integers (or mod-2 integers), and these integers carry surprisingly complete bordism information. The pattern was abstracted by Atiyah-Singer 1963 into the index-theoretic statement that every analytic index is a characteristic-number integral — connecting Pontryagin numbers directly to spectral data of elliptic operators on .
Bibliography [Master]
@article{Stiefel1936,
author = {Stiefel, Eduard},
title = {Richtungsfelder und Fernparallelismus in n-dimensionalen Mannigfaltigkeiten},
journal = {Commentarii Mathematici Helvetici},
volume = {8},
year = {1936},
pages = {305-353},
}
@article{Whitney1937,
author = {Whitney, Hassler},
title = {Topological properties of differentiable manifolds},
journal = {Bulletin of the American Mathematical Society},
volume = {43},
year = {1937},
pages = {785-805},
}
@article{Thom1954,
author = {Thom, Ren\'e},
title = {Quelques propri\'et\'es globales des vari\'et\'es diff\'erentiables},
journal = {Commentarii Mathematici Helvetici},
volume = {28},
year = {1954},
pages = {17-86},
}
@book{Hirzebruch1956,
author = {Hirzebruch, Friedrich},
title = {Topological Methods in Algebraic Geometry},
publisher = {Springer},
year = {1956},
edition = {3rd},
}
@article{Wall1960,
author = {Wall, C. T. C.},
title = {Determination of the cobordism ring},
journal = {Annals of Mathematics},
volume = {72},
year = {1960},
pages = {292-311},
}
@article{Milnor1956,
author = {Milnor, John},
title = {On manifolds homeomorphic to the 7-sphere},
journal = {Annals of Mathematics},
volume = {64},
year = {1956},
pages = {399-405},
}
@book{MilnorStasheff1974,
author = {Milnor, John and Stasheff, James},
title = {Characteristic Classes},
publisher = {Princeton University Press},
year = {1974},
}
@book{Stong1968,
author = {Stong, Robert},
title = {Notes on Cobordism Theory},
publisher = {Princeton University Press},
year = {1968},
}
Cycle 5 unit, math T1 frontier, characteristic-classes cluster — closes the bridge between Stiefel-Whitney/Pontryagin classes and Thom's bordism classification.