KMS states for a Killing flow in curved spacetime #
This file connects the abstract KMS condition (Physicslib4.AQFT.IsKMSState) to
the curved-spacetime stabilizer action. A Killing flow fixing a region B is a
one-parameter subgroup t ↦ φ_t of the stabilizer Stab(B) = {φ : φ·B = B}. It
induces, via the stabilizer automorphism stabAutHom, a one-parameter group of
*-automorphisms of the single local algebra 𝔘(B), and one can then ask
whether a state on 𝔘(B) is KMS for that flow.
This is the setting of the curved-spacetime thermal states discussed alongside the stabilizer GNS unitary: the Hartle-Hawking state on a Schwarzschild exterior (KMS for the stationary Killing flow at the Hawking temperature) and the Bunch-Davies state restricted to a de Sitter static patch (KMS for the boost Killing flow at the Gibbons-Hawking temperature).
Main definitions / results #
HaagKastlerNet.flowAut: the one-parameter automorphism family of𝔘(B)induced by a flow intoStab(B).HaagKastlerNet.isOneParameterAut_flowAut: if the flow is a one-parameter subgroup, the induced family is a one-parameter automorphism group.HaagKastlerNet.IsKMSStateForFlow: a state on𝔘(B)is a KMS state for the Killing flow.
The one-parameter automorphism family of the local algebra 𝔘(B) induced by
a flow t ↦ φ_t into the stabilizer Stab(B), via the stabilizer automorphism
stabAutHom.
Equations
- N.flowAut B flow t = N.stabAutHom B (flow t)
Instances For
A Killing flow induces a one-parameter automorphism group. If flow is a
one-parameter subgroup of Stab(B) (flow 0 = 1, flow (s+t) = flow s * flow t),
then the induced automorphisms of 𝔘(B) form a one-parameter group.
A state ω on the local algebra 𝔘(B) is a KMS state for the Killing flow
flow at inverse temperature β if it satisfies the KMS condition for the
induced one-parameter automorphism group flowAut.
Equations
- N.IsKMSStateForFlow B flow β ω = Physicslib4.AQFT.IsKMSState (N.flowAut B flow) β ω
Instances For
The Killing-flow KMS thermal representation. A KMS state ω on 𝔘(B) for
a one-parameter Killing flow t ↦ φ_t into Stab(B), at positive inverse
temperature β, yields a GNS triple (H, π, Ω) reproducing ω together with a
strongly continuous one-parameter unitary group U : ℝ → (H ≃ₗᵢ[ℂ] H)
implementing the flow:
U t (π a Ω) = π (α_t a) Ω, U t Ω = Ω, U 0 = id, U (s+t) = U s ∘ U t,
and t ↦ U t ψ is continuous for every ψ.
This is the curved-spacetime equilibrium (thermal) representation - the role played
by the vacuum representation in Minkowski spacetime - for states such as the
Hartle-Hawking and Gibbons-Hawking states. The hypotheses are: flow is a
one-parameter subgroup of Stab(B), 0 < β, the KMS condition, and weak
continuity of the matrix coefficients t ↦ ω(a⋆ · α_t b). KMS at β > 0 gives
α-invariance (IsKMSState.invariant_of_pos), which feeds the abstract
strongly-continuous GNS unitary construction.
The Killing-flow KMS state set is convex. A convex combination
s·ω₁ + (1-s)·ω₂ (0 ≤ s ≤ 1) of two KMS states on 𝔘(B) for the same Killing
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 curved-spacetime thermal
equilibrium states for a stationary Killing flow form a convex set.
Ground state for a Killing flow (bounded-generator scaffold). A state ω on
𝔘(B) is a ground state for a one-parameter Killing flow t ↦ φ_t into Stab(B)
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: it selects the
stationary state whose Killing-flow generator (the local "Hamiltonian") 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 Killing-flow ground state is invariant under the flow (the first conjunct); no spectrum condition or Stone's theorem is needed.
The implementing unitary group of a Killing-flow ground state is strongly
continuous, since it has positive energy (AQFT.IsPositiveEnergy.strongContinuous). This
needs no spectrum condition.