feat: add Martinet totally real towers eval problem#385
Open
kim-em wants to merge 1 commit into
Open
Conversation
Add Theorem 3.2 of Bloom-Sawin-Schildkraut-Zhelezov (arXiv:2605.28781), the existence of asymptotically-good totally real towers: totally real number fields of growing degree with bounded root discriminant. This is the sole classical input taken as an axiom in the sum_product formalization of the refutation of the sum-product conjecture over ℝ (SumProduct.exists_totallyReal_discr_le), resting on Martinet's class field theory tower construction not yet in Mathlib. Co-Authored-By: Claude Opus 4.8 (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 Theorem 3.2 of Bloom–Sawin–Schildkraut–Zhelezov, The sum-product conjecture is false for real numbers (arXiv:2605.28781), as an eval problem: there is an absolute constant
C > 0such that for infinitely many degreesdthere is a totally real number fieldKof degreedoverℚwith|Δ_K| ≤ C^d(asymptotically-good totally real towers with bounded root discriminant). This is the sole classical input taken as an axiom in the sum_product formalization (SumProduct.exists_totallyReal_discr_le); it rests on Martinet's class field theory tower construction (Golod–Shafarevich), which is not yet in Mathlib, so it is a genuine known-hard gap rather than a project-invented one.The statement is a closed existential in pure Mathlib vocabulary (no trusted helper definitions). It was checked for faithfulness against the paper's Theorem 3.2 by an independent review (matched verbatim to the arXiv text), and the module builds with only the expected
sorry.🤖 Prepared with Claude Code