feat: add the Hopf S⁶ complex-structure problem - #557
Open
Deicyde wants to merge 1 commit into
Open
Conversation
Two-hole open problem (the benchmark's first): ChartedSpace data into C^3 on the topological 6-sphere plus the IsManifold omega proof that the atlas is holomorphic. Declarations are top-level (no namespace): the workspace generator currently re-emits a LeanEval.* namespace chain with a dangling 'open LeanEval' in Submission.lean. Validated locally: module build (two expected sorry warnings), validate-manifest (structure-only + per-module inventory), and a full build of the generated workspace (Challenge/Submission/Solution). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deicyde
force-pushed
the
hopf-s6-challenge
branch
from
August 24, 2026 17:49
8fb6278 to
b574719
Compare
alreadydone
reviewed
Aug 25, 2026
Comment on lines
+33
to
+43
| instance instChartedSpaceS6 : | ||
| ChartedSpace (EuclideanSpace ℂ (Fin 3)) | ||
| (Metric.sphere (0 : EuclideanSpace ℝ (Fin 7)) 1) := | ||
| sorry | ||
|
|
||
| /-- **Hole 2 (proof).** The atlas of hole 1 is holomorphic: its transition | ||
| functions are `ℂ`-analytic on their open domains. -/ | ||
| @[eval_problem] | ||
| instance instIsManifoldS6 : | ||
| IsManifold 𝓘(ℂ, EuclideanSpace ℂ (Fin 3)) ω | ||
| (Metric.sphere (0 : EuclideanSpace ℝ (Fin 7)) 1) := |
Contributor
There was a problem hiding this comment.
You could replace EuclideanSpace ℂ (Fin 3) by Fin 3 → ℂ and the statement will still be equivalent (all norms are equivalent on a finite dimensional space). You could even replace EuclideanSpace ℝ (Fin 7) by Fin 7 → ℝ and although the resulting sphere is no longer smooth, it's still homeomorphic to the Euclidean sphere ...
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.
Adds the Hopf problem — does
S⁶admit a complex structure?Note that we do not require a proof that this structure is diffeomorphic to the standard real smooth structure on S⁶, since it is a standard fact that S⁶ admits only one real smooth structure.
There is an ongoing formalization of Alpöge's claimed construction (deancureton/sphere-six-complex).
Formalized with the assistance of Claude (Anthropic), reviewed by me.