Research notebook: broader Erdős 625 revisions and experiments - #27
Research notebook: broader Erdős 625 revisions and experiments#27SamPetkov wants to merge 29 commits into
Conversation
|
Critical mathematical review (blocking canonical integration, but not the reviewer-guide concept):
Positive findings: Lemma 7.1A and its numerical split check out; it agrees with the stronger kernel-checked scalar rate bound already in the repository. The simple-cycle product and the single (2|M|) mixed-cycle factor are also aligned with the current Lean modules. Recommendation: keep the PR draft. The reviewer guide is useful. Until items 1–3 are repaired, retain the Sections 7–9 rewrite as an audit appendix/proposed decomposition and do not integrate it into the canonical manuscript or publication PDFs. |
|
Follow-up to the blocking review above:
The stale monolithic rewrite is now only an index to the corrected split appendices. I am keeping the PR in draft. These repairs address the stated finite/formal defects, but the global asymptotic specialization and labelled/unlabelled normalization still warrant independent line-by-line review before canonical integration. |
|
A second super-check is now isolated in clean draft PR #30: #30 PR #30 starts from current
Its exact checker exhausts 5,912 residual relations, 12,561 even edge sets, and 613,711 square-sum instances, and certifies the logarithm endpoint signs with rational atanh-series bounds. PR #27 remains the broader draft research notebook; PR #30 is the narrower reviewable result. |
|
Review organization update:
This split is intentional: reviewers can assess #30 and #31 without accepting the more speculative Section 8, new-support, non-midpoint, or literature-dependent material collected here. |
|
A second narrow extraction is now available as PR #32. It replaces the notebook's preliminary
PR #32 contains only the four-support certificate, its audit, checker, and focused workflow. The three-size and non-midpoint experiments remain here in the research notebook. |
|
Additional support-search diagnostic: I exhaustively scanned supports containing deficits |
Summary
This remains a draft mathematical-review PR. It does not replace the canonical manuscript or publication PDFs.
The PR now has three purposes:
Corrections made after PR review
The earlier monolithic appendix has been superseded. The corrected files now address four concrete defects or ambiguities:
U; without this hypothesis it is false;3a/4 + O(1)is replaced by the exact typewise boundfloor(3 min(u_i,u_j)/4);Corrected proof appendices
625/proofs/PR27_SECTION7_CENTRAL_RATE.mdand.tex625/proofs/PR27_SECTION8_EXPOSURE.mdand.tex625/proofs/PR27_SECTION8_HIGH_SKELETON_SUM.mdand.tex625/proofs/PR27_SECTION9_RESIDUAL_RESTRICTION.mdand.tex625/PR27_VERIFICATION_REPORT.md625/experiments/review27_verification.pySECTIONS_7_9_REVIEW_REWRITE.{md,tex}now serves only as an index to these corrected files.Main simplification
For an exposed matching
M, restriction is injective on even edge sets:F ↦ F \ M.Therefore
Σ_F ∏_{e∈F\M} q_e ≤ ∏_{e∉M}(1+q_e) ≤ exp(Σ_{e∉M} q_e).With the corrected off-matching square-sum inequality and the existing degree-moment estimate,
A(M,j) ≤ exp(C(U² + U⁴/m₀)).Thus the large-residual branch costs only
exp(O(N²)), rather thanexp(O(N⁸)). The proposed proof no longer needs the simple-cycle decomposition, residual-walk enumeration, mixed matching-cycle encoding, parameterτ, or termhτ.The two finite ingredients already have Lean counterparts:
residualRestriction_injectiveandfiniteInjectiveFamily_product_exp_bound. Their full probabilistic specialization is not claimed as formally complete.Other review results
Φ_T ≤ -(1-R)/5000toΦ_T ≤ -(1-R)/100;D₄(δ) < log(33/25)andlog 2 - D₄(δ) > log(50/33);{2,3,5}:D₃(δ) < log(391/200)andlog 2 - D₃(δ) > log(400/391);Exact regression coverage
Run:
The first script passes:
The entropy script passes every exact
Fractionassertion for the four- and three-support certificates. Its continuum scans are explicitly diagnostic only.The standalone TeX appendices and verification report were compiled twice with
pdflatex -halt-on-error; final logs had no unresolved references, overfull boxes, or underfull boxes. The Markdown files parse with Pandoc.Review boundary
The finite tests do not prove the asymptotic theorem. Before canonical integration, independent review should still check:
ntranslation of the entropy certificates uniformly through the phase;The repository must continue to describe this as a candidate solution with a partial formalization, not an externally or fully formally verified resolution.