Documentation

Physicslib4.AQFT.HaagKastler.QuasilocalKMS

KMS states for the covariance action in Minkowski spacetime #

This file connects the abstract KMS condition (Physicslib4.AQFT.IsKMSState) to the Minkowski covariance action on the quasilocal algebra. A one-parameter subgroup t โ†ฆ L_t of the inhomogeneous Lorentz group - for instance the time-translation subgroup whose modular/Hamiltonian flow defines time evolution - induces, via the quasilocal lift ฮฒ_L, a one-parameter group of *-automorphisms of the global quasilocal algebra ๐”˜. One can then ask whether a state on ๐”˜ is KMS for that flow.

Unlike the curved-spacetime case, where the absence of a global quasilocal algebra forces a restriction to the stabilizer subgroup Stab(B), here the lift ฮฒ_L is a genuine automorphism of the single global algebra ๐”˜ for every L, so no stabilizer restriction is needed.

Main definitions / results #

The one-parameter automorphism family of the quasilocal algebra ๐”˜ induced by a one-parameter subgroup t โ†ฆ L_t of the inhomogeneous Lorentz group, via the covariance action ฮฒ_L.

Equations
Instances For
    theorem Physicslib4.AQFT.HaagKastler.CovariantQuasilocalAlgebra.isOneParameterAut_flowAut (C : CovariantQuasilocalAlgebra) (flow : โ„ โ†’ InhomogeneousLorentzGroup) (h0 : flow 0 = 1) (hadd : โˆ€ (s t : โ„), flow (s + t) = flow s * flow t) :

    A one-parameter subgroup of the Lorentz group induces a one-parameter automorphism group. If flow is a one-parameter subgroup (flow 0 = 1, flow (s+t) = flow s * flow t), then the induced automorphisms of ๐”˜ form a one-parameter group.

    A state ฯ‰ on the quasilocal algebra ๐”˜ is a KMS state for the covariance flow flow at inverse temperature ฮฒ if it satisfies the KMS condition for the induced one-parameter automorphism group flowAut.

    Equations
    Instances For
      theorem Physicslib4.AQFT.HaagKastler.CovariantQuasilocalAlgebra.IsKMSStateForFlow.convexCombo (C : CovariantQuasilocalAlgebra) (flow : โ„ โ†’ InhomogeneousLorentzGroup) {ฮฒ : โ„} {ฯ‰โ‚ ฯ‰โ‚‚ : GNS.State C.quasilocal.carrier} (s : โ„) (hs0 : 0 โ‰ค s) (hs1 : s โ‰ค 1) (hโ‚ : C.IsKMSStateForFlow flow ฮฒ ฯ‰โ‚) (hโ‚‚ : C.IsKMSStateForFlow flow ฮฒ ฯ‰โ‚‚) :
      C.IsKMSStateForFlow flow ฮฒ (ฯ‰โ‚.convexCombo ฯ‰โ‚‚ s hs0 hs1)

      The covariance-flow KMS state set is convex. A convex combination sยทฯ‰โ‚ + (1-s)ยทฯ‰โ‚‚ (0 โ‰ค s โ‰ค 1) of two KMS states on ๐”˜ for the same covariance flow at the same inverse temperature ฮฒ is again a KMS state for that flow. This specializes the abstract KMS convexity (AQFT.IsKMSState.convexCombo) to the induced one-parameter group flowAut. Physically the equilibrium states for a one-parameter symmetry flow form a convex set.

      Ground state for a covariance flow (bounded-generator scaffold). A state ฯ‰ on the quasilocal algebra ๐”˜ is a ground state for a one-parameter subgroup t โ†ฆ L_t of the inhomogeneous Lorentz group (e.g. a translation or boost flow) when it is invariant under the flow and, in a GNS representation (K, ฯ€, ฮฉ) reproducing ฯ‰ and implementing the flow by unitaries U fixing ฮฉ, the one-parameter unitary group t โ†ฆ U t has positive energy (AQFT.IsPositiveEnergy). This is the ground-state (ฮฒ โ†’ โˆž, spectrum-condition) counterpart of IsKMSStateForFlow: the stationary state whose flow generator (the Hamiltonian, for a timelike flow) is positive. The positive-energy condition is the bounded-generator scaffold; the faithful unbounded form is Stone-gated.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        A covariance-flow ground state is invariant under the flow (the first conjunct); no spectrum condition or Stone's theorem is needed.

        theorem Physicslib4.AQFT.HaagKastler.CovariantQuasilocalAlgebra.IsGroundStateForFlow.exists_strongContinuous_unitary (C : CovariantQuasilocalAlgebra) (flow : โ„ โ†’ InhomogeneousLorentzGroup) {ฯ‰ : GNS.State C.quasilocal.carrier} (h : C.IsGroundStateForFlow flow ฯ‰) :
        โˆƒ (K : Type) (x : NormedAddCommGroup K) (x_1 : InnerProductSpace โ„‚ K) (x_2 : CompleteSpace K) (ฯ€ : C.quasilocal.carrier โ†’โ‹†โ‚[โ„‚] K โ†’L[โ„‚] K) (ฮฉ : K) (U : โ„ โ†’ K โ‰ƒโ‚—แตข[โ„‚] K), (โˆ€ (a : C.quasilocal.carrier), ฯ‰ a = inner โ„‚ ฮฉ ((ฯ€ a) ฮฉ)) โˆง (โˆ€ (t : โ„) (a : C.quasilocal.carrier), (U t) ((ฯ€ a) ฮฉ) = (ฯ€ ((C.flowAut flow t) a)) ฮฉ) โˆง (โˆ€ (t : โ„), (U t) ฮฉ = ฮฉ) โˆง โˆ€ (ฯˆ : K), Continuous fun (t : โ„) => (U t) ฯˆ

        The implementing unitary group of a covariance-flow ground state is strongly continuous, since it has positive energy (AQFT.IsPositiveEnergy.strongContinuous). This needs no spectrum condition.