Covariant families of local states #
This file begins the scaffolding for covariant states on a Haag-Kastler
net over Minkowski spacetime. The Lorentz action on the net is implemented
fiberwise by the covariance equivalences ฮฑ_L : ๐(B) โโโ[โ] ๐(LยทB)
(HaagKastlerNet.covEquiv, from Axiom 5). A covariant family of local
states is a choice of state ฯ B on each local algebra ๐(B) that is
intertwined by these equivalences.
Main definitions #
Physicslib4.AQFT.HaagKastler.HaagKastlerNet.IsCovariantFamily: a familyฯ : โ B, State ๐(B)is covariant ifฯ B a = ฯ (LยทB) (ฮฑ_L a)for every Lorentz transformationL, regionB, anda โ ๐(B).
Main results #
IsCovariantFamily.one: at the identity, covariance reduces to the canonical identification๐(B) = ๐(1ยทB)(viacovEquiv_one).IsCovariantFamily.comp: covariance composes - chaining throughLthenL'expressesฯ Bvia the state onL'ยท(LยทB).
Notes #
This is the local, fiberwise form of covariance. Lifting the fiberwise action
to an automorphism group of the quasilocal algebra ๐ is carried out in
QuasilocalIntertwiner.lean (QuasilocalLift, CovariantQuasilocalAlgebra.action),
which gives Lorentz-invariant states a single invariant state on ๐. A genuine
vacuum state requires, beyond invariance, the spectrum condition (energy
positivity), which is not yet formalizable (Mathlib lacks Stone's theorem and
unbounded self-adjoint operator theory).
A covariant family of local states assigns to every region B a state
ฯ B on the local algebra ๐(B) such that the state on B is the
pullback of the state on the Lorentz translate LยทB along the covariance
equivalence: ฯ B a = ฯ (LยทB) (ฮฑ_L a) for all L, B, and a โ ๐(B).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Covariance at the identity. For a covariant family, the state on B
agrees with the state on 1ยทB transported along the canonical identification
๐(B) = ๐(1ยทB) (from one_smul).
Covariance composes. Chaining covariance through L and then L'
expresses the state on B via the state on L'ยท(LยทB) and the composed
equivalences.
Fiberwise weak continuity of the covariance action (state-relative).
This is the fiberwise, state-relative continuity hypothesis for the Lorentz action. It does not strengthen Axiom 5 and uses no quasilocal algebra, so the notion ports verbatim to curved spacetime (where there is no ambient quasilocal algebra).
Continuity is measured relative to a state ฯ on the algebra of a
containing region B. A fixed observable a โ ๐(B) is compared against
the Lorentz-transported observable ฮฑ_L b of a b โ ๐(O) from a
sub-region O. The transported observable ฮฑ_L b lives in the different
algebra ๐(LยทO), so it is embedded back into ๐(B) along a supplied
isotony inclusion incl (the fiberwise isotony datum). The inclusion is
explicit data rather than the existential isotony witness, because an
uncontrolled per-L choice would make "continuous in L" ill-defined.
The family is weakly continuous if for all a โ ๐(B), b โ ๐(O) the
GNS matrix coefficient
L โฆ ฯ(aโ ยท ฮน_{LยทO โ B}(ฮฑ_L b))
is continuous on the subspace of transformations L keeping LยทO an
Alexandrov-basis set inside B.
The diagonal coefficient ฯ(ฮฑ_L(aโ b)) collapses to ฯ(aโ b) by
covariance (constant); this off-diagonal form is the genuine continuity
content, and is the standard input - together with uniform boundedness
โU(L)โ = 1 - from which strong continuity of the GNS unitary
representation follows.
Equations
- One or more equations did not get rendered due to their size.