CV-8 (i): the local algebra — SupportedOn is a unital *-subalgebra #
Category: CV (continuous variables — the multi-mode field).
CV/ModeLocality.lean defined SupportedOn S and proved that disjoint
supports commute. This module upgrades the support notion to what
Haag–Kastler actually posits: *the operators supported on S form a unital
-subalgebra — the local algebra of the region, at the finite cutoff:
SupportedOn.one,.add,.smul,.mul,.star— closure under the *-algebra operations. The product case is the load-bearing one: the surviving intermediate configurations of(A·B) c dagree withcoffS, and the bijectione ↦ (e on S, c' off S)matches the two sums entry-for-entry.SupportedOn.mono— a bigger region supports everything the smaller one does. Not a formality: theindepfield for the bigger region gives weaker hypotheses, and the proof needs the same offDiag-kills-both rescue as the product case (a mode moved inS' \ Szeroes both entries).
These are exactly the pieces the spreading bound needs
(CV/SupportSpreading.lean): conjugation by a T-supported unitary lands
in the S ∪ T algebra by star, mul, and mono alone.
References #
CV/ModeLocality.lean (SupportedOn, commute_of_disjointSupport);
CV/SupportSpreading.lean (CV-8 (ii)–(iv)); specs/cv-stage3-plan.md §3b;
specs/future-work.md (row CV-8). Haag, Local Quantum Physics (1992).
Closure under the *-algebra operations #
The identity is supported on every region.
Sums of S-supported operators are S-supported.
Differences of S-supported operators are S-supported.
Scalar multiples of S-supported operators are S-supported.
Adjoints of S-supported operators are S-supported.
Products of S-supported operators are S-supported — the closure
that makes SupportedOn S an algebra. The surviving intermediate
configurations agree with c off S; the bijection
e ↦ (e on S, c' off S) matches the two collapsed sums term-for-term.
Monotonicity #
Monotonicity: a bigger region supports everything the smaller one
does. The indep case needs the offDiag rescue — a mode moved in S' \ S
zeroes both entries.