Document the Erdős 625 review sequence and support frontier - #33
Open
SamPetkov wants to merge 3 commits into
Open
Document the Erdős 625 review sequence and support frontier#33SamPetkov wants to merge 3 commits into
SamPetkov wants to merge 3 commits into
Conversation
SamPetkov
marked this pull request as ready for review
July 24, 2026 20:28
Owner
Author
|
Roadmap update: PR #34 ( |
Owner
Author
|
Review-sequence update:
The remaining principal mathematical boundary is now narrower: the later Section VIII margin/Cauchy summation and near/middle high-cell globalization, followed by one two-regime profile assembly using #35. |
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 PR adds a single coordination record for the current Erdős 625 review sequence and a reproducible numerical support-frontier experiment.
It does not modify the canonical manuscript, generated TeX, PDFs, Lean sources, theorem statement, or any proof PR.
Files
625/REVIEW_SEQUENCE_ROADMAP.md625/experiments/support_frontier_scan.py.github/workflows/erdos625-review-roadmap.ymlReview roadmap
The roadmap records the intended roles and dependencies of the open review PRs:
It also records the recommended integration order and the remaining highest-priority boundary: the exact global Section 8 labelled/unlabelled high-skeleton summation.
Coefficient ledger
The note keeps the constant implications separate:
The combined candidate coefficient is
0.026896409808379..., but the roadmap explicitly does not request a canonical theorem change before the corresponding reviews are accepted.Support-frontier experiment
The diagnostic script scans all supports of size three through five that:
{2,3};{2,...,8};It evaluates the limiting advantage on a 1001-point phase grid and compares full-support cutoffs 80 and 100.
Selected output:
Adding deficit 6 improves the scanned advantage by only about
1.017%while increasing the dense transportation dimension from4x4to5x5. The experiment therefore supports retaining the canonical four-size profile as the practical complexity/advantage frontier.This scan is explicitly diagnostic, not a proof or a support-replacement theorem.
Validation
The focused workflow runs:
python -m py_compile;python -O.The script uses explicit exceptions rather than
assertfor its regression gates.