I'm trying to get an intuitive understanding of the way that EPR probabilities (for anti-correlated spin-1/2 particles) are in some sense the closest we can get to the criteria:
- The sum of the spins is zero.
- Spin measurement always gives ##\pm 1/2##
If Alice measures her particle's spin along axis ##A## and Bob measures his particle's spin along axis ##B##, then it is impossible to satisfy both criteria, because unless ##A## and ##B## are aligned, none of the following combinations adds up to zero:
- ##\frac{1}{2} (+\vec{A} + \vec{B})##
- ##\frac{1}{2} (+\vec{A} - \vec{B})##
- ##\frac{1}{2} (-\vec{A} + \vec{B})##
- ##\frac{1}{2} (-\vec{A} - \vec{B})##
What the quantum probabilities do instead is the following:
- Filter only those events in which Alice gets +1/2. (That includes possibilities 1&2 above)
- Compute the vectorial average of the spin sums: This will be given by: ##\frac{1}{2} (P_1 (\vec{A} + \vec{B}) + P_2 (\vec{A} - \vec{B}))## (where ##P_1## is the probability of possibility 1 above, and ##P_2## is the probability of possibility 2).
- This average is still not zero, but its projection onto ##\vec{B}## is zero.
This uniquely determines the probabilities ##P_1## and ##P_2##:
- ##P_1 + P_2 = 1##
- ##(\frac{1}{2} (P_1 (\vec{A} + \vec{B}) + P_2 (\vec{A} - \vec{B}))) \cdot \vec{B} = 0##
The latter equation becomes:
##\frac{1}{2} (P_1 (cos(\theta) + 1) + P_2 (cos(\theta) - 1)) = 0## (where ##\theta## is the angle between ##A## and ##B##)
These equations have the unique solution: ##P_1 = \frac{1}{2} (1-cos(\theta)) = sin^2(\frac{\theta}{2})##, ##P_2 = \frac{1}{2} (1+cos(\theta)) = cos^2(\frac{\theta}{2})##
Those are the quantum probabilities for anti-correlated spin-1/2 particles.
That's sort of interesting, but my understanding of the motivation is a little muddled. I understand that you can't have perfect cancellation if the axes ##\vec{A}## and ##\vec{B}## are not aligned. But why ask for cancellation (on the average) along axis ##\vec{B}##?