Integrate the direct Section 9 attachment and log-square envelope - #35
Open
SamPetkov wants to merge 18 commits into
Open
Conversation
SamPetkov
marked this pull request as ready for review
July 25, 2026 07:00
Owner
Author
|
Follow-up simplification: PR #37 absorbs the local |
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 a stacked follow-up to PR #34. Its base is
agent/625-lean-matching-restriction-product, so the diff isolates the analytic, actual-attachment, attained-profile, and asymptotic integration built on the finite matching-restriction product theorem.The final target on this branch is the uniform large-residual endpoint
It contains no cycle-traversal parameter, no profile-block-cardinality term, and no matching-cardinality term.
Files
625/formalization/Erdos625/Section9MatchingRestrictionEnvelope.lean625/formalization/Erdos625/Section9ProfileAttachmentMatchingEnvelope.lean625/formalization/Erdos625/Section9ProfileAttachmentMatchingLogScale.lean625/formalization/MATCHING_RESTRICTION_ENVELOPE_AUDIT.md.github/workflows/erdos625-matching-restriction-envelope.ymlFinite theorem chain
sum_configurationCellTheta_sq_globalprovessum_configurationCellTheta_sq_le_euler_sq_cap_sqapplies equal positive totals and degree caps:existsAbsoluteResidualQTotalBound_of_degreeCapssums the accepted pointwise quadraticresidualQestimate:residualActualAttachmentNumerator_le_lambdaProduct_mul_matchingProductcombines PR Kernel-check the Section 9 matching-restriction product bound #34 with the exact fixed-family Fubini identity, so the direct product applies to the literal cap/no-return attachment numerator.lambda_matching_products_le_exp_of_sum_boundsconverts the lambda and outside-matching products to one exponential.exists_absolute_residualActualAttachmentNumerator_le_matchingEnvelopeobtainsAttained-profile and asymptotic specialization
exists_absolute_profileHighSkeletonAttachment_le_matchingEnvelopetransports the finite result to every attained profile high skeleton through its canonical reference witness and literal residual degree lists.matchingRestrictionEnvelope_boundproves the exact real estimateunder
m >= n/L^6,U <= C_U L, andL^8 <= n.Finally,
eventually_profileHighSkeletonAttachment_le_matching_logScalespecializesL=log nand the phase cap to give the uniformexp(O((log n)^2))endpoint.Improvement over the existing route
The current formal large-residual endpoint uses residual-only and mixed-cycle walk enumeration and produces a coarse exponent containing profile-block and matching-support terms. The direct restriction route removes those terms and kernel-checks the manuscript simplification proposed in PR #30.
The older traversal development remains untouched and independently useful.
Validation
The focused workflow rejects placeholders and project-defined axioms, prepares the pinned Lean 4.31/mathlib project, and builds the log-square profile endpoint with its dependency closure under
--wfail. The full repository Lean workflow also runs.The focused workflow uploads the exact compiler log on every run; prior failed iterations exposed only theorem-transport/coercion issues and were patched without weakening the statements.
Scope boundary
This PR does not yet:
Erdos625.lean, the axiom audit, or the generated self-contained checkpoint;Erdos625Statement.PR #34 should be merged first; this PR can then be retargeted to
main.