Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Three-state switch sector eigenvalues and spectral lower bound

Open
UndecidableSpectralGap.usg_switch_sector_spectrum_bounds

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

mathematical-physicsquantum-informationspectral-gap

Let 0<b≤1/20<b\le 1/20<b≤1/2, ∣a∣≤b|a|\le b∣a∣≤b, and let L≥2L\ge2L≥2. For the finite-volume three-state switch Hamiltonian HL(a,b)H_L(a,b)HL​(a,b), both the vacuum energy 000 and the all-occupied ferromagnetic energy aL2aL^2aL2 occur in the real spectrum, and every spectral value μ\muμ satisfies

min⁡(0,aL2)≤μ.\min(0,aL^2)\le\mu.min(0,aL2)≤μ.

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 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); 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).

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