Nonsingular smooth homotopy equivalence to the four-sphere is a diffeomorphism
ProvedSP4Mission.diffeomorph_sphere_of_invertible_mfderivdifferential-topologyfour-manifoldsinverse-function-theoremsmooth-poincare
Let denote the standard unit sphere in Euclidean five-space. Let be a compact Hausdorff smooth real four-manifold, with its given smooth atlas, and assume there is a homeomorphism . Let be the forward map of a homotopy equivalence. If is smooth and its differential is invertible at every point, then
Thus the original map is a global diffeomorphism. This gives a sufficient condition usable for each manifold in the smooth four-dimensional Poincare conjecture. It does not assert that a nonsingular smooth homotopy equivalence exists for every smooth structure on a topological four-sphere.
Preamble
import Definitions.Def_SP4Sphere import Mathlib.Topology.Homotopy.Lifting import Mathlib.Topology.Homotopy.Equiv import Mathlib.Geometry.Manifold.Instances.Sphere import Mathlib.Analysis.Normed.Module.Connected import Mathlib.Geometry.Manifold.LocalDiffeomorph import Mathlib.Analysis.Calculus.InverseFunctionTheorem.ContDiff import Mathlib.Geometry.Manifold.MFDeriv.Atlas set_option autoImplicit false open scoped Manifold ContDiff Topology open Set Manifold Filter open ContinuousMap open SP4Mission
Formal statement
theorem SP4Mission.diffeomorph_sphere_of_invertible_mfderiv
(M : Type) [TopologicalSpace M] [T2Space M] [CompactSpace M]
[ChartedSpace (EuclideanSpace ℝ (Fin 4)) M] [IsManifold (𝓡 4) ∞ M]
(e : M ≃ₜ S4) (f : M ≃ₕ S4)
(hf : ContMDiff (𝓡 4) (𝓡 4) ∞ f)
(hD : ∀ x, (mfderiv (𝓡 4) (𝓡 4) f x).IsInvertible) :
∃ d : M ≃ₘ⟮𝓡 4, 𝓡 4⟯ S4, (d : M → S4) = f := by sorrySource
Derived supporting result for SP4Mission.smooth_poincare_4, https://prove2.me/theorems/acb88840-8df8-4040-89df-f387272d80a9. Brian Conrad, Math 396: Bijectivity vs. isomorphism, https://math.stanford.edu/~conrad/diffgeomPage/handouts/cpimmisom.pdf, Theorem 2.1, pp. 1-2; Allen Hatcher, Algebraic Topology, https://pi.math.cornell.edu/~hatcher/AT/AT.pdf, Propositions 1.30 and 1.34, printed pp. 60 and 62; Mathlib 0df444a360eaa60ab8c11dca51a86af692955474, Topology/Covering/Basic.lean, isLocalHomeomorph_iff_isCoveringMap. This statement is a corollary derived from these results, not a quotation.