Documentation

Physicslib4.AQFT.HaagKastlerCurved.Concrete

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 #

Modelling notes #

The four pieces of the abstract interface are read off the concrete spacetime:

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
    theorem Physicslib4.AQFT.HaagKastlerCurved.HaagKastlerNet.commute_of_spacelike_mono_geometric {L : Spacetime.LorentzianSpacetime} (N : HaagKastlerNet L.toAbstract) B₁ B₂ B₁' B₂' B : Set L.toAbstract.Carrier (hB₁' : L.toAbstract.IsBasisSet B₁') (hB₂' : L.toAbstract.IsBasisSet B₂') (hB : L.toAbstract.IsBasisSet B) (hs : L.toAbstract.IsCompletelySpacelike B₁ B₂) (hsub₁ : B₁'B₁) (hsub₂ : B₂'B₂) (h₁ : B₁B) (h₂ : B₂B) (a : N.algebra B₁') (b : N.algebra B₂') :
    Commute ((N.commIsotony hB₁' hB ) a) ((N.commIsotony hB₂' hB ) b)

    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.