EPR Extraction for LCS Relation Terms #
This module contains the EPR/vectorization algebra and SOS extraction lemmas used to turn perfect local LCS play into local matrix identities. The EPR vector is intentionally unnormalized: $$ \Omega = \sum_a e_a \otimes e_a, $$ since the arguments only use annihilation and injectivity.
The basic EPR identities are:
kronecker_mulVec_epr, computing the action of a two-sided Kronecker product: $$ ((M \otimes N)\Omega)_{a,b} = \sum_k M_{a,k}N_{b,k}. $$kronecker_mulVec_epr_eq_zero_iff, converting EPR annihilation into the local matrix equation $$ (M \otimes N)\Omega = 0 \quad\Longleftrightarrow\quad MN^T = 0. $$alice_lift_mulVec_epr_eq_zero_iff,one_sub_kronecker_mulVec_epr_eq_zero_iff,alice_lift_one_sub_smul_mulVec_epr_eq_zero_iff, andone_sub_smul_kronecker_mulVec_epr_eq_zero_iff, which are the specialized injectivity forms used for bipartite Alice/Bob lifts.
The LCS-specific part defines the three SOS relation terms
sosConsistencyTerm, sosRowTerm, and sosProductTerm, together with their
square-sum sosSquareSum. The extraction pipeline is:
local_loss_kills_epr_sos_sum: a local loss operator killing $\Omega$ rewrites to the scaled SOS square-sum killing $\Omega$.sos_sum_kills_epr_implies_terms_kill_epr: positivity for self-adjoint squares gives the three individual relation annihilations.consistency_of_epr_annihilates,row_relation_of_epr_annihilates, andproduct_relation_of_epr_annihilates: the EPR identities remove $\Omega$ and produce the corresponding local matrix equations.local_matrix_identities_of_local_loss_annihilate_epr: the final bundled theorem, extracting all three local matrix identities directly from local-loss annihilation on $\Omega$.
The Unnormalized EPR Vector #
The vector eprVec n is the coordinate function of
$\Omega = \sum_{a : n} e_a \otimes e_a$.
Kronecker Products Acting on EPR #
This section proves the two core matrix identities. The first computes the action of a two-sided Kronecker product on $\Omega$. The second converts annihilation of $\Omega$ into the local matrix equation $M N^T = 0$.
Action of a two-sided Kronecker product on the unnormalized EPR vector: $$ ((M \otimes N)\Omega)_{a,b} = \sum_k M_{a,k} N_{b,k}. $$
The EPR vector turns two-sided annihilation into a local matrix identity: $$ (M \otimes N)\Omega = 0 \quad\Longleftrightarrow\quad M N^T = 0. $$
A matrix acting on Alice's side annihilates EPR iff the matrix is zero: $$ (M \otimes I)\Omega = 0 \quad\Longleftrightarrow\quad M = 0. $$
The relation term $1 - M \otimes N$ annihilates EPR precisely when $$ M N^T = I. $$
Algebra of Bipartite Lifts #
The observable strategy files define Alice and Bob lifts as $A \otimes I$ and $I \otimes B$. This section records the small collection of rewrite lemmas needed to turn global bipartite relation terms into local matrix equations.
Multiplying Bob's lift by Alice's lift gives the two-sided Kronecker product: $$ (I \otimes B)(A \otimes I) = A \otimes B. $$
Alice lifts preserve multiplication: $$ (A \otimes I)(B \otimes I) = (AB) \otimes I. $$
Multiplying Alice's lift by Bob's lift gives the two-sided Kronecker product: $$ (A \otimes I)(I \otimes B) = A \otimes B. $$
Alice lifting commutes with the affine expression $1 - cM$: $$ (1 - cM) \otimes I = 1 - c (M \otimes I). $$
EPR injectivity for an affine Alice-side relation: $$ (1 - c(M \otimes I))\Omega = 0 \quad\Longleftrightarrow\quad 1 - cM = 0. $$
EPR injectivity for a scalar multiple of a two-sided Kronecker product: $$ (1 - c(M \otimes N))\Omega = 0 \quad\Longleftrightarrow\quad c(MN^T) = I. $$
SOS Relation Terms and Main EPR Pipeline #
This section packages the three relation terms from local_loss_sos, their
square-sum, and the three extraction stages: loss kills Ω, the SOS terms kill
Ω, and the local matrix identities follow.
The consistency SOS relation term.
Instances For
The row-product SOS relation term.
Equations
- sosRowTerm game strat i = 1 - (-1) ^ ↑(game.b i) • Alice_Row_Prod strat i
Instances For
The product SOS relation term.
Equations
Instances For
The sum of squares appearing in the local-loss SOS decomposition.
Equations
- sosSquareSum game strat i j = sosConsistencyTerm strat i j ^ 2 + sosRowTerm game strat i ^ 2 + sosProductTerm game strat i j ^ 2
Instances For
Stage 1: Local Loss ⇒ Scaled SOS Square-Sum #
The part of the SOS pipeline that is purely a rewrite: if the local loss annihilates EPR,
then the SOS expression from local_loss_sos annihilates EPR. Extracting each individual
square term from this sum requires a positivity/norm argument.
In symbols, this is the formal rewrite step
$$ L_{ij}\Omega = 0 \quad\Longrightarrow\quad \frac18\,(T_1^2 + T_2^2 + T_3^2)\Omega = 0, $$
where the three $T_k$ are the SOS relation terms from local_loss_sos.
Stage 2: Scaled SOS Square-Sum ⇒ Individual SOS-Term Annihilation #
If the scaled SOS square-sum annihilates EPR, then each individual SOS relation term annihilates EPR: $$ \frac18(T_1^2 + T_2^2 + T_3^2)\Omega = 0 \quad\Longrightarrow\quad T_1\Omega = T_2\Omega = T_3\Omega = 0 . $$ Here $T_1 = 1 - B_jA_{ij}$, $T_2 = 1 - (-1)^{b_i}\operatorname{Row}_i(A)$, and $T_3 = 1 - (-1)^{b_i}\operatorname{Row}_i(A)A_{ij}B_j$. This is the positivity step that bridges the rewritten local-loss SOS identity from Stage 1 to the concrete local matrix identities extracted in Stage 3.
Stage 3: Individual SOS-Term Annihilation ⇒ Local Matrix Identities #
The sum-of-squares decomposition produces three relation terms. Once a positivity argument shows that each term annihilates the EPR vector, the lemmas in this section remove $\Omega$ and produce the local matrix identities needed for the solution-group representation.
If the consistency SOS relation annihilates EPR, the local Alice and Bob matrices agree up to transpose: $$ A_{ij} = B_j^T. $$
If the row SOS relation annihilates EPR, the corresponding local row product satisfies the LCS row equation: $$ R_i = (-1)^{b_i} I. $$
If the third SOS relation annihilates EPR, the corresponding local product identity holds: $$ (-1)^{b_i} R_i A_{ij} B_j^T = I. $$
Bundled extraction of the local matrix identities from the individual SOS relation terms annihilating EPR.
Given annihilation of the consistency, row, and product SOS terms, this returns the three local identities $$ A_{ij} = B_j^T,\qquad R_i = (-1)^{b_i} I,\qquad (-1)^{b_i} R_i A_{ij} B_j^T = I. $$
Final Bundle: Local Loss Annihilation on EPR ⇒ Local Matrix Identities #
Final bundled extraction from local-loss annihilation on EPR to the local matrix identities.
This packages the three stages:
- local loss annihilates
Ω, so the scaled SOS square-sum annihilatesΩ; - the positivity argument extracts annihilation of each SOS relation term;
- EPR injectivity converts those annihilations into local matrix identities.