Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Quinn — a connected topological four-manifold has a smooth structure in the complement of a point

Open
SP4Mission.quinn_compl_singleton_smoothable

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

four-manifoldsmanifoldsquinnsmoothing-theorysp4-foundationstopology

This is the smoothing theorem for open four-manifolds that underlies the "almost smooth" step in Freedman's work.

Let NNN be a connected, Hausdorff, second countable topological space equipped with a charted-space structure modeled on R4\mathbb R^4R4, so that NNN is a connected topological 444-manifold without boundary, compact or not, and let p∈Np\in Np∈N. Then the punctured manifold N∖{p}N\setminus\{p\}N∖{p}, with its subspace topology, admits a smooth structure: an atlas modeled on R4\mathbb R^4R4 whose transition maps are C∞C^\inftyC∞. In symbols,

N a connected topological 4-manifold, p∈N⟹N∖{p} admits a C∞ structure.N\ \text{a connected topological 4-manifold},\ p\in N \quad\Longrightarrow\quad N\setminus\{p\}\ \text{admits a } C^\infty \text{ structure}.N a connected topological 4-manifold, p∈N⟹N∖{p} admits a C∞ structure.

In Quinn's formulation, "any 4-manifold has a smooth structure in the complement of a point"; for a disconnected manifold one point must be removed from each compact component (Freedman–Quinn, Theorem 8.4), so connectedness is the implicit standing hypothesis, made explicit here. The theorem contains as special cases that every connected noncompact 444-manifold is smoothable and that every closed connected 444-manifold is almost smooth in Freedman's sense, with no hypothesis on the Kirby–Siebenmann invariant. Nothing is asserted about uniqueness of the smooth structure, about smoothness at ppp, or about extending the structure over ppp.

Formalization Note The conclusion is the existence of a ChartedSpace (EuclideanSpace ℝ (Fin 4)) instance on the subtype {x : N // x ≠ p} together with IsManifold (𝓡 4) ∞ for that instance; the subtype carries the subspace topology, so the smooth charts are automatically compatible with the topology of N∖{p}N\setminus\{p\}N∖{p}. The hypothesis ChartedSpace (EuclideanSpace ℝ (Fin 4)) N is only a topological atlas. Second countability is the usual standing convention for manifolds and excludes non-metrizable examples.

Preamble
import Definitions.Def_SP4Sphere

set_option autoImplicit false

open scoped Manifold ContDiff
open SP4Mission
Formal statement
theorem SP4Mission.quinn_compl_singleton_smoothable
    (N : Type*) [TopologicalSpace N] [T2Space N] [SecondCountableTopology N] [ConnectedSpace N]
    [ChartedSpace (EuclideanSpace ℝ (Fin 4)) N] (p : N) :
    ∃ _ : ChartedSpace (EuclideanSpace ℝ (Fin 4)) {x : N // x ≠ p},
      IsManifold (𝓡 4) ∞ {x : N // x ≠ p} := by sorry
Source
Frank Quinn, Ends of maps. III: Dimensions 4 and 5, J. Differential Geom. 17 (1982), 503–521 (scan: https://www.maths.gla.ac.uk/~mpowell/1982_Ends%20of%20maps%20III.pdf), Corollary 2.2.3, p. 507: "The map TOP(4)/O(4) → TOP/O is 3-connected. Consequently any 4-manifold has a smooth structure in the complement of a point, extending the canonical structure on the boundary"; also the introduction, p. 503. Michael H. Freedman and Frank Quinn, Topology of 4-Manifolds, Princeton Mathematical Series 39, Princeton University Press, 1990 (reformatted 2013 edition: https://archive.mpim-bonn.mpg.de/4789/2/FreedmanQuinn-TopologyOf4Manifolds-Reformatted2013.pdf), Section 8.3, Theorem 8.4, p. 121: "A 4-manifold has a smooth structure in the complement of any closed set with at least one point in each compact component. In particular a connected noncompact manifold is smoothable." Stated here for a connected manifold and a single point, the case used for Σ⁴ − pt in the proof of Freedman's Theorem 1.6 (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), p. 371). Reduction child of SP4Mission.punctured_homotopy_sphere_smoothable.

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