Isolate verified Section 7 and Section 9 simplifications - #30
Conversation
|
Super-check verdict for this isolated PR: PASS within the stated scope. The direct mathematical review found no counterexample to either isolated claim. The exact workflow also passed all three gates on head The strongest verified conclusion here is the one-sided large-residual envelope
conditional on the canonical threshold expansion (9.12) and local increment estimate (9.13). The broader Section 8 globalization and all constant/profile extensions remain deliberately outside this PR. |
|
Follow-up: PR #34 translates this PR's direct matching-restriction subset-product argument into a focused Lean module. It proves the restriction injection, the |
Summary
This is a clean follow-up to draft PR #27, created directly from the current
mainbranch. It isolates only two claims that survived a second adversarial review and an independent exact test suite:1/5000to1/100on the same domain;No canonical manuscript, PDF, Lean source, or theorem statement is changed.
Mathematical simplification
For the exposed high matching
M, restrictionis injective on even edge sets. Therefore
Using the corrected one-sided off-matching square-sum inequality and the existing local-increment estimate gives
In the large-residual regime this is
exp(O(N^2)), improving the manuscript'sexp(O(N^8))envelope. The simple-cycle decomposition, residual-walk enumeration, mixed matching-cycle encoding, parametertau, and termh tauare not needed for this bound.Files
625/proofs/SECTION7_SECTION9_SUPERCHECK.md625/audits/SECTION7_SECTION9_SUPERCHECK.md625/experiments/section7_section9_supercheck.py.github/workflows/erdos625-section7-section9-supercheck.ymlExact verification
The standard-library script uses integer and
Fractionarithmetic and raises explicit exceptions underpython -O; it does not rely on optimization-sensitive assertions.Current output:
The graph test exhausts every partial matching and every residual relation for
K_{2,2},K_{2,3}, andK_{3,3}, with two rational weight systems. The Section 7 endpoint signs use rigorous rational logarithm bounds from the atanh series rather than floating-point evaluation.The new focused workflow runs:
python -m py_compile;python -O.Both Markdown files were also parsed locally with Pandoc.
Deliberate scope boundary
This PR does not promote the broader PR #27 claims concerning:
It still depends on the canonical manuscript's threshold expansion through equation (9.12) and its local estimate through equation (9.13). It does not prove Proposition 9.2 or
Erdos625Statementby itself.