Bound cubic-shell derivBoundTight by a spatial-decay sum — #2965#2997
Merged
Conversation
Add `derivBoundTight_inducedGraph_cubic_le_decay_sum` (Issue #2965, Phase B): in the high-temperature regime contractionFactor d (cubicExhaustion d) p r₀ < 1, for r,s ∈ box_n on no E₀-edge, derivBoundTight … E₀ … ⟨r,_⟩ ⟨s,_⟩ ≤ β·J·∑_{⟨a,b⟩∈E₀}[cf^{d(r,a)/(r₀+2)}·cf^{d(s,b)/(r₀+2)} + cf^{d(r,b)/(r₀+2)}·cf^{d(s,a)/(r₀+2)}] where cf = contractionFactor and d is the ℓ¹ lattice distance. Applies the per-pair spatial decay correlationInfinite_latticeGraph_le_contractionFactor_pow_dist_pair termwise to the diagonal-free infinite-volume bound derivBoundTight_inducedGraph_cubic_le_infiniteVolume_sum (#2996). Distinctness r ≠ a.val etc. follows from r,s being on no E₀-edge (Sym2.mem_iff). The cross-product-only (tight) structure guarantees every factor genuinely decays — the diagonal-free decay-sum input from which a geometric per-stage rate is extracted (shell-edge distance/counting aggregation downstream). Docs and proof-guide synced. Part of #2965 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Part of #2965
Summary
Adds
derivBoundTight_inducedGraph_cubic_le_decay_sum(Phase B): in the high-temperature regimecontractionFactor d (cubicExhaustion d) p r₀ < 1, forr,s ∈ box_non noE₀-edge,where
cf = contractionFactoranddis the ℓ¹ lattice distance.How
Applies the per-pair spatial decay
correlationInfinite_latticeGraph_le_contractionFactor_pow_dist_pairtermwise to the diagonal-free infinite-volume boundderivBoundTight_inducedGraph_cubic_le_infiniteVolume_sum(#2996). Distinctnessr ≠ a.valetc. follows fromr,sbeing on noE₀-edge (Sym2.mem_iff); products are monotone since correlations andcf-powers are nonnegative.Why
The cross-product-only (tight) structure guarantees every factor genuinely decays — this is the diagonal-free decay-sum input from which a geometric per-stage rate is extracted. The remaining shell-edge distance/counting aggregation (relating
d(r,a)to the stagekand summing over the shell) is the downstream step.Verification
lake buildof the new file — green, zero linter warnings.grep sorry— zero.docs/index.md+tex/proof-guide.texsynced; proof-guide compiles (no new errors/undefined); no Japanese.🤖 Generated with Claude Code