feat: add generalized topological Poincaré in dim ≥ 5 (Smale) eval problem#296
Open
kim-em wants to merge 1 commit into
Open
feat: add generalized topological Poincaré in dim ≥ 5 (Smale) eval problem#296kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
…le) eval problem This PR adds Smale's generalized topological Poincaré conjecture in dimensions n ≥ 5 as a new eval problem: every Hausdorff n-manifold homotopy-equivalent to 𝕊ⁿ is homeomorphic to 𝕊ⁿ. Specialization to n ≥ 5 of mathlib's generalized `proof_wanted`. Smale 1961 (Fields Medal 1966) for smooth M via the h-cobordism theorem; topological version completed by Newman 1966 and Connell 1967. 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 generalized topological Poincaré conjecture in dimensions ≥ 5 as a new lean-eval challenge problem: for
n ≥ 5, every Hausdorffn-manifold homotopy-equivalent to𝕊ⁿis homeomorphic to𝕊ⁿ.Specialization to
n ≥ 5of mathlib's generalizedproof_wanted ContinuousMap.HomotopyEquiv.nonempty_homeomorph_sphereinMathlib/Geometry/Manifold/PoincareConjecture.lean. Stephen Smale 1961 (Ann. of Math. 74), originally for smoothMvia the h-cobordism theorem (Smale's main contribution); the topological version (no smoothness assumption) was completed by Newman in 1966 and Connell in 1967. Smale received the Fields Medal in 1966.mathlib has homotopy equivalences (
≃ₕ), homeomorphisms (≃ₜ),ChartedSpace, and the unit sphere as a topological space — but no h-cobordism theorem, no handle decompositions, and no Poincaré conjecture in any dimension.Companion problems: #293 (3D topological, Perelman), #294 (3D smooth, Perelman), #295 (4D topological, Freedman).
🤖 Prepared with Claude Code