lattice-system

Legacy open-item and axiom history

Historical mixed ledger moved losslessly from the former monolithic index. It contains completed items and must not be used as the current work queue.

Open items / axioms

The following Tasaki §2.1 / §2.2 items are not yet fully proved. They are tracked here so that future PRs can pick them up and replace each axiom by a proof (or fill in the deferred construction).

TODO (P1d’’’) — Problem 2.1.a for general S ≥ 1 DONE

Statement (Tasaki p.15): For any spin S, every operator on the single-site Hilbert space h_0 = ℂ^{2S+1} (i.e. every (2S+1) × (2S+1) matrix) can be written as a polynomial in 1̂, Ŝ^(1), Ŝ^(2), Ŝ^(3).

Status: Done in general spin-S form (Issue #458 closed in PR #490). The headline theorem LatticeSystem.Quantum.spinS_adjoin_eq_top proves

Algebra.adjoin ℂ {Ŝ^(1) N, Ŝ^(2) N, Ŝ^(3) N}
  = (⊤ : Subalgebra ℂ (Matrix (Fin (N+1)) (Fin (N+1)) ℂ))

via Tasaki solution S.1: diagonal projectors P_k are Lagrange-interpolation polynomials in Ŝ^{(3)} (spinSDiagProj_eq_lagrange_aeval); off-diagonal matrix units E_{i,j} are products of ladder-step units (single_offset_succ_{,swap_}mem_adjoin); the entry-wise decomposition M = ∑_{i,j} M_{i,j} • E_{i,j} then closes the spanning. The earlier concrete-case modules pauliBasis (S = 1/2) and spinOne_decomposition (S = 1) remain as illustrative specialisations.

TODO — Tasaki Problem 2.2.c (SU(2) non-invariance / averaged state) DONE

Statement (Tasaki p.23, eq. (2.2.15)): An explicit averaged state of the form

(1/4π) ∫₀^{2π} dφ ∫₀^π dθ sin θ · Û^(3)_φ · Û^(2)_θ · |↑₁⟩|↓₂⟩

equals (up to phase) the singlet (1/√2)(|↑₁⟩|↓₂⟩ - |↓₁⟩|↑₂⟩). The problem asks to verify this and to characterize states that fail to be SU(2)-invariant.

Status: Formally proved with zero sorry in Quantum/SU2Integral.lean as problem_2_2_c. The proof integrates over the Euler-angle parameter space using integral_cexp_I_mul_zero_two_pi, integral_cexp_neg_I_mul_zero_two_pi, and the half-angle trig integrals established in earlier PRs. See Quantum/SpinHalfRotation.lean for spinHalfRot3_mul_spinHalfRot2_mulVec_spinHalfDown and Quantum/SU2Integral.lean for all supporting lemmas.

Tasaki §2.5 antiferromagnetic status (issues #240, #412)

The original antiferromagnetic Heisenberg / Néel state tracker in Issue #240 has been superseded by the longer Marshall-Lieb-Mattis thread in Issue #412. The graph-centric Néel state foundation (neelStateOf) remains the common entry point, but the main §2.5 theorem/problem endpoints are now formalised as follows:

TODO — remove remaining 7 per-theorem linter suppressions (issue #377)

Phase 4 substantially closed lake build warnings (zero warnings