Skip to content

feat: generalize induce-univ correlation to any full set — #2965#2985

Merged
phasetr merged 2 commits into
mainfrom
feat/correlation-induce-forall-mem-2965
May 26, 2026
Merged

feat: generalize induce-univ correlation to any full set — #2965#2985
phasetr merged 2 commits into
mainfrom
feat/correlation-induce-forall-mem-2965

Conversation

@phasetr
Copy link
Copy Markdown
Owner

@phasetr phasetr commented May 26, 2026

Part of #2965 (per-stage increment type-transport).

Adds correlation_induce_of_forall_mem (InducedUnion.lean): if ∀ x, x ∈ s then correlation (G.induce s) p A = correlation G p (A.map (Equiv.subtypeUnivEquiv hs)) — since G.induce s ≃g G. Generalizes correlation_induce_univ (#2984) from Set.univ to any full set.

The point: applying it with s = ↑(S ∪ Sᶜ) (full by Finset.union_compl) lets the capstone's inducedGraph _ (S ∪ Sᶜ) left side (#2983) connect to the raw bond-deleted graph without forcing the propositional Finset equality S ∪ Sᶜ = univ at the type level — the clean route through the per-stage-increment type-transport flagged in #2965.

lake build IsingModel.AmbientLatticeSum.InducedUnion green, sorry 0, file linter-clean, tex compiles.

🤖 Generated with Claude Code

phasetr and others added 2 commits May 27, 2026 01:28
Add correlation_induce_of_forall_mem: if s contains every vertex (∀ x, x ∈ s),
then correlation (G.induce s) p A = correlation G p (A.map (subtypeUnivEquiv hs)),
since G.induce s ≃g G. Generalizes correlation_induce_univ from Set.univ to any
full set.

Applies to s = ↑(S ∪ Sᶜ) (full by Finset.union_compl), letting the Phase A
capstone's inducedGraph _ (S ∪ Sᶜ) left side connect to the raw bond-deleted
graph WITHOUT forcing the propositional Finset equality S ∪ Sᶜ = univ at the
type level — the clean route through the per-stage-increment type-transport.

Part of #2965

Co-Authored-By: Claude Opus 4.7 <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.

1 participant