Whitney duality and immersion obstructions
Anchor (Master): Whitney 1941 *Lectures in Topology* (Whitney duality); Whitney 1944 *Ann. of Math.* 45 (immersion conjecture); Massey 1960 *J. Math. Soc. Japan* 14 (RP^n immersion lower bound); Milnor-Stasheff 1974 §4 + §11; Cohen 1985 *Ann. of Math.* 122 (proof of the immersion conjecture); Brown-Peterson 1964 *Topology* 5 (BP spectrum)
Intuition [Beginner]
Picture a closed surface — a sphere, a torus, a Klein bottle — sitting inside ordinary three-dimensional space. At every point of the surface, the surface has two tangent directions, and one direction perpendicular to it. The perpendicular direction is the normal. The whole story of how the surface bends inside space is split between the tangent data and the normal data, and the two have to add up to the plain three-space directions around the point.
That accounting is the seed of Whitney duality. The Stiefel-Whitney classes 03.06.03 of the tangent bundle and of the normal bundle are not independent. They are inverse to each other in the mod-two cohomology ring of the manifold. If you know the tangent classes, the normal classes are forced; they are computed by formal division in a polynomial in the cohomology generators.
The payoff is immersion obstruction. An immersion of a manifold into Euclidean space is essentially a smooth map whose differential is everywhere injective — locally, an inclusion of one piece of Euclidean space into another. If the tangent Stiefel-Whitney classes of the manifold force the normal classes to be non-zero in some high degree, then the normal bundle cannot have lower rank than that degree, and the ambient Euclidean space cannot have lower dimension than the manifold plus that codimension. The classes provide a lower bound on how small the ambient space can be.
Visual [Beginner]
The picture is a closed manifold sitting inside Euclidean space, with the tangent and normal bundles at each point colour-coded. Above the picture is a formal-algebra panel: the polynomial and its formal inverse in the cohomology ring, written explicitly for low degrees.
The picture also shows the Massey lower bound for real projective space: the formal inverse of in the polynomial ring has its highest non-zero degree at a specific value depending on the binary expansion of , and that degree controls the minimum codimension of any immersion of real projective space into Euclidean space.
Worked example [Beginner]
Take , the real projective plane.
Step 1. The total Stiefel-Whitney class of the tangent bundle is in where is the degree-one generator of the mod-two cohomology of (using the binomial coefficients modulo two via Lucas: , , ).
Step 2. Whitney duality says in the cohomology ring. Compute the inverse by formal division: we need a polynomial with modulo . Try : then . So .
Step 3. The normal class has top non-zero degree equal to . So the normal bundle of any immersion of must have rank at least , and cannot immerse in . It can and does immerse in : Boy's surface is an explicit example.
What this tells us: Stiefel-Whitney classes of the tangent bundle plus formal inversion give a computable lower bound on the codimension of any immersion of a manifold into Euclidean space.
Check your understanding [Beginner]
Formal definition [Intermediate+]
Let be a closed smooth -manifold and a smooth immersion with . Recall 03.05.08 that the tangent bundle is the rank- real vector bundle of tangent vectors and that is the rank- pullback of the tangent bundle of , isomorphic to the product bundle . The differential embeds as a sub-bundle of .
Definition (normal bundle of an immersion). The normal bundle of the immersion is the quotient real vector bundle
of rank . Choosing a Euclidean metric on identifies with the orthogonal complement of inside , and the Whitney sum decomposition
holds as an isomorphism of real vector bundles over . The isomorphism class of depends on the immersion a priori, but its mod-2 characteristic classes do not (see Theorem below).
Definition (total Stiefel-Whitney class). For a real vector bundle of rank , the total Stiefel-Whitney class is
viewed as a unit in the graded-commutative total cohomology ring (a unit because the degree- component is and the higher components are nilpotent of bounded degree on a finite-dimensional manifold).
Counterexamples to common slips [Intermediate+]
- Immersion vs. embedding. Whitney duality requires only that be an immersion (everywhere injective differential), not an embedding (globally injective). Boy's surface is an immersion with triple points — not an embedding — but the Whitney duality identity holds and the codimension-1 normal bundle is well-defined.
- Normal bundle depends on the immersion? The bundle isomorphism class of may vary with , but its Stiefel-Whitney classes are determined by via formal inversion and depend only on and , not on the specific immersion . So the obstruction calculation is intrinsic to .
- Mod-2 hypothesis. Whitney duality holds in , not in . The integer-coefficient analogue (Pontryagin classes
03.06.04) is weaker because is not in general — the Pontryagin classes satisfy a duality identity only up to two-torsion via the Wu formulas.
Key theorem with proof [Intermediate+]
Theorem (Whitney duality, Whitney 1941). Let be a closed smooth -manifold and a smooth immersion with normal bundle of rank . Then
Equivalently, in the total mod-2 cohomology ring of .
Proof. The Whitney sum isomorphism between vector bundles over has two consequences when paired with the Stiefel-Whitney axioms 03.06.03.
First, by the Whitney product formula (axiom 2 of the Stiefel-Whitney classes),
in .
Second, by naturality (axiom 1) applied to the constant map that classifies the product bundle , we have
in , because the cohomology of a point is concentrated in degree zero and vanishes there for .
Combining, .
For the equivalence statement, observe that has degree- component and higher components nilpotent of bounded degree on a finite-dimensional . So is a unit in the total cohomology ring with formal inverse
(signs disappear modulo ), the sum terminating at degree . By the identity, in .
Bridge. The duality identity builds toward 03.06.04 in the Pontryagin direction (where an integer-coefficient duality holds only after a Wu-formula correction), and the foundational reason it works mod is the multiplicativity axiom of Stiefel-Whitney classes 03.06.03 combined with the vanishing of all positive-degree classes on the product bundle. This is exactly the structural fact that turns Stiefel-Whitney computation on the normal bundle (geometrically obscure: depends on an immersion) into a formal-algebra computation on the tangent bundle (geometrically intrinsic: known from alone). The bridge is between immersion obstruction theory in differential topology and pure characteristic-class algebra in ; this pattern appears again in 03.06.18 where the Chern character ring homomorphism translates the analogous K-theoretic duality into rational cohomology, and putting these together the unifying insight is that characteristic classes of complements are computable from characteristic classes of the thing itself by formal inversion in the cohomology ring.
Exercises [Intermediate+]
Lean formalization [Intermediate+]
lean_status: partial — the companion module Codex.Modern.CharClasses.WhitneyDualityImmersion records the Whitney duality formula and the immersion codimension lower bound as formalisation targets with sorry proof bodies. The module declares:
- a placeholder
Cohom X nfor mod-2 cohomology in each degree with thecupproduct; - placeholder
RealVectorBundle M ntogether with thewhitneySumoperation andtotalSWtotal Stiefel-Whitney class; - the Whitney product formula
whitney_product : totalSW (E ⊕b F) = totalSW E * totalSW F(sorry); - placeholder
SmoothManifold n,tangentBundle,Immersion M N,normalBundle; - the Whitney sum decomposition
tangent_normal_decompfor an immersion (sorry); - the Whitney duality theorem
whitney_duality : totalSW (tangentBundle M) * totalSW (normalBundle f h) = 1(sorry), proved schematically by composingwhitney_productwithtangent_normal_decomp; - the immersion codimension lower bound
immersion_codim_lower_bound : i > c → normalSW M i = 0(sorry), the bridge between Whitney duality and immersion obstructions; - the Massey lower bound statements for as placeholder identities, and a placeholder of the Cohen 1985 immersion conjecture theorem stating that every closed -manifold immerses in .
The substantive structural content — that equals the formal inverse of in the cohomology ring, and that an immersion forces the inverse to vanish past degree — is captured at the level of theorem statements; the proof bodies depend on Mathlib infrastructure for bundled cohomology rings, real vector bundles, and the Whitney product formula, all of which are listed in lean_mathlib_gap.
Advanced results [Master]
The Whitney duality formula and its proof via the stable normal bundle
Whitney's 1941 Lectures in Topology contribution introduced the duality identity in the form
valid for any closed smooth -manifold admitting an immersion with normal bundle . The proof, presented at Intermediate tier above, has a structural enrichment at Master tier: the duality is really a statement about the stable normal bundle.
Definition (stable normal bundle). The stable normal bundle of a closed smooth -manifold is the stable equivalence class of for any immersion with sufficiently large. Two such normal bundles are stably equivalent: if are immersions, then in the K-theory .
The stable equivalence class is well-defined and the Stiefel-Whitney classes of the stable normal bundle agree with those of any specific . So the cohomology identity
makes sense as a statement about the intrinsic -cohomology of , independent of any immersion. The Whitney duality formula is then both an identity (visible from the immersion) and a definition (of in the absence of an immersion).
Theorem (Whitney 1941, stable form). Let be a closed smooth -manifold. Define in the total mod-2 cohomology ring of . Then for any immersion , the Stiefel-Whitney classes of agree with the components of in each degree.
The proof is the calculation of Theorem (Whitney duality) above, reinterpreted as a consistency check: the right-hand side is defined whether or not an immersion exists, and the theorem says that if an immersion exists, then the Stiefel-Whitney classes of its normal bundle match.
Immersion obstructions from non-vanishing Stiefel-Whitney classes
The contrapositive turns Whitney duality into a necessary condition for immersibility.
Theorem (Whitney 1941, immersion obstruction lower bound). Let be a closed smooth -manifold. If for some , then does not immerse in .
Proof. By the dimension/vanishing axiom of Stiefel-Whitney classes, whenever . If immerses in , the normal bundle has rank , so for . The hypothesis violates this conclusion.
The same argument iterated gives sharper obstructions: the top non-vanishing degree of is a lower bound on the codimension of any immersion. The immersion dimension of — the smallest such that immerses in — is therefore bounded below by
where denotes the largest degree in which the total class is non-zero.
Corollary (failure to detect parallelisability). If is stably parallelisable (i.e. is the product bundle for some ), then and , so Whitney duality gives no obstruction. In particular, all spheres and odd-dimensional projective spaces are undetected by Whitney duality.
This is why Whitney duality is necessary but not sufficient for the optimal immersion dimension. Stably parallelisable manifolds have so the duality identity is vacuous, and the actual immersion dimension is determined by finer invariants (Hirsch-Smale immersion theory, Atiyah-Hirzebruch obstructions in -theory, mod-2 cohomology operations beyond Stiefel-Whitney).
Worked example: the immersion problem (Massey 1960)
The most-studied non-vacuous family for Whitney duality is the real projective spaces . The mod-2 cohomology is where generates. The Euler sequence (with the tautological line bundle, ) gives
By Whitney duality,
To compute the inverse, let be the smallest power of two with . Then , so
This is a polynomial of degree exactly when read as a power of , with top coefficient provided , i.e. provided .
Theorem (Massey 1960). The immersion dimension of satisfies
where is the smallest power of two with . In particular, does not immerse in when and the inverse polynomial has support up to degree .
The Massey bound is sharp in many cases. For , the bound says requires ambient dimension at least , which matches the immersion-conjecture value exactly. For (when ), the bound is vacuous because , and finer methods are needed.
Boy's surface is the classical realisation of an immersion , discovered by Werner Boy in 1903 [Boy 1903] as part of Hilbert's problem on closed surfaces in three-space without boundary. The surface has three triple points and a single self-intersection curve; it is smooth, immersed (not embedded), and realises the Whitney-duality lower bound exactly.
Smale's eversion of the sphere (1958) is the closely-related extreme example for : although Whitney duality gives no obstruction (the sphere is stably parallelisable), Smale's theorem says one can immerse-homotope to its mirror image via a continuous family of immersions, a phenomenon possible because the Stiefel-Whitney obstruction is vacuous.
Cohen's 1985 resolution of the immersion conjecture
Whitney 1944 [Whitney 1944] conjectured that every closed smooth -manifold immerses in . The conjecture is sharp: realises the bound when is a power of two, by the Massey computation just performed. The conjecture remained open for forty-one years.
R. L. Cohen 1985 [Cohen 1985] proved the immersion conjecture using the Brown-Peterson splitting of unoriented bordism. The strategy is as follows.
Step 1: Immersion as bordism class. By work of Wells, Brown, Peterson, and others through the 1960s and 1970s, the existence of an immersion is governed by the vanishing of a single obstruction class
in the homotopy of a suitable Thom spectrum , where is the Thom spectrum of the universal -connected bordism theory.
Step 2: Brown-Peterson splitting. Brown-Peterson 1964 [Brown-Peterson 1966] proved that at every prime , the unoriented bordism spectrum splits as a wedge of suspensions of a single elementary spectrum (the Brown-Peterson spectrum). The mod-2 splitting of is the crucial input: it expresses the bordism-theoretic obstruction as a sum of obstructions on the much simpler -summands.
Step 3: Vanishing of -obstructions. Cohen's central technical work is a careful Adams-spectral-sequence argument on each -summand of for , showing that the obstruction class vanishes for every closed smooth -manifold. The argument uses the structure of the Steenrod algebra acting on and the existence of suitable null-homotopies on the surviving generators.
Theorem (Cohen 1985). Every closed smooth -manifold immerses in , where is the number of ones in the binary expansion of .
The theorem is sharp: realises the bound (by Massey 1960 plus subsequent positive constructions), and so does every closed -manifold whose total Stiefel-Whitney class equals on a generating mod-2 cohomology class . Cohen's proof is the foundational example of a Brown-Peterson resolution of a bordism-theoretic obstruction problem; it is part of the broader programme of chromatic-stable-homotopy applications to differential topology.
Synthesis. Whitney duality is the foundational reason that immersion obstructions for closed manifolds reduce to a purely cohomological calculation: the multiplicativity of Stiefel-Whitney classes on Whitney sums, applied to the immersion-induced isomorphism , identifies the normal class as the formal inverse of the tangent class in the mod-2 cohomology ring. This is exactly the structural fact that turns differential topology into characteristic-class algebra: an immersion's existence is constrained by the bounded degree of the inverse polynomial , and the top non-vanishing degree of that inverse is a lower bound on the codimension of any immersion.
Putting these together with the Massey 1960 computation, the central insight is that real projective spaces require ambient dimension at least where is the smallest such power of two — a value matching the Whitney conjecture bound when is a power of two. The pattern generalises in two directions simultaneously: Cohen 1985 generalises the conjecture from to every closed -manifold via a Brown-Peterson stable-homotopy resolution, and the duality identity generalises to higher characteristic classes via the Pontryagin-Wu correction in 03.06.04. The bridge is between immersion obstructions in differential topology (Whitney 1944, Massey 1960, Hirsch-Smale 1959), cohomological algebra in (Milnor-Stasheff 1974 §4 + §11), and chromatic-stable-homotopy theory (Brown-Peterson 1964, Cohen 1985) — three layers of the same structural phenomenon.
Full proof set [Master]
Proposition 1 (Whitney duality). Let be a closed smooth -manifold and an immersion with normal bundle . Then .
Proof. The differential is a fibrewise injective bundle map. Choose a Euclidean metric on (or equivalently, equip with its standard Euclidean metric) and define as the orthogonal complement of in . Then as real vector bundles over .
By the Whitney product formula [03.06.03 axiom 2],
By naturality [03.06.03 axiom 1] applied to the classifying map of , which factors through a point (since is the constant rank- product bundle),
because all positive-degree Stiefel-Whitney classes of a product bundle vanish (the dimension axiom plus naturality, or equivalently the splitting principle on the constant classifying map).
Combining gives .
Proposition 2 (Immersion codimension lower bound). Let be a closed smooth -manifold with formal-inverse class . If in for some , then does not immerse in for any .
Proof. Suppose for contradiction that is an immersion with . By Proposition 1, the Stiefel-Whitney classes of the normal bundle (which has rank ) satisfy
Solving for in the unital ring — where is a unit because the higher terms are nilpotent of bounded degree — gives .
But the dimension/vanishing axiom forces for . Hence since .
This contradicts the hypothesis . Therefore no immersion exists for .
Proposition 3 (Massey computation on ). In , and where is the smallest power of two with .
Proof. The tangent-bundle formula is the result of Exercise 4 of 03.06.03, derived from the Euler sequence with the tautological line bundle and the Whitney product formula.
For the inverse, work in . Let be the smallest power of two with . Over , the Freshman's Dream gives . Modulo , since , we have in . Hence in , so has multiplicative order dividing in the unit group .
Multiplying both sides of by ,
Since (the smallest satisfies ), the exponent , so the right-hand side is a non-vanishing polynomial of degree in .
Combining with Whitney duality, .
Proposition 4 (Massey lower bound). Let be the smallest power of two with . Then does not immerse in . Equivalently, .
Proof. By Proposition 3, in . The top coefficient (the coefficient of ) is , provided , i.e. — which holds by the choice of as the smallest power of two .
Hence in . By Proposition 2, does not immerse in for any . So does not immerse in , and the immersion dimension satisfies .
Proposition 5 (Cohen 1985, immersion conjecture). Every closed smooth -manifold immerses in , where is the number of ones in the binary expansion of .
Proof sketch. The result is Theorem 1 of Cohen's 1985 Annals of Math. paper [Cohen 1985]. The proof has three structural layers, which we outline; the full argument occupies eighty pages of the Annals paper and uses the Adams spectral sequence over the Steenrod algebra throughout.
(i) Obstruction class. Via Wells-Hirsch immersion theory, the existence of an immersion is equivalent to the vanishing of a single stable-homotopy obstruction class
where is the Thom spectrum of the universal -connected real bordism theory. For , the goal is to show for every .
(ii) Brown-Peterson splitting. Brown-Peterson 1964 [Brown-Peterson 1966] established the splitting
at the prime , expressing the localised Thom spectrum as a wedge of suspensions of a single Brown-Peterson summand . The wedge indices range over a polynomial-algebra basis of generators in specific degrees.
(iii) Vanishing on -summands. Cohen's central technical theorem is that the projection of onto each -summand vanishes. The argument uses the structure of the Steenrod algebra acting on and Adams-spectral-sequence arguments specific to the dimension- summand. The combinatorial input is precisely the -arithmetic: the relevant Steenrod operations annihilate the surviving generators only when the codimension is or larger.
Combining the three layers gives for every closed smooth -manifold at codimension , hence the immersion exists.
Connections [Master]
Stiefel-Whitney classes
03.06.03. The Whitney product formula and the dimension axiom of Stiefel-Whitney classes are the direct inputs to Whitney duality; the entire chapter rests on the axiomatic characterisation of as the canonical mod-2 characteristic classes of real vector bundles. The duality identity is the simplest non-vacuous application of the Whitney product formula to a structured pair of bundles on a manifold.Pontryagin and Chern classes
03.06.04. The integer-coefficient analogue of Whitney duality involves Pontryagin classes via the Wu formulas: is not in in general, but agrees with modulo two-torsion via the relation Wu corrections. This is the integral counterpart of the mod-2 duality presented here; the splitting between mod-2 and integer-coefficient versions is the foundational reason that Stiefel-Whitney classes are the natural invariants for immersion obstructions and Pontryagin classes are not.Complex vector bundle
03.05.08. Provides the vector-bundle framework used throughout — tangent bundles, normal bundles, Whitney sums, and the rank-vanishing axiom. The complex-bundle theory has its own duality structure via Chern classes that the present unit's mod-2 story refines and specialises.Stiefel-Whitney and Pontryagin numbers
03.06.10. The numerical-invariant downstream of the present unit: top-degree monomials in the tangent Stiefel-Whitney classes are bordism-invariant integers in . Whitney duality applied to the normal-bundle classes gives the dual family of Stiefel-Whitney numbers, related by the formal-inversion identity . The Massey lower bound is the simplest case where the numerical content of the dual family becomes a sharp immersion obstruction.Unoriented bordism and Thom's theorem
03.06.12. The Brown-Peterson splitting of used by Cohen 1985 to resolve the immersion conjecture is a refinement of Thom's polynomial-ring computation . The bridge from bordism to immersion theory is the obstruction-class identification , which routes the immersion problem through the same stable-homotopy machinery used to compute unoriented bordism.Chern character ring homomorphism
03.06.18. The chromatic structural pattern recurs: the Chern character is a ring homomorphism, and ring homomorphisms preserve units and their inverses. The K-theoretic analogue of Whitney duality is the identity in , with the codimension; the integer offset is the homotopy-theoretic reason that the mod-2 form is multiplicative while the rational form is additive.Oriented bordism and Pontryagin-Thom
03.06.13. Whitney duality and the immersion-obstruction theory sit inside the oriented-bordism framework when the manifold is oriented: the dual Pontryagin classes mod 2-torsion produce dual Pontryagin numbers that are bordism invariants in , and the structural theorems of03.06.13feed directly into the integer-coefficient refinement of the present unit's duality.Multiplicative sequences and //Todd genera
03.06.15. Applying a multiplicative sequence to the Whitney-dual classes produces dual genera , and the formal-inversion identity of the present unit interacts directly with the symmetric power-series machinery of03.06.15. Anchor phrase: multiplicative sequences apply to Whitney-dual classes.Combinatorial Pontryagin classes and exotic 7-spheres
03.06.17. The integral Pontryagin counterpart of Whitney duality enters Milnor's exotic-sphere argument through the divisibility constraints on and of bounding parallelizable manifolds, where the Wu-formula corrections of the present unit control the residual two-torsion in the integer-coefficient version of the duality identity.Signature of a -manifold and the intersection form
03.06.19. The signature of a closed oriented -manifold is computed by the -genus on the tangent bundle; Whitney duality of the present unit then constrains the -genus of the normal bundle in any immersion of into Euclidean space. The interaction between intersection-form signature on and normal-bundle data is exactly the Whitney-dual side of03.06.19.Borel-Hirzebruch and the cohomology of
03.06.20. Whitney duality is the cohomological consequence of the Whitney sum identity in the classifying-space picture: pulling back along the classifying map for the flat bundle annihilates all characteristic classes in positive degree, and the Borel-Hirzebruch presentation of03.06.20is the universal home where this identity becomes a polynomial relation in or .
Historical & philosophical context [Master]
Hassler Whitney 1941 [Whitney 1941] introduced the duality identity in Lectures in Topology, in the same monograph that systematised Stiefel-Whitney classes via the obstruction-theoretic frame-extension construction (the original geometric definition of before the cohomological reformulation by Steenrod 1947). Whitney's contribution was twofold: identifying the multiplicative structure — the Whitney product formula — and observing the duality identity that follows from applying it to . The conjecture that every closed -manifold immerses in appeared in Whitney's 1944 paper [Whitney 1944] on self-intersections of smooth -manifolds in -space, motivated by Whitney's earlier 1936 embedding theorem () and 1944 strong embedding theorem ().
The codimension-1 case has an independent history: Werner Boy 1903 [Boy 1903] discovered the immersed projective plane, now called Boy's surface, as part of a study of closed surfaces without boundary in three-space. Boy's surface, with its three triple points and single self-intersection curve, was the first explicit realisation of an immersion of a non-orientable closed surface in . The cohomological obstruction theory presented above explains why the dimension is sharp: in forces codimension at least one, and Boy's surface realises codimension exactly one.
W. S. Massey 1960 [Massey 1960] computed the precise lower bound on the immersion dimension of via the inverse-polynomial calculation in , establishing the immersion-lower-bound theorem in its sharpest form for the projective spaces. The Massey bound was the first family of manifolds where the Whitney duality lower bound was provably sharp (within a constant factor of the eventual Cohen-conjecture optimal value). The companion paper of Atiyah-Hirzebruch in 1959 Topology introduced K-theoretic refinements via the Atiyah-Hirzebruch spectral sequence and Adams operations, leading eventually to Adams's 1962 Topology solution of the vector-fields-on-spheres problem and refined immersion obstructions for higher-dimensional projective spaces. The interplay between Stiefel-Whitney lower bounds, K-theoretic refinements, and explicit immersion constructions occupied a generation of differential topologists from 1944 to the early 1980s.
R. L. Cohen 1985 [Cohen 1985] closed the Whitney conjecture via the Brown-Peterson resolution of obstruction classes in . Cohen's proof is one of the foundational examples of chromatic stable-homotopy theory applied to a classical differential-topology problem: the entire eighty-page argument routes through the Adams spectral sequence over the Steenrod algebra acting on the -summand cohomology, with the combinatorial input being precisely the Hamming-weight . The lineage continues through Hopkins-Mahowald-style elaborations on the EHP sequence and the chromatic filtration, and the modern viewpoint identifies Whitney duality + Massey's projective-space computation + Cohen's resolution as a three-step ladder in the algebraic-topology / chromatic-stable-homotopy hierarchy applied to immersion theory.
Bibliography [Master]
@incollection{Whitney1941,
author = {Whitney, Hassler},
title = {On the topology of differentiable manifolds},
booktitle = {Lectures in Topology},
publisher = {University of Michigan Press},
year = {1941},
pages = {101--141},
}
@article{Whitney1944,
author = {Whitney, Hassler},
title = {The self-intersections of a smooth n-manifold in 2n-space},
journal = {Annals of Mathematics (2)},
volume = {45},
year = {1944},
pages = {220--246},
}
@article{Massey1960,
author = {Massey, W. S.},
title = {On the {S}tiefel-{W}hitney classes of a manifold},
journal = {American Journal of Mathematics},
volume = {82},
year = {1960},
pages = {92--102},
}
@article{Boy1903,
author = {Boy, Werner},
title = {Über die Curvatura integra und die Topologie geschlossener Flächen},
journal = {Mathematische Annalen},
volume = {57},
year = {1903},
pages = {151--184},
}
@article{Cohen1985,
author = {Cohen, Ralph L.},
title = {The immersion conjecture for differentiable manifolds},
journal = {Annals of Mathematics (2)},
volume = {122},
year = {1985},
pages = {237--328},
}
@article{BrownPeterson1966,
author = {Brown, Edgar H. and Peterson, Franklin P.},
title = {A spectrum whose {$\mathbb{Z}_p$} cohomology is the algebra of reduced $p$-th powers},
journal = {Topology},
volume = {5},
year = {1966},
pages = {149--154},
}
@book{MilnorStasheff1974,
author = {Milnor, John and Stasheff, James},
title = {Characteristic Classes},
publisher = {Princeton University Press},
year = {1974},
series = {Annals of Mathematics Studies},
volume = {76},
}
@article{Smale1958,
author = {Smale, Stephen},
title = {A classification of immersions of the two-sphere},
journal = {Transactions of the American Mathematical Society},
volume = {90},
year = {1958},
pages = {281--290},
}
@article{HirschSmale1959,
author = {Hirsch, Morris W.},
title = {Immersions of manifolds},
journal = {Transactions of the American Mathematical Society},
volume = {93},
year = {1959},
pages = {242--276},
}
Cycle 8 Track A, characteristic-classes T1 cluster. Closes the skipped-units entry for 03.06.16 (Whitney duality and immersion obstructions).