for : a punctured homotopy four-sphere is acyclic
OpenSP4Mission.punctured_homotopy_sphere_homology_zeroLet be the unit sphere in . Let be a compact Hausdorff space (a type in universe zero) with a charted-space structure modeled on , so that is a closed topological -manifold, and assume is homotopy equivalent to . Then for every and every ,
The computation is the long exact sequence of the pair : by homotopy invariance , which is for and for , ; by excision for a coordinate ball , which is for and otherwise; and for the closed connected orientable -manifold the map is the isomorphism carrying the fundamental class to a local generator. Exactness then gives the vanishing in every positive degree. Together with simple connectivity and the Hurewicz theorem this yields the weak contractibility of the punctured homotopy sphere.
Formalization Note SP4Homology.H k X is Mathlib's integral singular homology; vanishing is IsZero. The hypothesis on is only a topological atlas, and the homotopy equivalence is ContinuousMap.HomotopyEquiv M S4.
import Definitions.Def_SP4Sphere import Definitions.Def_SP4WeakHomotopy import Definitions.Def_SP4Homology set_option autoImplicit false open scoped Manifold ContDiff open SP4Mission CategoryTheory Limits
theorem SP4Mission.punctured_homotopy_sphere_homology_zero
(M : Type) [TopologicalSpace M] [T2Space M] [CompactSpace M]
[ChartedSpace (EuclideanSpace ℝ (Fin 4)) M]
(hM : Nonempty (ContinuousMap.HomotopyEquiv M S4)) (p : M) (k : ℕ) (hk : 1 ≤ k) :
IsZero (SP4Homology.H k {x : M // x ≠ p}) := by sorry