Alice and Bob each pick one of two measurement angles on a shared entangled pair. Every pair of choices gives a correlation. Add three, subtract the fourth — that number is S. No local hidden-variable theory can push |S| past 2. Quantum mechanics, measured on the singlet state, reaches 2√2 ≈ 2.828 — Tsirelson’s ceiling. Drag the sliders below to feel it.
| b₀ | b₁ | |
|---|---|---|
| a₀ | ||
| a₁ |
In PhysProof, all three bounds live in
PhysProof/Physics/Quantum/BellTheorem.lean — sorry-free,
typechecked by the Lean kernel. The classical ceiling is
chsh_inequality; the quantum violation at the angles above is
quantum_violates_chsh; Tsirelson’s ceiling is
tsirelson_bound. Every loophole-free
experiment since Hensen 2015 measures S > 2. That rules out
any local hidden-variable account of quantum correlations
— including, crucially, any reading of Wheeler’s “It from Bit”
in which the “bit” is a pre-existing classical label. The bit is a
measurement outcome, not a hidden tag.
BellTheorem.lean
— chsh_inequality (L224), quantumCorrelation_singlet (L291),
quantum_violates_chsh (L299), tsirelson_bound (L328)