Three-state switch sector eigenvalues and spectral lower bound
OpenUndecidableSpectralGap.usg_switch_sector_spectrum_boundsmathematical-physicsquantum-informationspectral-gap
Let , , and let . For the finite-volume three-state switch Hamiltonian , both the vacuum energy and the all-occupied ferromagnetic energy occur in the real spectrum, and every spectral value satisfies
This theorem packages the vacuum/occupied sector eigenvectors with the positivity estimate that controls the bottom of the complete finite-volume spectrum.
Preamble
import Definitions.Def_usg_three_state_switch set_option autoImplicit false open UndecidableSpectralGap
Formal statement
theorem UndecidableSpectralGap.usg_switch_sector_spectrum_bounds
(b a : ℝ) (hb : 0 < b) (hbhalf : b ≤ 1 / 2) (ha : |a| ≤ b) :
∀ L : ℕ, 2 ≤ L →
0 ∈ specReal (switchHam L a b) ∧
a * (L : ℝ) ^ 2 ∈ specReal (switchHam L a b) ∧
∀ μ ∈ specReal (switchHam L a b),
min 0 (a * (L : ℝ) ^ 2) ≤ μ := 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); the occupied-row interaction is twice the spin-1/2 Hamiltonian in Napiórkowski–Seiringer, doi:10.1007/s11005-021-01375-4, equation (2.1).