Documentation

CsdLean4.LF3.Singlet.JointEig

LF3 Singlet / JointEig: genuine joint spin eigenstates of the singlet (LF4 §3) #

Category: 3-Local (LF4 §3 discharge — genuine joint spin eigenvectors).

Constructs the actual joint spin eigenstate at sector (s, t) as the normalised projection of the singlet onto that sector, singletJointEig s t := (√P_st)⁻¹ • (Πˢ(a)⊗Πᵗ(b)) ψ⁻, and proves the facts a MeasurementJointEig bundle needs as theorems rather than carried hypotheses:

All over EuclideanSpace ℂ (Fin 2 × Fin 2); the LF4 bundle re-indexes to Fin N via a LinearIsometryEquiv (inner products / norms transport).

Generic-context restriction. The (√P_st)⁻¹ normalisation requires P_st a b s t ≠ 0, i.e. s·t·(a·b) ≠ 1. For a generic context (|a·b| < 1 — the generic non-collinear contexts, which include the four canonical CHSH-optimal pairs, but NOT the collinear ones) every sector has P_st > 0, so the construction covers all four sectors.

⚠️ Corrected 2026-08-11. The previous wording said collinear settings have "one vanishing sector" and "no Born information"; both halves were wrong. At a·b = ±1 two of the four sectors have probability zero and the other two carry 1/2 each — perfect (anti)correlation, which is among the most informative Bell data, not an absence of Born content. They are excluded here only because the legacy singletJointEig normalisation divides by √P_st and so needs all four P_st > 0. LF6.localNudgeVec has no such division and covers them (localDeisolation_pointer_volume_local).

noncomputable def CSD.LF3.singletJointEig (s t : Sign) (a b : DetectorSetting) :

The genuine joint spin eigenstate at sector (s, t): the normalised projection of the singlet onto the range of Πˢ(a)⊗Πᵗ(b).

Equations
Instances For

    toEuclideanLin turns matrix multiplication into composition.

    The joint projector acts idempotently on vectors.

    T_P is symmetric (self-adjoint), from jointSpinProj Hermitian.

    The squared norm of the singlet's projection onto the sector is P_st.

    theorem CSD.LF3.singletJointEig_norm (s t : Sign) (a b : DetectorSetting) (hP : 0 < P_st a b s t) :

    Unit norm of the joint spin eigenstate (generic context).

    theorem CSD.LF3.singletJointEig_born (s t : Sign) (a b : DetectorSetting) (hP : 0 < P_st a b s t) :

    The Born identity for the genuine joint spin eigenstate (LF4-todo §3): ‖⟨ψ⁻, singletJointEig s t⟩‖² = P_st a b s t.

    theorem CSD.LF3.singletJointEig_orthogonal {s t s' t' : Sign} (a b : DetectorSetting) (h : (s, t) (s', t')) :
    inner (singletJointEig s t a b) (singletJointEig s' t' a b) = 0

    Distinct sectors give orthogonal joint spin eigenstates.