A correlation table on alphabets X, Y, A, B.
Equations
- CommutingRepetition.Correlation X Y A B = (X → Y → A → B → ℝ)
Instances For
Realizability by a commuting-operator strategy at universe 0, per the
universe policy in this file's header (fidelity review #1: the pinning
propagates into TracialDensityHypothesis, where it only weakens what is
assumed).
Equations
- CommutingRepetition.IsCommutingCorrelation p = ∃ (S : CommutingRepetition.CommutingStrategy X Y A B), S.correlation = p
Instances For
Expected payoff of a correlation in the game G:
win_G(p) = ∑ μ(x,y) V(a,b|x,y) p(a,b|x,y) — a linear functional of the
correlation table, as the tracial reduction (03_tracial_reduction.tex)
requires.
Equations
Instances For
If a correlation is pointwise nonnegative with answer sums ≤ 1, the
winning probability is at most one.
The commuting-operator value ω^co(G): the supremum of winning
probabilities over commuting-operator strategies.
[02_preliminaries.tex, "The supremum of this expression is the commuting
value"; non-attainment is never assumed anywhere downstream.]
Equations
- G.omegaCO = sSup (Set.range fun (S : CommutingRepetition.CommutingStrategy X Y A B) => G.win S.correlation)
Instances For
0 ≤ ω^co(G). The Nonempty guards mirror the paper's nonempty answer
sets (the statement would also hold vacuously via sSup ∅ = 0, but the
guards keep the hypothesis surface paper-faithful).
Any single realizable strategy's value lower-bounds ω^co. Producing one
legal strategy above a threshold contradicts ω^co ≤ threshold — the shape
used by the final contradiction (07_main_theorem.tex, node 1.5.4).