3

In a discussion in another question, a user named @Claudiu showed me his own version of the derivation of CHSH inequality that does not need hidden variables (reproduced below). I can just wonder if this proof is valid and if so why aren't we introduced to this version of the derivation that rules out locality and avoids the whole need to discuss for hidden variables.

I leave here the derivation, but you may skip it and go directly to the next section (it is just to show "previous work").

Derivation

This derivation is based in J.S. Bell's Speakeable and Unspekeable in Quantum Mechanics, first edition, pp. 156 Appendix 2. However, the idea in this question is to carry out the same derivation as Bell did in the book, but removing all integrals related to hidden variables; steps that I reproduce here:

Let us assume (1) statistical independence (no superdeterminism) (2) factorabizability and the usual (3) locality so that we can write the correlations as

$$E(\theta,\phi)=[P_1(\uparrow|\theta)-P_1(\downarrow|\theta)][P_2(\uparrow|\phi)-P_2(\downarrow|\phi) ]=A(\theta)B(\phi)$$ where $A$ and $B$ stand for the first and second expressions in square brackets, respectively. Here $\theta$ and $\phi$ are the the angles of measurement of two detectors 1 and 2 in a Bell test with two entangled spin-1/2 particles. The results of the experiment can be $\updownarrow=\uparrow,\downarrow$ and $P_i(\updownarrow|\varphi)$ is the conditional probability of measuring $\updownarrow$ with in detector $i=1,2$ measuring with an angle $\varphi$.

Note that some of you will be familiar with this expression, but it would normally look like $\int \rho(\lambda)A(\theta,\lambda)B(\phi,\lambda)d\lambda$ but I just got rid of the hidden variable $\lambda$.

Without assuming determined values of $0$ and $1$ for $P_i$ (determinism), we can at least admit $0\leq P_1\leq 1$ and $0\leq P_2\leq 1$, and thus $|A(\theta)|\leq 1$ and $|B(\phi)|\leq 1$.

We can use that to write $$|E(\theta,\phi)\pm E(\theta,\phi')|=|A(\theta)B(\phi)\pm A(\theta) B(\phi')|\leq |B(\phi)\pm B(\phi')|$$ and analogously we have $$|E(\theta',\phi)\mp E(\theta',\phi')|=|A(\theta')B(\phi)\mp A(\theta) B(\phi')|\leq |B(\phi)\mp B(\phi')|$$ where I took $\theta\to \theta'$ and $\pm\to\mp$.

Summing the two last equations, we have $$|E(\theta,\phi)\pm E(\theta,\phi')|+|E(\theta',\phi)\pm E(\theta',\phi')|\leq |B(\phi)\pm B(\phi')|+|B(\phi)\mp B(\phi')|\leq 2$$

This last result includes the famous CHSH inequality $$|E(\theta,\phi)+ E(\theta,\phi')+E(\theta',\phi)- E(\theta',\phi')|\leq 2$$

Nowhere in this derivation, I needed to use hidden variables. For the version with the integrals over the hidden variable distribution, check the reference above.

The only "classical" physical assumption above was locality there rest seems to come from probability theory. Of course this derivation does not address how you argue for assumption (2) [which is very natural], but that is sometimes defined through "determinism" (fixing some probabilities to be strictly 0 or 1).

[Assumption (1) is out of the scope of this question].

Comment and question

A derivation of Bell's inequalities without all the integrals associated to hidden variables is to me a stronger argument for those that advocate violations of locality as it avoids the unnecessary discussion about the nature of hidden variables. Maybe somebody with more background could provide a perspective on this issue. It seems that such a version should be taught more in introductory courses as it is a much simpler demonstration "quantum nonlocality" if you wish.

Note that this boils down to Occam's razor, why have a more complicated version of the theorem if it adds nothing to the result.

I will try not ask if the derivation above is right (as that would probably get the question closed). However I will ask, is it possible to derive CHSH without ever making appeal to hidden variables as I did here?

Mauricio
  • 6,886

2 Answers2

12

There is no mystery here.

You've simply shown Bell's theorem for the special case of no meaningful hidden variable at all, i.e. $\rho(\lambda) = \delta(\lambda - \lambda_0)$ and $A(\phi,\lambda_0) = A(\phi)$ etc. where $\lambda_0$ is just the single value the "non-existent hidden variable" always has. You can turn any physical theory into a "hidden variable theory" by making everything formally dependent on some $\lambda$ that never varies from a constant $\lambda = \lambda_0$.

That, as a special case, Bell's theorem includes the case where the local realist theory it excludes doesn't actually involve any hidden variable should not be particularly surprising - after all, there are no hidden variables in classical mechanics and if classical mechanics didn't obey the inequality, what would be the point of it?

The point of Bell's theorem is to exclude the larger set of theories where we try to reject the weirdness of quantum mechanics by trying to reproduce it by assuming the world is just like classical mechanics just with additional variables we don't easily have access to, i.e. are "hidden". The "hidden" is an attribute that refers to these quantities being unknown to our naive experimentalists' eyes, not to some special property these variables have that makes Bell's theorem work - they are realist variables just like the "visible" variables in a local realist theory.

ACuriousMind
  • 132,081
0

Your assumption that the expectation value is factorisable is not true in general. Consider the simple example of a Bell state $|00\rangle+|11\rangle$ measured in the computational basis, and you'll already see it fail. It will only hold for product states, where there's no correlation at all.

Unless that's your point? What I would consider a standard way to derive Bell-like inequalities is in fact to observe that for uncorrelated outcome distributions, because the expectation values factorise as in your example, we have $|S|\le2$. One can then conclude the general result from this by convexity: any "local realist theory" is a convex combination of such uncorrelated distributions (by definition), and being $S$ a linear function of the probabilities, the expression $|S|\le2$ remains true when computed on convex combinations of probabilities. This is the approach I use e.g. here or here (what I write as $S_\lambda$ there would be the $S$ factor computed on an uncorrelated distribution).

glS
  • 15,488
  • 5
  • 42
  • 114