Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A punctured homotopy four-sphere is contractible

Open
SP4Mission.punctured_homotopy_sphere_contractible

by ryanshin · Sep 8, 2026 · Mathlib 0df444a (Lean v4.33.1)

algebraic-topologyfour-manifoldshomotopymanifoldssp4-foundationstopology

Let S4S^4S4 be the unit sphere in R5\mathbb R^5R5. Let MMM be a compact Hausdorff space (a type in universe zero) with a charted-space structure modeled on R4\mathbb R^4R4, so that MMM is a closed topological 444-manifold, and assume that MMM is homotopy equivalent to S4S^4S4. Then for every point p∈Mp\in Mp∈M the punctured manifold M∖{p}M\setminus\{p\}M∖{p}, with its subspace topology, is contractible:

M≃S4⟹M∖{p}≃∗.M\simeq S^4\quad\Longrightarrow\quad M\setminus\{p\}\simeq\ast .M≃S4⟹M∖{p}≃∗.

This is the sentence "Σ4−pt\Sigma^4-\mathrm{pt}Σ4−pt is contractible" in Freedman's proof of the four-dimensional Poincaré theorem. It supplies the contractibility hypothesis of the Stallings–Freedman characterization of R4\mathbb R^4R4 for the punctured homotopy sphere, and it is the reason the tangent microbundle of Σ4−pt\Sigma^4-\mathrm{pt}Σ4−pt has no obstruction to a vector bundle reduction in the smoothing step. It is a statement of algebraic topology only: no smooth structure is involved and no homeomorphism type is asserted.

Formalization Note Contractibility is Mathlib's ContractibleSpace {x : M // x ≠ p}, the existence of a homotopy equivalence with a one-point space. The hypothesis on MMM is only a topological atlas ChartedSpace (EuclideanSpace ℝ (Fin 4)) M; the homotopy equivalence is ContinuousMap.HomotopyEquiv M S4.

Preamble
import Definitions.Def_SP4Sphere

set_option autoImplicit false

open scoped Manifold ContDiff
open SP4Mission
Formal statement
theorem SP4Mission.punctured_homotopy_sphere_contractible
    (M : Type) [TopologicalSpace M] [T2Space M] [CompactSpace M]
    [ChartedSpace (EuclideanSpace ℝ (Fin 4)) M]
    (hM : Nonempty (ContinuousMap.HomotopyEquiv M S4)) (p : M) :
    ContractibleSpace {x : M // x ≠ p} := by sorry
Source
Michael H. Freedman, The topology of four-dimensional manifolds, J. Differential Geom. 17 (1982), 357–453, https://doi.org/10.4310/jdg/1214437136 (scan: https://www.maths.gla.ac.uk/~mpowell/1982_The%20topology%20of%20four-dimensional%20manifolds.pdf). Proof of Theorem 1.6, p. 371: "Σ⁴ − pt is contractible so there is no obstruction to lifting the bundle." The same fact enters the proof of Corollary 1.2, p. 366 ("if the manifold in question is contractible there can be no obstruction to the lifting"), and the proof of Theorem 1.5, p. 369 ("(W; M′ − pt, M − pt) is a (topological) proper h-cobordism which is 1-connected"). Reduction child of SP4Mission.punctured_almost_smooth_homotopy_sphere_homeomorph_euclidean.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me