Geometric covariance of the local von Neumann net #
In the covariant representation of a Haag-Kastler net, the implementing unitaries
U(L) carry the local von Neumann algebra of a region B onto that of the
Lorentz-transformed region L · B:
U(L) · R(B) · U(L)⁻¹ = R(L · B).
This is the statement that the symmetry group acts geometrically on the net of von Neumann algebras. It rests on three ingredients, all already available:
- Operator covariance
U(L) π(a) U(L)⁻¹ = π(β_L a)(from the GNS unitary construction,IsInvariantState.exists_gns_unitary); - the fact that the covariance automorphism
β_L = C.action Lmaps the local imageι_B(𝔘(B))ontoι_{L·B}(𝔘(L·B))(fromaction_ιand surjectivity of the covariance equivalencecovEquiv); - the algebraic fact that conjugation by a unit is a multiplicative automorphism, which therefore commutes with the bicommutant.
The reusable algebraic core is MulEquiv.image_centralizer: a multiplicative
automorphism maps the centralizer of a set onto the centralizer of its image,
hence maps bicommutants to bicommutants.
The von Neumann algebra of an irreducible representation is a factor. This
restates center_gnsVonNeumann_eq_of_isIrreducible in the factor vocabulary
(Physicslib4.IsFactor, the predicate used for orbit-invariance): the center
π(A)'' ∩ (π(A)'')' is exactly the scalars.
The local observable operators of a region B in a representation π of the
quasilocal algebra of a covariant net: the image π(ι_B(𝔘(B))).
Equations
- C.covLocalOperators π B = Set.range fun (a : C.net.U.algebra B) => π ((C.quasilocal.ι B) a)
Instances For
The local von Neumann algebra R(B) = π(ι_B(𝔘(B)))'' in a representation π
of the covariant net's quasilocal algebra.
Equations
- C.covLocalVonNeumann π B = (C.covLocalOperators π B).centralizer.centralizer
Instances For
Conjugation carries the local operators of B onto those of L · B.
Given operator covariance U π(a) U⁻¹ = π(β_L a), the conjugation lieConj U
maps the local observable operators of B onto those of L · B.
Geometric covariance of the local von Neumann net (Minkowski). In a
covariant representation π of the quasilocal algebra with operator covariance
U(L) π(a) U(L)⁻¹ = π(β_L a), conjugation by the implementing unitary U(L)
carries the local von Neumann algebra of a region B onto that of the
Lorentz-transformed region L · B:
U(L) · R(B) · U(L)⁻¹ = R(L · B).
The operator covariance hypothesis is exactly the last clause provided by
IsInvariantState.exists_gns_unitary, so this holds in the covariant GNS
representation of any invariant state.
The local observable operators of a region form a self-adjoint set.
The local von Neumann algebra R(B) as a bundled VonNeumannAlgebra.
Equations
Instances For
Geometric covariance as a von Neumann algebra isomorphism (Minkowski).
Conjugation by the implementing unitary U(L) is the *-isomorphism
R(B) ≃ R(L · B) of local von Neumann algebras: it restricts the conjugation
*-automorphism T ↦ U(L) T U(L)⁻¹ of B(H) (Mathlib's
LinearIsometryEquiv.conjStarAlgEquiv), whose image of R(B) is exactly
R(L · B) by geometric covariance.
Equations
- C.covLocalVonNeumannEquiv π Uop L hB hcov = Physicslib4.restrictStarAlgEquiv Uop.conjStarAlgEquiv ⋯ ⋯
Instances For
Orbit-invariance of factoriality (Minkowski). If the local von Neumann
algebra R(B) of a region is a factor (trivial center), then so is R(L · B)
for every Lorentz transformation L. Geometric covariance exhibits R(L · B) as
the unitary conjugate U(L) R(B) U(L)⁻¹, and conjugation preserves the factor
property. So being a factor is constant along the Lorentz orbit of a region.