Documentation

CsdLean4.SigmaLayer.BellGenerality

SigmaLayer/BellGenerality: the universal Bell/contextuality bounds #

Category: 7-SigmaLayer (the projective-sector layer (Paper C)).

Glossary: https://glossary.constraintsurfacedynamics.com/tsirelson-bound/ Plain-language, CSD-role and formal statements of the Tsirelson bound, with this module as its Lean anchor. Kept symmetric by scripts/check-glossary.sh.

Where SigmaLayer/CompositeAdapters.lean inhabits the T13/T14 predicates with SPECIFIC violation witnesses (the singlet, the maximally-entangled qudit, Cabello-18, Mermin-Peres, GHZ), this module exposes the UNIVERSAL bounds behind them — the general form of Bell's theorem and Kochen-Specker, quantified over ALL local-hidden-variable models, ALL quantum states, and ALL parity-(18,9) configurations:

These are the general theorems the corpus already proves (E91.lhvCHSH_abs_le_two, Bell.chsh_qm_tsirelson_bound, CGLMP.cglmp_lhv_bound, KochenSpecker.no_value_assignment_18_9), lifted into the SigmaLayer ledger as universal statements rather than per-instance witnesses.

theorem CSD.SigmaLayer.lhv_chsh_le_two {Λ : Type u_1} [MeasurableSpace Λ] {SA : Type u_2} {SB : Type u_3} (μ : MeasureTheory.Measure Λ) [MeasureTheory.IsProbabilityMeasure μ] (A : SAΛ) (B : SBΛ) (hA : ∀ (a : SA), Measurable (A a)) (hB : ∀ (b : SB), Measurable (B b)) (hApm : ∀ (a : SA) (l : Λ), A a l = 1 A a l = -1) (hBpm : ∀ (b : SB) (l : Λ), B b l = 1 B b l = -1) (a a' : SA) (b b' : SB) :
|Empirical.QM.E91.lhvCHSH μ A B a a' b b'| 2

Universal classical CHSH bound (T14, classical side). Every local-hidden-variable model — any ±1-valued measurable response functions A, B on any hidden-variable probability space — satisfies the Bell-CHSH inequality |S| ≤ 2. The general Bell 1964 / CHSH 1969 bound.

theorem CSD.SigmaLayer.cglmp_lhv_le_two {d : } {Λ : Type u_1} [MeasurableSpace Λ] (μ : MeasureTheory.Measure Λ) [MeasureTheory.IsProbabilityMeasure μ] (hd : 2 d) (A B : BoolΛZMod d) (hA : ∀ (x : Bool), Measurable (A x)) (hB : ∀ (y : Bool), Measurable (B y)) :

Universal classical CGLMP bound (T14, qudit classical side). Every local-hidden-variable table (two Bool settings per party, ZMod d outcomes) has CGLMP value ≤ 2, for every dimension d ≥ 2.

noncomputable def CSD.SigmaLayer.qmChsh (a a' b b' : LF3.DetectorSetting) (ψ : EuclideanSpace (Fin 2 × Fin 2)) :

The quantum CHSH value of a bipartite state for four detector settings (the σ·a ⊗ σ·b correlation combination).

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem CSD.SigmaLayer.qm_chsh_le_tsirelson (a a' b b' : LF3.DetectorSetting) (ψ : EuclideanSpace (Fin 2 × Fin 2)) ( : ψ = 1) :
    |qmChsh a a' b b' ψ| 2 * 2

    Universal quantum Tsirelson bound (T14, quantum side). Every unit bipartite quantum state, for all detector settings, has |S| ≤ 2√2 — the general Tsirelson ceiling (Khalfin-Tsirelson).

    General Bell separation (T14). The universal quantum-classical gap: every quantum state obeys the Tsirelson bound 2√2, the classical local bound is 2 < 2√2, and the gap is ATTAINED (the singlet reaches 2√2). Together with lhv_chsh_le_two (classical ≤ 2 for every hidden-variable model), this is the general statement that quantum correlations provably and universally exceed every local model.

    theorem CSD.SigmaLayer.general_ks_noNonContextualValuation (bases : Fin 9Finset (Fin 18)) (h_appears : ∀ (v : Fin 18), {B : Fin 9 | v bases B}.card = 2) :
    NoNonContextualValuation fun (lambda : Fin 18Bool) => ∀ (B : Fin 9), {vbases B | lambda v = true}.card = 1

    General Kochen-Specker (T13). For ANY assignment of 9 bases among 18 vectors in which every vector lies in exactly two bases, no {0,1} valuation selects exactly one vector per basis: a parity obstruction to non-contextual value assignments, general over the configuration (the Cabello-18 instance cabello18_noNonContextualValuation is one such).