Commit da407f8
* feat: identify scaledCorrelation at s=0 with bond-deleted model (Part of #2965)
* feat: identify scaledCorrelation at s=0 with bond-deleted model
Add scaledBoltzmannWeight_zero / scaledPartitionFunction_zero /
scaledGibbsExpectation_zero / scaledCorrelation_zero: at s=0 the scaling
factor exp(-β·J·∑_{e∈E₀} σ_e) exactly cancels the E₀ edges' Hamiltonian
contribution (for E₀ ⊆ G.edgeFinset), so
scaledCorrelation G E₀ p 0 A = correlation (G.deleteEdges ↑E₀) p A
i.e. the free-boundary model on the sub-graph with E₀ bonds removed
(via SimpleGraph.edgeFinset_deleteEdges and Finset.sum_sdiff). This makes
the ball-boundary disconnection concrete and is the conceptual basis for
the finite-volume-stage coupling toward the volume-convergence rate.
Part of #2965
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* docs: fix proof-guide attribution for s=0 bond-deleted lemmas (#2965)
Move scaledCorrelation_zero supporting-material bullet out of the legacy
'PR #954' itemize into its own Issue #2965 paragraph (codex cross-check fix).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e851246 commit da407f8
3 files changed
Lines changed: 70 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
101 | 157 | | |
102 | 158 | | |
103 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
1329 | | - | |
| 1329 | + | |
1330 | 1330 | | |
1331 | 1331 | | |
1332 | 1332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14507 | 14507 | | |
14508 | 14508 | | |
14509 | 14509 | | |
| 14510 | + | |
| 14511 | + | |
| 14512 | + | |
| 14513 | + | |
| 14514 | + | |
| 14515 | + | |
| 14516 | + | |
| 14517 | + | |
| 14518 | + | |
| 14519 | + | |
| 14520 | + | |
| 14521 | + | |
| 14522 | + | |
14510 | 14523 | | |
14511 | 14524 | | |
14512 | 14525 | | |
| |||
0 commit comments