Formalize Fourier bounds for Shunia's integer-root conjecture - #1
Draft
rbajaj5 wants to merge 4 commits into
Draft
Formalize Fourier bounds for Shunia's integer-root conjecture#1rbajaj5 wants to merge 4 commits into
rbajaj5 wants to merge 4 commits into
Conversation
rbajaj5
marked this pull request as ready for review
July 24, 2026 04:31
rbajaj5
marked this pull request as draft
July 24, 2026 04:33
Co-authored-by: Ben Burns <abwburns@gmail.com>
Collaborator
|
sweet! |
Co-authored-by: Alexander Benjamin Worth Burns <abwburns@gmail.com>
Optimize Shunia integer-root formalization
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.
Summary
ZMod n6 ≤ nWhy
This is a collaboration checkpoint toward a formal proof of Conjecture 6.1 from Joseph M. Shunia, Polynomial quotient rings and Kronecker substitution for deriving combinatorial identities.
Current status
This is intentionally a draft. The new file compiles and contains no
sorry,admit, or added axioms, but it does not yet state or prove the final public theorem. Remaining work includes the small casesn = 2, 3, 4, 5, coefficient-ratio estimates, the no-wrap Kronecker argument, and the finalNat.nthRootendgame. The module is not yet imported byMathlib.lean, so it has no downstream user impact.Validation
The command succeeds against the current mathlib toolchain.