A punctured homotopy four-sphere has trivial homotopy groups
OpenSP4Mission.punctured_homotopy_sphere_weaklyContractibleLet 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 the punctured manifold is weakly contractible: it is nonempty and
This is the homotopy-group content of Freedman's remark " is contractible": the punctured homotopy sphere is path connected and simply connected, its positive-degree integral homology vanishes, and the Hurewicz theorem then kills all higher homotopy groups. Together with the Milnor–Whitehead theorem for manifolds it gives the contractibility of . No smooth structure is involved and no homeomorphism type is asserted.
Formalization Note The conclusion is SP4WeakHomotopy.WeaklyContractible {x : M // x ≠ p}; 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 set_option autoImplicit false open scoped Manifold ContDiff open SP4Mission
theorem SP4Mission.punctured_homotopy_sphere_weaklyContractible
(M : Type) [TopologicalSpace M] [T2Space M] [CompactSpace M]
[ChartedSpace (EuclideanSpace ℝ (Fin 4)) M]
(hM : Nonempty (ContinuousMap.HomotopyEquiv M S4)) (p : M) :
SP4WeakHomotopy.WeaklyContractible {x : M // x ≠ p} := by sorry