Three-state switch vacuum uniqueness and unit spectral gap
OpenUndecidableSpectralGap.usg_switch_positive_gapmathematical-physicsquantum-informationspectral-gap
Let , , and . If the all-occupied sector shift satisfies , then the vacuum is the unique zero-energy state of and every nonzero real eigenvalue is at least one:
This separates the conditional finite-volume gap estimate from the explicit sector eigenvalue and magnon constructions.
Preamble
import Definitions.Def_usg_three_state_switch set_option autoImplicit false open UndecidableSpectralGap
Formal statement
theorem UndecidableSpectralGap.usg_switch_positive_gap
(b a : ℝ) (hb : 0 < b) (hbhalf : b ≤ 1 / 2) (ha : |a| ≤ b) :
∀ L : ℕ, 2 ≤ L →
1 ≤ a * (L : ℝ) ^ 2 →
eigMultiplicity (switchHam L a b) 0 = 1 ∧
∀ μ ∈ specReal (switchHam L a b), μ ≠ 0 → 1 ≤ μ := by sorrySource
Original auxiliary specialization of the vacuum/occupied-sector construction in Cubitt–Pérez-García–Wolf, arXiv:1502.04573v5, Section 6.2, equations (130a)–(130d), using the explicit guarded three-state Hamiltonian of Definitions.Def_usg_three_state_switch.