Haag-Kastler nets in curved spacetime #
This file bundles the data of Axiom 1
(def:local-algebras-in-curved-spacetime) together with the
propositional content of Axioms 2-5 into a single structure
HaagKastlerNet, formalising the blueprint declaration
def:haag-kastler-net-in-curved-spacetime (Chapter 10,
sections/sec10/haag-kastler-axioms-in-curved-spacetime, of the
AQFT-in-Lean blueprint).
Main definitions #
Physicslib4.AQFT.HaagKastlerCurved.HaagKastlerNet: a structure consisting of aLocalNet M(Axiom 1 data) plus proofs ofIsotony,LocalCommutativity,LocalAlgebra, andIsometricCovariance.
Notes #
- As in the Minkowski case, joint satisfiability of the axioms is
witnessed by the trivial net (every region โฆ
โ) over a trivial Lorentzian spacetime, givingNonempty (ฮฃ M, HaagKastlerNet M).
A Haag-Kastler net on (the Alexandrov-basis sets of) a Lorentzian
spacetime M: the data of Axiom 1
(def:local-algebras-in-curved-spacetime) together with proofs of
Axioms 2-5.
Blueprint reference: def:haag-kastler-net-in-curved-spacetime.
- U : LocalNet M
The underlying assignment
B โฆ ๐(B)(Axiom 1). Isotony: the chosen functorial family of unital
*-monomorphisms implementing inclusions of basis sets (Axiom 2). This is data, carrying the identity and composition laws.- localCommutativity : LocalCommutativity self.U self.isotony
Local commutativity: completely-spacelike basis sets commute inside any common containing basis algebra (Axiom 3). This consumes the Axiom 2 family rather than introducing its own: it asserts only the commutation condition.
- localAlgebra : LocalAlgebra self.U
Local algebra: all observables are local observables (Axiom 4).
- isometricCovariance : IsometricCovariance self.U
Isometric covariance: the identity-component isometry group acts on the net and commutes with isotony (Axiom 5).
Instances For
The local algebra ๐(B) assigned by the net to a region B
(the Axiom 1 data, via the underlying LocalNet M).
Instances For
Net-level normalisation ๐(โ
) โโโ[โ] โ.
Equations
Instances For
The empty-region algebra ๐(โ
) is commutative.
The empty-region algebra ๐(โ
) is one-dimensional over โ.
Isotony, reflexivity. Every Alexandrov-basis set embeds into
itself via the identity unital *-monomorphism.
Isotony, transitivity. For inclusions Bโ โ Bโ โ Bโ of
Alexandrov-basis sets, the net's isotony embeddings compose to a unital
*-monomorphism ๐(Bโ) โช ๐(Bโ).
The covariance equivalence ๐(B) โโโ[โ] ๐(ฯยทB) implementing the
action of an identity-component isometry ฯ on the net, chosen from the
existence witness provided by Axiom 5 (isometricCovariance).
Equations
- N.covEquiv ฯ B = Exists.choose โฏ ฯ B
Instances For
Isometry invariance of the local dimension. The local algebras
of a region B and of its isometric image ฯยทB have the same
โ-dimension: the covariance equivalence is in particular a โ-linear
isomorphism ๐(B) โโ[โ] ๐(ฯยทB).
Isometry invariance of the local norm. The covariance equivalence is a
*-isomorphism of C*-algebras, hence isometric: โฮฑ aโ = โaโ.
Isometric transport of commutativity. Two local elements commute iff their images under the covariance equivalence commute.
Covariance, identity. The action of the identity isometry is the
identity automorphism (modulo the canonical identification
๐(B) = ๐(1ยทB) from one_smul).
Covariance, composition. The action is multiplicative in the
group element: ฮฑ (ฯ'ยทฯ) = ฮฑ ฯ' โ ฮฑ ฯ (modulo the canonical
identification ๐((ฯ'ยทฯ)ยทB) = ๐(ฯ'ยท(ฯยทB)) from mul_smul).
The isotony embeddings of the net: the chosen family supplied by Axiom 2
(isotony).
Previously this was Classical.choosen from the Axiom 3 existence witness, which
is why it carried no composition law and every consumer factoring a three-fold
inclusion had to assume coherence separately. It is now literally the Axiom 2
family, so commIsotony_self and commIsotony_comp below hold for every net.
Equations
- N.commIsotony hโ hโ h = N.isotony.map hโ hโ h
Instances For
Each chosen isotony embedding is injective.
Identity law for the isotony embeddings, from Axiom 2.
Composition law for the isotony embeddings, from Axiom 2: the embedding
along Bโ โ Bโ factors through any intermediate Bโ.
This is the coherence that was previously carried as an ad hoc hypothesis at
every site factoring a three-fold inclusion Bโ โ Bโ โ B; it now holds for
every net, including the trivial one.
Local commutativity. If basis sets Bโ, Bโ are completely spacelike
and both contained in a common basis set B, their images in ๐(B) under the
isotony embeddings commute.
Local commutativity is symmetric. Commutation of completely-spacelike local algebras inside a common containing basis algebra holds in either order.
Monotonicity of local commutativity. Commutation of completely-spacelike
basis algebras is inherited by sub-basis-sets: if Bโ, Bโ are completely
spacelike and contained in a common basis set B, and Bโ' โ Bโ, Bโ' โ Bโ
are basis sets, then the images of ๐(Bโ') and ๐(Bโ') in ๐(B) commute.
The first argument mono is the monotonicity of the spacelike-separation
relation. On the abstract LorentzianSpacetime interface this is a hypothesis;
for a net over a geometric spacetime it is discharged by
Spacetime.LorentzianSpacetime.isCompletelySpacelike_mono.
Net-level Axiom 4 (Local Algebra). In every GNS representation ฯ
of a local algebra ๐(B) of the net (over an Alexandrov-basis set B),
every self-adjoint operator in the range of ฯ is a local observable.
This applies the net's localAlgebra field.
The identity operator is a local observable of the net.
The net's local observables are closed under addition.
The net's local observables are closed under scaling by a self-adjoint (i.e. real) complex scalar.
Real-linear combinations of the net's local observables are local observables.
The trivial net and joint satisfiability of the axioms #
The curved-spacetime Haag-Kastler axioms are not vacuous: over a
trivial Lorentzian spacetime, the trivial net assigning โ to
every region satisfies all of Axioms 1-5.
A trivial Lorentzian spacetime used purely to witness joint satisfiability of the axioms: a one-point carrier, every set a basis set, trivial spacelike relation, and the trivial isometry group.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trivial local net over any abstract Lorentzian spacetime: every
region is assigned the C*-algebra โ, with the empty-region normalisation the
identity isomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trivial net's Axiom 2 data: every local algebra is โ and every
inclusion is implemented by the identity, which is trivially functorial.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The trivial net over any abstract Lorentzian spacetime, bundled as a Haag-Kastler net.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The curved-spacetime Haag-Kastler axioms are jointly satisfiable over
every Lorentzian spacetime. The trivial net (every region โฆ โ) is a
Haag-Kastler net.