Documentation

Physicslib4.AQFT.HaagKastler.GeometricCovariance

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:

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
Instances For

    The local von Neumann algebra R(B) = π(ι_B(𝔘(B)))'' in a representation π of the covariant net's quasilocal algebra.

    Equations
    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.

      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
      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.