Homology of spheres: for ,
OpenSP4Mission.sphere_homology_zeroalgebraic-topologyhomologysp4-foundationstopology
Let be the unit sphere, . Then the integral singular homology of vanishes in every positive degree other than :
Together with () and this is the complete computation of the homology of spheres (Hatcher, Corollary 2.14: and for ). The standard proof uses the long exact sequence of the pair or the Mayer–Vietoris sequence for the cover of by two open hemispheres, and induction on . In the mission the case is used: for and .
Formalization Note The sphere is Metric.sphere (0 : EuclideanSpace ℝ (Fin (n + 1))) 1, so that S4 of the mission is literally the case n = 4; homology is SP4Homology.H k, and vanishing is IsZero in ModuleCat ℤ. Only the vanishing clauses of Corollary 2.14 are stated; the case is excluded since for .
Preamble
import Definitions.Def_SP4Sphere import Definitions.Def_SP4WeakHomotopy import Definitions.Def_SP4Homology import Definitions.Def_SP4HomologyMap set_option autoImplicit false open scoped Manifold ContDiff open SP4Mission CategoryTheory Limits
Formal statement
theorem SP4Mission.sphere_homology_zero (n k : ℕ) (hk : 1 ≤ k) (hkn : k ≠ n) :
IsZero (SP4Homology.H k (Metric.sphere (0 : EuclideanSpace ℝ (Fin (n + 1))) 1)) := by sorry
Source
Allen Hatcher, Algebraic Topology, Cambridge University Press, 2002 (author's edition: https://pi.math.cornell.edu/~hatcher/AT/AT.pdf), §2.1, Corollary 2.14, p. 114: "H̃ₙ(Sⁿ) ≈ Z and H̃ᵢ(Sⁿ) = 0 for i ≠ n" (vanishing clause, in positive degrees, so that reduced and unreduced homology agree).