feat: add 3D topological Poincaré conjecture (Perelman) eval problem#293
Open
kim-em wants to merge 1 commit into
Open
feat: add 3D topological Poincaré conjecture (Perelman) eval problem#293kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
This PR adds the 3D topological Poincaré conjecture as a new eval problem: every simply connected compact Hausdorff 3-manifold is homeomorphic to 𝕊³. Recorded in mathlib as `proof_wanted SimplyConnectedSpace.nonempty_homeomorph_sphere_three` in `Mathlib/Geometry/Manifold/PoincareConjecture.lean`. Proved by Perelman 2002-2003 via Hamilton's Ricci flow with surgery; one of the seven Millennium Problems. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 23, 2026
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 3D topological Poincaré conjecture as a new lean-eval challenge problem: every simply connected compact Hausdorff 3-manifold is homeomorphic to
𝕊³.Recorded in mathlib as
proof_wanted SimplyConnectedSpace.nonempty_homeomorph_sphere_threeinMathlib/Geometry/Manifold/PoincareConjecture.lean. Proved by Grigori Perelman in 2002–2003 via Hamilton's Ricci flow with surgery (Perelman's three arXiv preprints); one of the seven Clay Millennium Problems, conjectured by Poincaré in 1904.mathlib has
ChartedSpace,SimplyConnectedSpace,CompactSpace,T2Space,Homeomorph, and the unit sphere as a smooth manifold — but no Ricci flow, no Hamilton–Perelman surgery, no canonical-neighbourhood theorem, and no Poincaré conjecture itself.🤖 Prepared with Claude Code