Joy Christian wrote:I see no effect on the output when I change the value a for Alice from a to a'. I get the average of A equal to zero. And similarly for B, when I change b from b to b'. Next I look at joint probabilities, say P++, for example. They produce different numbers, P++(a, b) and P++(a', b' ). So what? They are supposed to produce different numbers. They are supposed to vary sinusoidally as a function of the angel between a and b, for the same state (e, t). I think you and Gill are seeing things.
The output Heinera and I are talking about, Joy, is the collection of outcomes of N measurements performed by Alice and Bob, generated by Minkwe's simulation program. We are not talking about the summary statistics printed out at the end.
In each run, Alice and Bob pick settings, and they each get to see +1, -1, or 0. Change the value of a for Alice in run "n", and her output in run "n" changes. In particular, it can change from "0" to not-zero. i.e., depending on what setting she chooses, sometimes there is a state, sometimes there isn't! In other words, the population of states we are choosing from when Alice chooses setting a and Bob chooses setting b depends on both a and b.
A different issue is what is this "x" in the documents EPRB.pdf and complete.pdf. A dummy variable, you say? Good, then give it a different name, "elephant" for instance. When you do that you have to be sure what is the "scope" of the original variable. We come across formulas in which two x's are involved, one implicitly, one explicitly. Which one is the elephant or are they both?
One has to carefully distinguish "for all" and "there exists". Some people say "for any" instead of "for all" but that is dangerous since it is ambiguous. I am afraid an exactly similar ambiguity in scope of dummy variables, and using the same name several times when different instances were meant, is precisely what led to the catastropher of the one page paper. I fear that a similar catastrophe has occured here: you think Minkwe simulated your model but your model is ambiguously defined and the results you claim for it are actually false since they exploit the ambiguity to shift meaning.
Take an example from Minkwe and write out brief but unambiguous instructions to a programmer (a brief description of an algorithm). Minkwe's description is a beautiful model for you to imitate. I'll program your instructions in R, my program will be the same length as your list of instructions and it will run in a flash. It would be convenient if you could use the language of R^3. It is very simple to generate uniform random vectors of length one: create a vector of independent random standard normals, divide by its length.