feat: add 3D smooth Poincaré conjecture (Perelman) eval problem#294
Open
kim-em wants to merge 1 commit into
Open
feat: add 3D smooth Poincaré conjecture (Perelman) eval problem#294kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
This PR adds the 3D smooth Poincaré conjecture as a new eval problem: every simply connected compact Hausdorff smooth 3-manifold is diffeomorphic to 𝕊³. Recorded in mathlib as `proof_wanted SimplyConnectedSpace.nonempty_diffeomorph_sphere_three`. The smooth-category strengthening of the topological 3D Poincaré; also Perelman 2002-2003 (in dim 3 the smooth and topological versions are equivalent via Moise's theorem, but the Lean statement carries the smooth structure explicitly). 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 3D smooth Poincaré conjecture as a new lean-eval challenge problem: every simply connected compact Hausdorff smooth 3-manifold is diffeomorphic to
𝕊³.Recorded in mathlib as
proof_wanted SimplyConnectedSpace.nonempty_diffeomorph_sphere_threeinMathlib/Geometry/Manifold/PoincareConjecture.lean. The smooth-category strengthening of the topological 3D Poincaré conjecture; also due to Perelman 2002–2003. In dimension 3 the smooth and topological versions are equivalent (Moise's theorem says every topological 3-manifold admits a unique smooth structure), but the Lean statement carries the smooth structure explicitly viaIsManifold (𝓡 3) ∞ Mand concludes with a diffeomorphismM ≃ₘ⟮𝓡 3, 𝓡 3⟯ 𝕊³.Companion problem: #293 is the topological form. mathlib has the differential-topology scaffolding but neither Ricci flow nor Moise's theorem.
🤖 Prepared with Claude Code