feat: add 4D topological Poincaré conjecture (Freedman) eval problem#295
Open
kim-em wants to merge 1 commit into
Open
feat: add 4D topological Poincaré conjecture (Freedman) eval problem#295kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
This PR adds the 4D topological Poincaré conjecture (Freedman 1982) as a new eval problem: every Hausdorff 4-manifold homotopy-equivalent to 𝕊⁴ is homeomorphic to 𝕊⁴. Specialization to n = 4 of mathlib's generalized `proof_wanted ContinuousMap.HomotopyEquiv.nonempty_homeomorph_sphere`. Fields Medal 1986; proof uses Casson handles and the Bing-topology infinite-process construction. The corresponding smooth 4D Poincaré conjecture remains famously open and is not included. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the 4D topological Poincaré conjecture as a new lean-eval challenge problem: every Hausdorff 4-manifold homotopy-equivalent to
𝕊⁴is homeomorphic to𝕊⁴.Specialization to
n = 4of mathlib's generalizedproof_wanted ContinuousMap.HomotopyEquiv.nonempty_homeomorph_sphereinMathlib/Geometry/Manifold/PoincareConjecture.lean. Michael Freedman's 1982 theorem (J. Differential Geom. 17), Fields Medal 1986. The proof uses Casson handles and the Bing-topology infinite-process construction.The corresponding smooth 4D Poincaré conjecture remains famously open and is not included as an eval problem.
mathlib has homotopy equivalences (
≃ₕ), homeomorphisms (≃ₜ),ChartedSpace, and the unit sphere as a topological space — but no Casson handles, no Freedman's theorem.🤖 Prepared with Claude Code