feat: polymerFreeEnergy < log 2 under (1+t)^|E| < 2 (§18.4 sharpening, Issue #1499) - #1524
Merged
Merged
Conversation
…, Issue #1499) Empty start. Convergence-regime upper bound polymerFreeEnergy < log 2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…, Issue #1499) Add `polymerFreeEnergy_lt_log_two_of_pow_lt_two`: in the cluster- expansion convergence regime `(1+t)^|E| < 2` (where the log Taylor expansion converges via PR #1517), the polymer free energy is strictly less than log 2. Proof: combines `polymerFreeEnergy = log(1 + ε(t))` with `ε(t) ≤ (1+t)^|E| - 1 < 1`, giving `1 + ε < 2` and applying `Real.log_lt_log_iff`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
phasetr
marked this pull request as ready for review
May 2, 2026 18:53
19 tasks
phasetr
added a commit
that referenced
this pull request
May 2, 2026
…(§18.4 capstone, Issue #1499) Add `freeEnergy_lt_log_two_plus_high_temp_correction`: under `0 ≤ β·J`, `0 < |ι|`, and `(1+tanh(β·J))^|E| < 2`, freeEnergy G ⟨J, 0, β⟩ < log 2 + (|E|/|ι|) · log cosh(β·J) + log 2 / |ι|. Combines `freeEnergy_eq_polymerFreeEnergy` (Step 612) with the strict bound `polymerFreeEnergy < log 2` (PR #1524). Lifts the polymer-level sharpening to the actual Ising free energy in the cluster-expansion convergence regime. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
phasetr
added a commit
that referenced
this pull request
May 2, 2026
…(§18.4 capstone, Issue #1499) (#1527) * feat: freeEnergy upper bound in cluster-expansion convergence regime (§18.4 capstone, Issue #1499) Empty start. freeEnergy ≤ log 2 + |E|/|ι| log cosh + log 2 / |ι| under (1+tanh)^|E| < 2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * feat: freeEnergy upper bound in cluster-expansion convergence regime (§18.4 capstone, Issue #1499) Add `freeEnergy_lt_log_two_plus_high_temp_correction`: under `0 ≤ β·J`, `0 < |ι|`, and `(1+tanh(β·J))^|E| < 2`, freeEnergy G ⟨J, 0, β⟩ < log 2 + (|E|/|ι|) · log cosh(β·J) + log 2 / |ι|. Combines `freeEnergy_eq_polymerFreeEnergy` (Step 612) with the strict bound `polymerFreeEnergy < log 2` (PR #1524). Lifts the polymer-level sharpening to the actual Ising free energy in the cluster-expansion convergence regime. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <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 #1499.