Certify a stronger four-support entropy advantage - #32
Open
SamPetkov wants to merge 4 commits into
Open
Conversation
This was referenced Jul 24, 2026
Owner
Author
|
Focused verification status: PASS for the stated limiting certificate. The exact-certificate workflow passed bytecode compilation, normal execution, and |
SamPetkov
marked this pull request as ready for review
July 24, 2026 20:15
This was referenced Jul 24, 2026
Owner
Author
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 is the next clean follow-up in the Erdős 625 review sequence. It isolates a stronger exact certificate for the same four-size support
{2,3,4,5}used by the canonical candidate manuscript.The certificate proves
uniformly over the full limiting phase interval.
No profile, second-moment estimate, canonical manuscript, PDF, or Lean source is changed.
Main certificate
The retained tilt is enclosed by
Splitting at
(29/10) log(2), exact rational interval arithmetic givesMonotonicity therefore yields the uniform omitted-weight bound
Evaluating the full-support dual function at the four-support optimizer gives
Files
625/proofs/FOUR_SUPPORT_ENTROPY_CERTIFICATE.md625/audits/FOUR_SUPPORT_ENTROPY_CERTIFICATE_AUDIT.md625/experiments/four_support_entropy_certificate.py.github/workflows/erdos625-four-support-entropy-certificate.ymlExact verification
The checker uses
Fractionarithmetic for every proof gate. It certifies:log(2)from2*atanh(1/3)and an explicit tail;2^(1/20)by twentieth powers;It uses explicit exceptions rather than
assert, so the gates remain active underpython -O.Local output:
The separate phase scan is diagnostic only. It reports an approximate minimum advantage
0.520701335491228, larger than the certifiedlog(1000/639).Constant implications
Using the canonical manuscript's current
/32final propagation, this certificate would giveIf PR #31's independently reviewed
/8propagation is accepted, the combined coefficient becomesThose theorem-constant changes require their respective propagation reviews. This PR itself proves only the limiting entropy certificate conditional on the variational dual comparison already used by Lemma 5.1.
Scope boundary
This PR does not independently verify:
Erdos625Statement.It is an exact elementary replacement certificate for the limiting four-support entropy loss.