Documentation

Physicslib4.AQFT.HaagKastler.QuasilocalCompleteness

Axiom 4: Quasilocal Completeness #

This file formalises the blueprint declaration def:quasilocal-completeness (Axiom 4 of the "sharpened" Haag-Kastler axioms, section 10.3 of the AQFT-in-Lean blueprint):

All "observables" are quasilocal observables: the union of the images of all local algebras ๐”˜(๐) is dense in (and thus completes to) the quasilocal algebra ๐”˜, which is the C*-algebra that "contains all observables of interest".

Main definitions #

Modelling notes #

Axiom 4 (Quasilocal Completeness). A local net U satisfies quasilocal completeness if it admits a quasilocal algebra, i.e. Nonempty (QuasilocalAlgebra U).

Unfolding the QuasilocalAlgebra structure, this says there exists a unital ambient C*-algebra Q.carrier โ€” the quasilocal algebra ๐”˜ โ€” together with unital *-monomorphisms Q.ฮน B : U.algebra B โ†’โ‹†โ‚[โ„‚] Q.carrier for every Alexandrov-basis set B, each injective on Alexandrov-basis sets, and such that the union โ‹ƒ B, Set.range (Q.ฮน B) is dense in Q.carrier.

This expresses the blueprint's "all observables are quasilocal observables": every element of Q.carrier is the norm-limit of a sequence of elements of โ‹ƒ_B ๐”˜(B).

Blueprint reference: def:quasilocal-completeness.

Equations
Instances For

    Quasilocal Observable (blueprint label def:quasilocal-observable).

    Fix a quasilocal algebra Q for a local net U and a GNS *-representation ฯ€ : Q.carrier โ†’โ‹†โ‚[โ„‚] (H โ†’L[โ„‚] H) of the quasilocal algebra ๐”˜ = Q.carrier on a complex Hilbert space H (in practice obtained from Physicslib4.GNS.gns_construction applied to a state ฯ‰ on Q.carrier). A bounded operator T : H โ†’L[โ„‚] H is a quasilocal observable if it is the image T = ฯ€ a of some self-adjoint element a of the quasilocal algebra.

    By IsQuasilocalObservable.isSelfAdjoint, every quasilocal observable is self-adjoint, matching the blueprint's "the image ฯ€_ฯ‰(a) of a self-adjoint member a of the quasilocal algebra ๐”˜ ... is self-adjoint and thus corresponds to an observable".

    Blueprint reference: def:quasilocal-observable.

    Equations
    Instances For

      Every quasilocal observable is self-adjoint: it is the image of a self-adjoint element of the quasilocal algebra under a *-homomorphism. This is the self-adjointness clause of def:quasilocal-observable.

      For any state ฯ‰ on the quasilocal algebra and any self-adjoint element a of it, the GNS construction provides a *-representation in which ฯ€ a is a quasilocal observable (and is self-adjoint). This is the existence content of def:quasilocal-observable, tying together thrm:gns-construction-theorem and def:state.

      The identity operator on the GNS Hilbert space is a quasilocal observable: it is the image ฯ€ 1 of the (self-adjoint) unit of the quasilocal algebra.

      Quasilocal observables are closed under addition: the sum of the images of two self-adjoint elements is the image of their (self-adjoint) sum.

      Quasilocal observables are closed under scaling by a self-adjoint complex scalar (equivalently, a real scalar): self-adjointness of c โ€ข a requires star c = c.

      Real-linear combinations of quasilocal observables are quasilocal observables. The scalars are taken self-adjoint in โ„‚, i.e. real, which is exactly the condition under which the combination stays self-adjoint.

      Characterisation of quasilocal observables. An operator T on the GNS Hilbert space is a quasilocal observable precisely when it is self-adjoint and lies in the range of the representation ฯ€. The forward direction is IsQuasilocalObservable.isSelfAdjoint; the converse holds even when ฯ€ is not injective, by replacing a preimage b with its self-adjoint part 2โปยน โ€ข (b + star b), which ฯ€ still sends to T.

      The set of quasilocal observables on the GNS Hilbert space H for the representation ฯ€: all bounded operators of the form ฯ€ a with a a self-adjoint element of the quasilocal algebra.

      Equations
      Instances For

        The quasilocal observables are exactly the self-adjoint elements lying in the range of the representation ฯ€.

        The quasilocal observables are closed under scaling by a self-adjoint (i.e. real) complex scalar.