Three-state switch local interaction-strength bound
OpenUndecidableSpectralGap.usg_switch_local_strengthmathematical-physicsquantum-informationspectral-gap
For parameters and , the on-site projector, guarded horizontal exchange, and vertical guard of the three-state switch have combined local interaction strength at most one. In symbols,
where the displayed expression denotes the model's normalized localInteractionStrength. This isolates the finite matrix-norm estimate from the many-body spectral analysis.
Preamble
import Definitions.Def_usg_three_state_switch set_option autoImplicit false open UndecidableSpectralGap
Formal statement
theorem UndecidableSpectralGap.usg_switch_local_strength
(b a : ℝ) (hb : 0 < b) (hbhalf : b ≤ 1 / 2) (ha : |a| ≤ b) :
localInteractionStrength ((a : ℂ) • switchProjector)
(switchGuard + (b : ℂ) • switchExchange) switchGuard ≤ 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); the precise normalization and matrices are those of Definitions.Def_usg_three_state_switch.