feat: freeEnergy jointly AnalyticOnNhd ℝ _ Set.univ (§18.6 capstone, Issue #1499) - #1532
Merged
Merged
Conversation
… Issue #1499) Empty start. Global form of jointly analyticAt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… Issue #1499) Add `partitionFunction_analyticOnNhd_joint` and `freeEnergy_analyticOnNhd_joint`: global forms of PR #1531's per-point joint analyticity. The functions `(β, J, h) ↦ Z(β, J, h)` and `(β, J, h) ↦ f(β, J, h)` are `AnalyticOnNhd ℝ _ Set.univ` jointly across all of ℝ × ℝ × ℝ. Completes the §18.6 capstone in its strongest form: free energy is jointly real-analytic in all three Ising parameters at every point. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
phasetr
marked this pull request as ready for review
May 2, 2026 19:41
phasetr
added a commit
that referenced
this pull request
May 2, 2026
…8.6, Issue #1499) Add four direct corollaries of joint analyticity (PRs #1531, #1532): - `partitionFunction_continuous_joint`: Z is Continuous in (β, J, h). - `partitionFunction_differentiable_joint`: Z is Differentiable ℝ in (β, J, h). - `freeEnergy_continuous_joint`: f is Continuous in (β, J, h). - `freeEnergy_differentiable_joint`: f is Differentiable ℝ in (β, J, h). All follow from `AnalyticAt → ContinuousAt → Continuous` and `AnalyticAt → DifferentiableAt → Differentiable`, applied pointwise. Completes the regularity hierarchy for the §18.6 capstone in joint form: Continuous ⊆ Differentiable ⊆ AnalyticAt (per-point) ⊆ AnalyticOnNhd ℝ _ Set.univ (global). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
phasetr
added a commit
that referenced
this pull request
May 2, 2026
…8.6, Issue #1499) (#1533) * feat: freeEnergy jointly Continuous + Differentiable in (β, J, h) (§18.6, Issue #1499) Empty start. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * feat: freeEnergy jointly Continuous + Differentiable in (β, J, h) (§18.6, Issue #1499) Add four direct corollaries of joint analyticity (PRs #1531, #1532): - `partitionFunction_continuous_joint`: Z is Continuous in (β, J, h). - `partitionFunction_differentiable_joint`: Z is Differentiable ℝ in (β, J, h). - `freeEnergy_continuous_joint`: f is Continuous in (β, J, h). - `freeEnergy_differentiable_joint`: f is Differentiable ℝ in (β, J, h). All follow from `AnalyticAt → ContinuousAt → Continuous` and `AnalyticAt → DifferentiableAt → Differentiable`, applied pointwise. Completes the regularity hierarchy for the §18.6 capstone in joint form: Continuous ⊆ Differentiable ⊆ AnalyticAt (per-point) ⊆ AnalyticOnNhd ℝ _ Set.univ (global). 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. Global form of PR #1531.