feat: add Milnor's exotic 7-sphere eval problem#292
Open
kim-em wants to merge 1 commit into
Open
Conversation
This PR adds Milnor's 1956 theorem on the existence of a smooth 7-manifold homeomorphic but not diffeomorphic to 𝕊⁷ as a new eval problem. Recorded in mathlib as `proof_wanted exists_homeomorph_isEmpty_diffeomorph_sphere_seven` in `Mathlib/Geometry/Manifold/PoincareConjecture.lean`. Birth of differential topology as a distinct subject. Mathlib has ChartedSpace, IsManifold, Diffeomorph, and the unit sphere as a smooth manifold but no exotic-sphere construction. 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 Milnor's exotic 7-sphere as a new lean-eval challenge problem — the existence of a smooth 7-manifold homeomorphic to the standard
𝕊⁷but not diffeomorphic to it.Recorded in mathlib as
proof_wanted exists_homeomorph_isEmpty_diffeomorph_sphere_seveninMathlib/Geometry/Manifold/PoincareConjecture.lean. Milnor's 1956 discovery (Ann. of Math. 64) — the birth of differential topology as a distinct subject. The classical construction usesS³-bundles overS⁴; non-diffeomorphism is detected by Milnor's λ-invariant built from the signature of an 8-manifold bounding the candidate (Hirzebruch's signature theorem + an integrality argument mod 7).mathlib has
ChartedSpace,IsManifold,Diffeomorph, and the unit sphere as a smooth manifold (Geometry/Manifold/Instances/Sphere.lean) but no exotic-sphere construction.🤖 Prepared with Claude Code