Improve C_3a candidate lower bound to 1.21418 via two-temperature cyclic compression - #148
Open
carcango wants to merge 2 commits into
Open
Improve C_3a candidate lower bound to 1.21418 via two-temperature cyclic compression#148carcango wants to merge 2 commits into
carcango wants to merge 2 commits into
Conversation
carcango
marked this pull request as ready for review
August 19, 2026 18:04
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
This draft PR proposes the candidate lower bound
The construction introduces a two-temperature cyclic-quotient theorem: the difference family uses one Gibbs tilt while the sum-family upper bound is optimized with a separate tilt. For
exact rational reconstruction certifies
The proof and verification package is attached here:
Source repository · ZIP release asset
ZIP SHA-256:
8e84a693a41c8fe211b67bcdd3539691b35ba409e6d3a0910875925b4a2d4ffbChanges
1.21418*candidate row toconstants/3a.md, conservatively marked as a limit value pending review of the written theorem.3aREADME cell and Recent progress section.Verification
I ran the complete
./reproduce.shworkflow on macOS with Homebrew GMP:SHA256SUMSand ZIP integrity check: PASS.The arithmetic package checks the finite combinatorial reconstruction, numerical hypotheses, and finite-size correction. It does not formally verify the new two-temperature theorem, the method-of-types estimate, Bertrand's postulate, or the GHR finite-set lemma. The proof is not yet externally refereed or Lean-formalized, so the PR is deliberately opened as a draft and independent review is invited.
Relationship to earlier work
This follows the earlier
1.2060candidate discussed in #134 and incorporates the statement and exposition corrections identified by @kleinwaks. The gapless specialization of the new theorem equals1.213560298642605..., matching the independent1.21356construction announced there; the structured alphabet above crosses that baseline.This result does not invalidate #146. That PR provides an independently Lean-formalized controlled-carry result and should remain in the chronological history. If #146 merges first, this branch should retain its rows and update the README's certified/limit pair to
1.19102809 (1.21418*).AI-use disclosure
I used ChatGPT extensively to explore constructions, formulate the two-temperature argument, draft and revise the proof, generate the verification programs, and audit the resulting package. I selected the research direction, ran and reviewed the verification outputs, and am the human contributor responsible for this submission. References and externally sourced claims were checked against the cited sources.