From what I understand of Bell's Theorem, it requires giving up local realism or embracing superdeterminism. I still haven't been able to understand why superdeterminism gets such a bad rap, so I've put together the following toy example to clarify things.
I'll be using the cellular automaton Rule 30. For our purposes, I'm asserting that all of the things which seem almost certainly true about Rule 30 are in fact true, but it shouldn't impact the argument even if they're not.
R30 is typically presented as on the left, below. As with any ECA, you can simply slide the input cells in either direction, relative to the output cell, and while the logic stays the same, any output is skewed horizontally, as on the right. The yellow line intersects all the same cells in each plot, computationally speaking. We'll be using this right-shifted form.
To be explicit, the right-shifted form is given by
$$A_{m+1,n} \leftarrow A_{m,n} \oplus \left(A_{m,n+1} \lor A_{m,n+2}\right)\qquad$$ where $m,n$ are (rows from top, cols from right). Equivalently in algebraic binary form, that's $f(a,b,c):=(a+b+c+bc) \bmod 2$.
One advantage to using the right-shifted version is that it gains the property that every column is periodic in its sequence of white and black cells. In fact, every column will have a period of $2^k$, and $k$ increases monotonically as you travel left.
(Unnecessary explanation: If a column has a period of $2^n$, so does the one to its left, and so forth, until you hit a sequence where (counting from the top) the last cell in that period is also white. It turns out this cannot repeat, so in these cases, the latter half, cells $2^n+1$ through $2^{n+1}$, is the exact logical NOT of the first half. This ensures that no cell in this column is correlated in any way with any cell anywhere to the right of it, since all of those columns are half or less of its length, and thus encounter both possible values with precise parity. I call these doubling columns.)
The assumption is that in the limit, half of all columns will increase $k$ by 1 and thus double the period from there on out, though there is no apparently regularity in the distribution of these columns. This graphic shows where the first several such columns are.
With that established, we can get to my point: Rule 30 exhibits a form of superdeterminism (as I understand it) where although the correlation between cells in general appears to approach $0$, a significant fraction of every pair of cells has some correlation, however weak, stemming from their single common ancestor and deterministic birth, and other surprising behaviors emerge as well.
So in our example, suppose R30 is the hidden base layer of the universe, and let's say that if a particle is at cell $(y,x)$, we can check its 'spin' in any of the four compass directions, where a black cell as its neighbor in that direction will be an up spin, and a white cell would be down. If you then select any cell at random from an arbitrarily large R30 plot, and any direction you like, you should get effectively random results for spin.
What about two particles? I have almost no understanding of how exactly entanglement can occur, but I did read that electrons in valence shells end up entangled, and I remember high school chem enough to know there are some straightforward mathematics governing that kind of thing. It's not clear to me whether we have a very strong understanding of what entanglement physically consists of in some sense, vs. whether we merely have a thorough grasp of the mathematics that describe it. If local realism isn't a thing, however, it does seem suspicious that particles have to be in close proximity to entangle in the first place.
Suppose two particles have just become entangled:
...but, suppose that for whatever reason, when this happens, it typically happens such that the particles are occupying a doubling column, and that the turbulent foam of rules controlling them tend to place particles at distances of powers-of-2 apart. (Again, this is very much a toy example to illustrate the spirit of the concept.)
Now we have Alice with her green particle and Bob with his blue particle, and they speed apart in their spaceships to go experiment. We again assume that movement in space only happens along a column in multiples of $4096$ cells or some other contrivance, such that it will have no bearing on their environment with its far smaller period.
And finally, the real point: as Alice and Bob take measurements, they'll see strange results. To each of them, all of their results will appear random until they compare notes later. On average, this is what they'll see:
- If Alice and Bob both sample to the west, they will see uncorrelated spins.
- If they sample to the east, Alice and Bob will have identical spin.
- If they both sample south, or both sample north, they will have opposing spins.
- In any case where they sample in different directions, they will have uncorrelated spins.
...to a first approximation. That should be pretty accurate, but with a more careful analysis, you can ferret out more constrained cases that yield increasingly fractional results. For example, if Bob samples the cell to his south, and it's down, and Alice samples the one to her east, instead of being uncorrelated, it will actually have a $\frac{3}{4}$ chance of also being down, which of course becomes a slighter but still significant correlation if you remove some of the constraints.
My overall question here is that given we aren't yet sure if there's some bottom layer or what rules it would follow, are we certain that determinism like this is ruled out? It seems that superdeterminism is a backdoor that will never go away. This toy example could in principle be reworked (I suspect) so that it much more closely resembles actual experimental results. I'm wondering if it counts, the notion of superdeterminism operating on that bottom layer—NOT superdeterminism in the typical sense I read about, where the universe is conspiring to make a run of insanely improbable things happen only to spite you—but the more bland kind that arises in a scenario like this while managing still to create complicated correlations.
I made an honest effort at inquiry here, but I know very little about physics/QM. This is also why I haven't been able to read 't Hooft's book on just this thing. I thus reasoned I'm better off with a purely mathematical explanation of where I've strayed instead of a physics one, but will move this over to Physics stack if nobody bites.
I will also accept as an answer any concrete and straightforward scenario that one could witness as a result of Bell's theorem which could not possibly happen with hidden variables, while being broadly compatible with the sort of arrangement I've postulated here. If I have hard numbers I can look at and play with and eventually fail to overcome with this approach, that would be the next best thing after a more direct explanation.


