Make the Erdős 625 manuscript self-contained and verification-safe - #57
Draft
SamPetkov wants to merge 23 commits into
Draft
Make the Erdős 625 manuscript self-contained and verification-safe#57SamPetkov wants to merge 23 commits into
SamPetkov wants to merge 23 commits into
Conversation
Owner
Author
Final validation recordValidated head: Workflow run
Independent artifact inspection: The first page, dense Section VIII and IX pages, formalization appendix, and final references were rendered and inspected. No clipping, overlap, black box, broken glyph, or unresolved layout defect was observed. The publication switch remains disabled. This validates the manuscript assembly and auditability; it does not promote the still-open mathematical or Lean gates. |
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.
Purpose
This PR is stacked on PR #56 and upgrades the 13-page AMS proof synopsis into a generated, self-contained manuscript draft. It is not another prose-only roadmap. The complete canonical Sections 1–7 and 10 are imported deterministically from the frozen TeX, Sections 8–9 are replaced by the audited simplified route, Section 11 is replaced by the phase-resolved constant ledger, and Appendix A records the exact private Lean frontier and publication gates.
The canonical
625/arxiv/main.texremains frozen. The new draft is compiled in verification mode by default and cannot silently present the still-incomplete top-level proof as closed.Main changes
Visible theorem status
AMS_SELF_CONTAINED_DRAFT_V3.texdefinesThe default PDF contains an explicit verification banner, an audit-safe abstract, and a conditional target theorem. Publication mode may be enabled only after the checklist in Appendix A is green on one integrated commit.
Complete manuscript generation
625/scripts/build_self_contained_ams_v3.pyverifies the exact Git-blob SHA of the frozen canonical TeX and extracts the complete Sections 1–7 and 10 by semantic section markers. It converts the legacy ruled statement boxes to the ordinaryamsthmhierarchy, normalizes notation and mathematical English, and inserts the new Sections 8, 9, and 11.The generator fails closed if the canonical source changes. The resulting PDF is a full paper rather than an introduction plus two replacement sections.
Definitions and proof-object dictionary
The manuscript now defines before use:
It explicitly separates the three meanings of “matching” and explains why the positive-support matching hypothesis is necessary for cellwise factorization.
Canonical Section VIII route
The earlier prose mixed two valid finite routes. The main proof now uses the coarse common charge
and the finite factor
This is the route consumed by the canonical private finite reduction and requires only
rho_16 <= 1. The sharper table-preserving productis retained as a separate stronger corollary.
The new Section VIII supplies complete statements and proofs for:
rho_16 = O(log n / n^(1/4));The previous sentence asserting that endpoint transportation “absorbs” the remaining factor has been replaced by a named proposition with the actual formulas and proof.
Self-contained q-only Section IX
The residual section now defines
theta_ab,Delta_x,lambda_ab, andq_abexplicitly and proves:lambda_ab <= q_ab;O(U^2)regime;The legacy simple-cycle, walk-kernel, mixed-cycle, and
taucalculations do not appear in the main exposition.Stronger theorem ledger
The final section first states the phase-resolved coefficient
then records the exact four-support certificate
and obtains
The
/8factor is justified directly from the/4root separation and midpoint placement; no additional fixed halving is inserted.Formalization appendix
Appendix A maps manuscript results to exact private Lean declarations and distinguishes
welded,running,needs review, andblocked.It records that:
eventually_fourEndpointThreeQuarterRho_le_onehas one approved running request and is not yet proof evidence;It also proposes a small theorem-facing Lean root and recommends splitting the remaining broad DAG nodes before further proof search.
Files
Validation
The dedicated workflow:
A green TeX workflow validates the manuscript assembly and editorial invariants. It does not promote the remaining mathematical or Lean proof obligations.
Scope boundary
This PR does not change the canonical theorem status, merge private proof branches, or assert that Erdős Problem 625 has been formally closed. It creates the self-contained, expert-facing manuscript that should become canonical only after the exact Appendix A publication gates are satisfied.