Empirical/QM/KCBS: the Klyachko–Can–Binicioğlu–Shumovsky pentagon (state-dependent contextuality) #
The KCBS inequality is the simplest state-dependent contextuality test — the qutrit analogue of
Bell/CHSH, on the pentagon graph C₅. Five rank-1 projectors Π₀,…,Π₄ on ℂ³ are arranged so that
consecutive ones (cyclically) are orthogonal (mutually exclusive outcomes). Any noncontextual
hidden-variable model assigns each Πᵢ a definite value in {0,1} respecting the exclusivity, and
then
K₅ := ∑ᵢ ⟨Πᵢ⟩ ≤ 2
— because the independence number of the 5-cycle C₅ is 2 (no three of five cyclically-arranged
vertices are pairwise non-adjacent). Quantum mechanics reaches √5 ≈ 2.236 > 2 on the pentagon
"apex" state, violating noncontextuality.
This module proves the noncontextual bound over a genuine measure-theoretic model (five {0,1}
observables with cyclic exclusivity on a probability space), mirroring the CHSH-LHV / Leggett–Garg
pattern:
kcbs_pointwise— theC₅combinatorial core:∑ xᵢ ≤ 2forxᵢ ∈ {0,1}withxᵢ·xᵢ₊₁ = 0.kcbs_noncontextual_bound—∑ᵢ ∫ Xᵢ ≤ 2for any such model.
The quantum √5 violation (the pentagon ℂ³ vectors + golden-ratio orthogonality) is a separate,
heavier construction and is not in this module.
Experimental verification: Lapkiewicz et al. 2011 (single photons, three-level). CSD note: KCBS is state-dependent contextuality — Gleason/KS-style noncontextuality is exactly the assumption CSD's contextual (apparatus-fixed) outcome regions deny, so CSD is unconstrained by it.
References #
Empirical/QM/Crypto/E91.lean (the LHV-bound measure-theoretic pattern);
Empirical/QM/LeggettGarg.lean (the pointwise-inequality + integral_mono pattern);
Empirical/CSD/Contextuality/KS18.lean (state-independent contextuality, for contrast).
The pentagon (C₅) combinatorial core. For five {0,1} values with cyclic
consecutive-exclusivity xᵢ·xᵢ₊₁ = 0, at most two can be 1: ∑ xᵢ ≤ 2 (the independence number of
C₅).
The KCBS noncontextual bound K₅ ≤ 2. For any noncontextual model — a probability space with
five {0,1}-valued observables X₀,…,X₄ obeying cyclic exclusivity Xᵢ·Xᵢ₊₁ = 0 — the pentagon sum
∑ᵢ ⟨Xᵢ⟩ ≤ 2. Proved from the C₅ pointwise bound by integral monotonicity.
The quantum √5 violation — the pentagon on ℝ³ #
cos θ for the pentagon apex angle, with cos²θ = 1/√5.
Equations
- CSD.Empirical.QM.KCBS.cc = √(1 / √5)
Instances For
sin θ, with sin²θ = 1 − 1/√5.
Instances For
A pentagon unit vector at azimuthal angle a: (sinθ·cos a, sinθ·sin a, cosθ).
Equations
Instances For
The apex state |ψ⟩ = (0,0,1).
Instances For
The five KCBS pentagon vectors.