Documentation

Physicslib4.AQFT.HaagKastler.QuasilocalExistence

Existence of a quasilocal algebra #

This file formalises the blueprint declaration thrm:quasilocal-algebra-exists (section 10.3 of the AQFT-in-Lean blueprint):

Every local net satisfying Axiom 2 admits a quasilocal algebra.

It is a theorem, not an axiom. The quasilocal algebra is built from the net alone -- the directed colimit of the local algebras along the Axiom 2 isotony family, completed -- with no ambient C*-algebra presupposed anywhere.

The file is deliberately thin. Every ingredient is proved in Physicslib4/AQFT/HaagKastler/QuasilocalColimit.lean; all that happens here is the assembly of those ingredients into the QuasilocalAlgebra structure. It is kept separate from that file so that this assembly does not force a rebuild of the colimit development, which is instance-heavy and slow to elaborate.

Existence of a quasilocal algebra. Every local net U : LocalNet.{u} satisfying Axiom 2 (Isotony) admits a quasilocal algebra QuasilocalAlgebra U i, whose family of embeddings ι : 𝔘(𝐁) →⋆ₐ[ℂ] 𝔘 is indexed by the Alexandrov-basis sets only.

It is a theorem, not an axiom: nothing is assumed -- the ambient C*-algebra 𝔘 is the completion of the directed colimit of the local algebras (lmm:quasilocal-completion-cstar), and the family, injectivity, density and cocone condition are exactly lmm:quasilocal-embedding, lmm:quasilocal-embedding-injective, lmm:quasilocal-embeddings-dense and lmm:quasilocal-embedding-cocone.

Blueprint reference: thrm:quasilocal-algebra-exists.