|q⟩ Bad Qubits

advanced · Physics · Bell Nonlocality & Device-Independence

The GHZ Paradox

Bell's theorem is a statistical contradiction with local realism — it needs many runs to expose a violated inequality. The GHZ paradox is sharper: with three entangled qubits, local realism is refuted by a single run, with certainty. No inequalities, no statistics — an "all-or-nothing" nonlocality.

The state

Work with the three-qubit Greenberger–Horne–Zeilinger state

GHZ=12(000+111),|\text{GHZ}\rangle = \frac{1}{\sqrt2}\big(|000\rangle + |111\rangle\big),

shared among Alice, Bob, and Charlie. Each measures either XX or YY on their qubit.

Four deterministic quantum predictions

The GHZ state is a simultaneous 1-1 eigenstate of the commuting operators XYYXYY, YXYYXY, YYXYYX, and a +1+1 eigenstate of XXXXXX. Direct computation gives

XYYGHZ=GHZ,YXYGHZ=GHZ,YYXGHZ=GHZ,XYY\,|\text{GHZ}\rangle = -|\text{GHZ}\rangle,\quad YXY\,|\text{GHZ}\rangle = -|\text{GHZ}\rangle,\quad YYX\,|\text{GHZ}\rangle = -|\text{GHZ}\rangle, XXXGHZ=+GHZ.XXX\,|\text{GHZ}\rangle = +|\text{GHZ}\rangle.

So quantum mechanics predicts, with certainty, that the products of outcomes satisfy xAyByC=1x_A y_B y_C = -1, yAxByC=1y_A x_B y_C = -1, yAyBxC=1y_A y_B x_C = -1, and xAxBxC=+1x_A x_B x_C = +1, where each xi,yi{+1,1}x_i,y_i\in\{+1,-1\} is the result that party ii would obtain.

The contradiction with local realism

A local-realist (hidden-variable) model must assign definite values xi,yi{±1}x_i, y_i \in\{\pm1\} to all six potential measurements before anyone chooses what to measure. Multiply the first three predictions:

(xAyByC)(yAxByC)(yAyBxC)=xAxBxC(yA2)(yB2)(yC2)=xAxBxC,(x_A y_B y_C)(y_A x_B y_C)(y_A y_B x_C) = x_A x_B x_C \,(y_A^2)(y_B^2)(y_C^2) = x_A x_B x_C,

since each yi2=1y_i^2 = 1. The left side equals (1)(1)(1)=1(-1)(-1)(-1) = -1, forcing xAxBxC=1x_A x_B x_C = -1. But the fourth quantum prediction demands xAxBxC=+1x_A x_B x_C = +1. A predetermined value set therefore satisfies

1=xAxBxC=+1,-1 = x_A x_B x_C = +1,

a flat contradiction. No local hidden-variable assignment exists. Quantum mechanics, by contrast, has no trouble: the four products refer to non-commuting global measurements that cannot be assigned simultaneous definite values.

Mermin's operator viewpoint

The same fact reads cleanly at the operator level: the four operators XYY,YXY,YYX,XXXXYY, YXY, YYX, XXX pairwise commute on the relevant subspace, yet their product is I-I while any value assignment would force +I+I. The Mermin–GHZ "magic" is exactly this incompatibility between the quantum algebra and a single global assignment — the seed of the contextuality story in the next lesson.

Try it

Build the GHZ state 12(000+111)\tfrac{1}{\sqrt2}(|000\rangle+|111\rangle) with a Hadamard and two CNOTs. The grader checks the full three-qubit statevector — the resource on which the entire paradox rests.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.