Skip to content

feat(gj-5.1): unconditional high-temperature distance cluster decay — closes #4274 (audit B7) - #4275

Merged
phasetr merged 3 commits into
mainfrom
gj-5.1-b7-hightemp-cluster-decay
Jun 24, 2026
Merged

feat(gj-5.1): unconditional high-temperature distance cluster decay — closes #4274 (audit B7)#4275
phasetr merged 3 commits into
mainfrom
gj-5.1-b7-hightemp-cluster-decay

Conversation

@phasetr

@phasetr phasetr commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Closes #4274. Part of the hypothesis-gap audit #4267 (the one tractable item, B7) and #4214 (§5.1).

Summary

Discharges the Summable hypothesis of the conditional distance-cluster-decay wrapper truncated2Infinite_latticeGraph_tendsto_atTop_zero_of_summable at high temperature, giving the unconditional ℤ^d cluster-decay statement.

  • truncated2Infinite_latticeGraph_summable_of_high_temp — for any exhaustion Λ, ferromagnetic ⟨J,0,β⟩ (0≤J, 0<β), and the Simon–Lieb condition β·J·2d < 1, the infinite-volume Ursell two-point function j ↦ U₂(i,j) is Summable, via truncated2Infinite_summable_of_high_temp (finite susceptibility bound βJ·2d/(1−βJ·2d), FV §3.7.3 / Simon–Lieb GKS-II) with the per-vertex incident-edge count ≤ 2d (edgeFilter_card_eq_degree + inducedLatticeGraph_degree_le, exactly as in clusterProperty_latticeGraph_of_high_temp).
  • truncated2Infinite_latticeGraph_tendsto_atTop_zero_of_high_temp + …_tendsto_cofinite_zero_of_high_temp — the unconditional distance-→∞ (and cofinite) decay U₂(i,j) → 0.

The theorems are added to CorrelationDecay.lean (importing the Simon–Lieb / susceptibility layer SummabilityCluster, not the analyticity/cluster-expansion chain) so they share the file's local Fintype instance with the gated wrappers — avoiding an instance-mismatch isDefEq blowup that a separate file produced.

Verification

References: Glimm–Jaffe, 2nd ed., §5.1, pp. 72–79; Friedli–Velenik §3.7.3 (Simon–Lieb / susceptibility).

🤖 Generated with Claude Code

phasetr and others added 3 commits June 24, 2026 11:05
… discharge Summable (#4274 B7)

Resolves the one tractable hypothesis-gap from the audit #4267 (B7): the
distance-cluster-decay wrapper truncated2Infinite_latticeGraph_tendsto_atTop_zero_of_summable
was conditional on a Summable hypothesis. This discharges it at high temperature.

truncated2Infinite_latticeGraph_summable_of_high_temp: for any exhaustion Λ,
ferromagnetic ⟨J,0,β⟩, and βJ·2d < 1, the infinite-volume Ursell 2-point
function j ↦ U₂(i,j) is Summable, via truncated2Infinite_summable_of_high_temp
(finite susceptibility bound βJ·2d/(1−βJ·2d), FV §3.7.3 / Simon–Lieb GKS-II) with
the per-vertex incident-edge count ≤ 2d (edgeFilter_card_eq_degree +
inducedLatticeGraph_degree_le).

truncated2Infinite_latticeGraph_tendsto_atTop_zero_of_high_temp and its cofinite
companion: the unconditional distance-→∞ (and cofinite) decay U₂(i,j) → 0.

Added to CorrelationDecay.lean (importing the Simon–Lieb/susceptibility layer
SummabilityCluster, NOT the analyticity/cluster-expansion chain) so the new
theorems share the file's local Fintype instance with the gated wrappers.

Axiom-free (#print axioms = [propext, Classical.choice, Quot.sound]; no Vitali).
docs/index.md + tex/proof-guide.tex synced.

Closes #4274. Part of #4267 / #4214 (§5.1).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ms live in CorrelationDecay.lean)

The B7 high-temperature cluster-decay theorems are defined in CorrelationDecay.lean
(sharing the file's local Fintype instance with the gated wrappers, avoiding the
instance-mismatch isDefEq blowup). The separate CorrelationDecayHighTemp.lean was a
redundant earlier draft and is removed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@phasetr
phasetr merged commit 6bed4cf into main Jun 24, 2026
1 check passed
@phasetr
phasetr deleted the gj-5.1-b7-hightemp-cluster-decay branch June 24, 2026 02:39
phasetr added a commit that referenced this pull request Jun 24, 2026
…oses #4268 (audit B1)

Discharges the §17.5 PseudoMassLatticeDistanceBridge adjacent hypothesis
h_adj_exp unconditionally in the strict high-temperature window
0 < βJ·2d < 1/2, using the finite high-temperature susceptibility bound
merged in B7 #4275.

SummabilityCluster.lean:
- correlationInfinite_le_susceptibility_bound_of_high_temp: at h=0, GKS-II
  nonnegativity makes a single pair term ≤ the whole susceptibility sum, so
  correlationInfinite {i,w} ≤ βJD/(1−βJD) (singleton private helper +
  susceptibilityAlongExhaustion_le_of_high_temp + le_of_tendsto).
- correlationInfinite_latticeGraph_le_susceptibility_bound_of_high_temp: D=2d
  specialization. This is the missing distance-1 bound (Simon–Lieb peeling
  only gives ≤ 1 at distance 1).

HLSBridgeUnconditional.lean:
- correlationInfinite_latticeGraph_pair_le_exp_neg_of_high_temp: for
  B := βJ2d/(1−βJ2d) ∈ (0,1) (i.e. βJ2d < 1/2), corr {0,w} ≤ exp(−M) for any
  M ≤ −log B.
- pseudoMassLatticeDistanceBridge_of_high_temp: choosing
  M := min(min 1 (−log B)) (simonLiebRate/(2(α+1))) satisfies 0<M, M≤1,
  (α+1)M ≤ simonLiebRate/2 and h_adj_exp simultaneously, giving an
  unconditional PseudoMassLatticeDistanceBridge via the trichotomy constructor.
- tsum_correlationInfinite_pair_product_le_const_of_high_temp (+ diagonal):
  unconditional §17.5 HLS pair-product sum bound, no adjacent-decay hypothesis.

Axiom-free (#print axioms = [propext, Classical.choice, Quot.sound]; no Vitali).
lake build + GKSTest pass; linter-clean; docs/index.md + tex/proof-guide.tex synced.

Closes #4268. Part of #4267 / #4214 (§17.5).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
phasetr added a commit that referenced this pull request Jun 24, 2026
…oses #4268 (audit B1) (#4277)

* chore(gj-17.5): scaffold unconditional adjacent-pair susceptibility bridge — #4268

* feat(gj-17.5): unconditional adjacent-pair susceptibility bridge — closes #4268 (audit B1)

Discharges the §17.5 PseudoMassLatticeDistanceBridge adjacent hypothesis
h_adj_exp unconditionally in the strict high-temperature window
0 < βJ·2d < 1/2, using the finite high-temperature susceptibility bound
merged in B7 #4275.

SummabilityCluster.lean:
- correlationInfinite_le_susceptibility_bound_of_high_temp: at h=0, GKS-II
  nonnegativity makes a single pair term ≤ the whole susceptibility sum, so
  correlationInfinite {i,w} ≤ βJD/(1−βJD) (singleton private helper +
  susceptibilityAlongExhaustion_le_of_high_temp + le_of_tendsto).
- correlationInfinite_latticeGraph_le_susceptibility_bound_of_high_temp: D=2d
  specialization. This is the missing distance-1 bound (Simon–Lieb peeling
  only gives ≤ 1 at distance 1).

HLSBridgeUnconditional.lean:
- correlationInfinite_latticeGraph_pair_le_exp_neg_of_high_temp: for
  B := βJ2d/(1−βJ2d) ∈ (0,1) (i.e. βJ2d < 1/2), corr {0,w} ≤ exp(−M) for any
  M ≤ −log B.
- pseudoMassLatticeDistanceBridge_of_high_temp: choosing
  M := min(min 1 (−log B)) (simonLiebRate/(2(α+1))) satisfies 0<M, M≤1,
  (α+1)M ≤ simonLiebRate/2 and h_adj_exp simultaneously, giving an
  unconditional PseudoMassLatticeDistanceBridge via the trichotomy constructor.
- tsum_correlationInfinite_pair_product_le_const_of_high_temp (+ diagonal):
  unconditional §17.5 HLS pair-product sum bound, no adjacent-decay hypothesis.

Axiom-free (#print axioms = [propext, Classical.choice, Quot.sound]; no Vitali).
lake build + GKSTest pass; linter-clean; docs/index.md + tex/proof-guide.tex synced.

Closes #4268. Part of #4267 / #4214 (§17.5).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs(gj-17.5): state βJ2d<1/2 sub-window scope of the adjacent bridge (cross-check #4277)

Per the squash-merge cross-check: the unconditional discharge of h_adj_exp
holds on the strict sub-window 0<βJ·2d<1/2 (susceptibility ceiling B<1);
the wider band 1/2≤βJ·2d<1 is intrinsically out of reach (B≥1) and still
rests on an assumed adjacent input. Stated explicitly in docs/index.md and
tex/proof-guide.tex.

Part of #4267 / #4214 (§17.5).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GJ §5.1/§17.4: unconditional high-temperature distance cluster decay (discharge the Summable hypothesis) — TRACTABLE

1 participant