IndisputableMonolith.Quantum.BellInequality
BellInequality module defines the objects needed to state and bound quantum correlations in Recognition Science. It includes types for angles, outcomes, and the singlet Bell pair along with correlation and CHSH functions. Physicists studying quantum foundations reference these when deriving Tsirelson bounds. The module contains only definitions and no proof bodies.
claimDefines measurement direction as angle $θ$, outcome as $±1$, Bell pair as singlet state, quantum correlation as expectation $C(θ_1,θ_2)$, CHSH combination $S$, classical bound $2$, and Tsirelson bound $2√2$.
background
The module sits in the quantum domain and imports the RS time quantum $τ_0 = 1$ tick from Constants. Key definitions include MeasurementAngle for simplified directions, Outcome for binary results, BellPair for entangled states, singlet for the antisymmetric two-qubit state, and quantumCorrelation for expectation values. These establish the setting for classical versus quantum correlation bounds.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
This module supplies the quantum measurement primitives that enable analysis of Bell inequalities within the Recognition Science framework. It draws on the fundamental constants from the upstream Constants module to set RS-native units. The definitions support potential extensions to the phi-ladder and eight-tick structures in quantum contexts.
scope and limits
- Does not derive Tsirelson bound from RS forcing chain.
- Does not model detector efficiencies or noise.
- Does not connect to mass formulas or D=3.
- Does not address multi-particle generalizations.
depends on (1)
declarations in this module (26)
-
abbrev
MeasurementAngle -
inductive
Outcome -
structure
BellPair -
def
singlet -
def
quantumCorrelation -
theorem
quantum_correlation_bounded -
theorem
perfect_anticorrelation -
def
chshCombination -
theorem
classical_chsh_bound -
def
tsirelsonBound -
theorem
tsirelson_bound_value -
def
optimalAngles -
def
optimalCHSH -
lemma
cos_three_pi_div_four -
theorem
optimal_chsh_value -
theorem
quantum_violation -
theorem
bell_from_shared_ledger -
theorem
no_signaling -
def
aspectExperiment -
def
loopholeFreeExperiment -
theorem
nobel_prize_2022 -
def
bellPairEntropy -
theorem
max_entanglement_entropy -
theorem
entanglement_monogamy -
structure
BellFalsifier -
def
experimentalStatus