Documentation

CsdLean4.LF3.Singlet.State

LF3 Singlet / State: Bell singlet vector and expectation functional #

Category: 3-Local (LF3 Bell singlet |ψ⁻⟩ in EuclideanSpace ℂ (Fin 2 × Fin 2), unit-norm, expectation functional).

Paper §6.

The Bell singlet |ψ⁻⟩ in HAB := EuclideanSpace ℂ (Fin 4) (basis order |++⟩, |+-⟩, |-+⟩, |--⟩), its unit-norm property, and the expectation functional ⟨ψ⁻ | A | ψ⁻⟩ for a 4×4 matrix A.

The joint spin eigenstate jointSpinEig and the singlet amplitude cAmp are deferred to Singlet/Kernel.lean, where cAmp is supplied in closed form sufficient for the algebraic core (paper §6.9) and the LF1↔LF2↔LF3 chain.

noncomputable def CSD.LF3.singlet :

The Bell singlet |ψ⁻⟩ = (1/√2)(|+-⟩ − |-+⟩) in HAB := EuclideanSpace ℂ (Fin 2 × Fin 2) with basis order matching the pauliDot/sigmaDot* operators' Fin 2 × Fin 2 indexing: (0,0) = |++⟩, (0,1) = |+-⟩, (1,0) = |-+⟩, (1,1) = |--⟩.

Equations
Instances For
    noncomputable def CSD.LF3.expectation (A : Matrix (Fin 2 × Fin 2) (Fin 2 × Fin 2) ) :

    Expectation ⟨ψ⁻ | A | ψ⁻⟩ for a (Fin 2 × Fin 2)-indexed matrix A. Real part is the physically observable value; the complex output here is the raw inner product, real-extracted at the call site.

    Equations
    Instances For

      Singlet norm (paper §6.4) #

      The Bell singlet is unit-normalised. Computed via the explicit basis decomposition: the only non-zero components are at (0, 1) and (1, 0), each with magnitude 1/√2, giving ‖ψ⁻‖² = 2 · (1/2) = 1.