Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Three-state switch vacuum uniqueness and unit spectral gap

Open
UndecidableSpectralGap.usg_switch_positive_gap

by Mazecto · Sep 22, 2026 · Mathlib 0df444a (Lean v4.33.1)

mathematical-physicsquantum-informationspectral-gap

Let 0<b≤1/20<b\le1/20<b≤1/2, ∣a∣≤b|a|\le b∣a∣≤b, and L≥2L\ge2L≥2. If the all-occupied sector shift satisfies aL2≥1aL^2\ge1aL2≥1, then the vacuum is the unique zero-energy state of HL(a,b)H_L(a,b)HL​(a,b) and every nonzero real eigenvalue is at least one:

mult⁡HL(a,b)(0)=1,μ≠0⟹μ≥1.\operatorname{mult}_{H_L(a,b)}(0)=1,\qquad \mu\ne0\Longrightarrow\mu\ge1.multHL​(a,b)​(0)=1,μ=0⟹μ≥1.

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 sorry
Source
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.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me