Add the Hopf problem (complex structure on the 6-sphere) - #5111
Open
Deicyde wants to merge 1 commit into
Open
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Collaborator
|
Sick, @deancureton and I are currently working on formalising the solution to this here: https://github.com/deancureton/sphere-six-complex |
States the open Hopf problem as a research-open question: does the unit sphere in R^7 carry a ChartedSpace structure modeled on C^3 that is an analytic (omega) manifold over C? Uses the answer(sorry)-iff form since the problem is open in both directions.
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.
Closes #5110.
Adds
FormalConjectures/Paper/HopfProblem.lean: the Hopf problem (Hopf, 1948) — does the 6-sphere admit a complex structure? — stated as aresearch openquestion in theanswer(sorry) ↔form, since the problem is open in both directions:Formalisation notes
ChartedSpacestructure modeled onℂ³making the sphere an analytic (ω) manifold overℂ, Mathlib's rendering of "complex manifold" (cf.UpperHalfPlane'sIsManifold 𝓘(ℂ) ωinstance).S⁶. No compatibility with the standard smooth atlas is demanded. This is equivalent to the classical statement (an integrable almost complex structure on the smoothS⁶): any complex manifold whose underlying space isS⁶is a smooth homotopy 6-sphere, hence diffeomorphic to the standardS⁶(Smale's h-cobordism theorem plusΘ₆ = 0, Kervaire–Milnor); conversely integrable almost complex structures yield holomorphic atlases by Newlander–Nirenberg. Avoiding the compatibility condition keeps the statement free of restriction-of-scalars bookkeeping betweenℂ³- andℝ⁶-modeled atlases.ChartedSpacecharts are (open) partial homeomorphisms covering the nonempty sphere, so the existential cannot be satisfied vacuously; demandingωrather thanC¹adds no strength overℂ.Verified with
lake build FormalConjectures.Paper.HopfProblem(only the expectedsorry).Related work: deancureton/sphere-six-complex (Cureton & Lezeau, created 2026-08-23) is an active formalization of Alpöge's claimed construction, with its own challenge statement in the stronger smooth-compatible form (underlying real atlas diffeomorphic to the standard one); the statement in this PR is the minimal topological form, equivalent by Smale + Θ₆ = 0 as discussed above, and independent of any particular claimed resolution.
Disclosure: formalised with the assistance of Claude (Anthropic), at my request and reviewed by me.
🤖 Generated with Claude Code