Bridging a concrete spacetime to the abstract Haag-Kastler interface #
This file connects the concrete blueprint object
Physicslib4.Spacetime.LorentzianSpacetime (def:lorentzian-spacetime)
to the abstract interface
Physicslib4.AQFT.HaagKastlerCurved.LorentzianSpacetime over which
Axioms 1-5 are stated.
Main definitions #
Physicslib4.Spacetime.LorentzianSpacetime.toAbstract: the abstract interface induced by a concrete Lorentzian spacetime.
Modelling notes #
The four pieces of the abstract interface are read off the concrete spacetime:
Carrieris the manifold's point set;IsBasisSetis membership in the Alexandrov basis of diamondsI⁺(p) ∩ I⁻(q);IsCompletelySpacelikeis the spacelike-separation relation of the underlying spacetime, with respect to its chosen time orientation;IsomisPhysicslib4.Spacetime.Isometryof the underlying spacetime, with itsGroupandMulActioninstances.
This bridge instantiates Isom with the full metric-preserving
isometry group. The identity-component restriction of Axiom 5
("isometries connected to the identity") is captured by the sibling
bridge toAbstractIdentityComponent
(Physicslib4/AQFT/HaagKastlerCurved/IdentityComponent.lean), which uses
Spacetime.Isometry.orientedIdentityComponent (the topological
connectedComponentOfOne intersected with future-orientation
preservation); this full-group bridge is retained for the axioms that
hold under the whole isometry group (e.g. microcausality). One deferred
refinement noted on Spacetime.Isometry still applies: the bundled
differential is not yet tied to the manifold derivative.
The abstract Haag-Kastler interface
(AQFT.HaagKastlerCurved.LorentzianSpacetime) induced by a concrete
Lorentzian spacetime: carrier, Alexandrov-basis predicate,
complete-spacelike relation, and the isometry group with its action.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Monotonicity of local commutativity over a concrete spacetime. The
geometric specialisation of commute_of_spacelike_mono: for a Haag-Kastler net
over the abstract interface induced by a concrete Lorentzian spacetime L, the
spacelike-monotonicity hypothesis is discharged automatically by
Spacetime.LorentzianSpacetime.isCompletelySpacelike_mono.
Additive-free locality over a concrete spacetime. The geometric
specialisation of the curved additive-free locality: for a Haag-Kastler net over a
concrete Lorentzian spacetime L, a bounded region B₁ lying in the spacelike
complement of B₂ (both inside a common containing basis set B) has its local von
Neumann algebra inside the commutant of R(B₂). The Galois bridge
subset_spacelikeComplement_iff discharges the spacelike hypothesis; no algebra is
attached to the unbounded complement.