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.
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
- CSD.LF3.singlet = (↑√2)⁻¹ • (EuclideanSpace.single (0, 1) 1 - EuclideanSpace.single (1, 0) 1)
Instances For
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.