> Not sure if this is what you have in mind, but there is no issue whatsoever
> about clocks that slide next to each other; they can always be compared.
> However, different systems disagree on what is the "correct"
> synchronization.
>
Actually they can be compared only at one point in time as they then
are no longer co-located at any other. The clock at my zero (space)
can be compared to your clock at your zero (space) for one tick but
the second tick will have your clock at your zero (space) being
compared to a clock of mine that is not at my zero (space) . You
cannot therefore establish an interval without being able to
synchronize distant clocks.
But that is not what I had in mind.
Einstein's theory is based on the following fact: If I take a light
wave and send it out to a distant point and reflect it back to the
origin I can know (observe) the round trip time of the light but I
cannot know (observe) whether this time is evenly divided into an
outbound period of half the duration and an inbound period of half the
duration. If I could know (observe) this then I could use it to
determine whether two events were simultaneous absolutely. Because I
cannot know (observe) this each frame is free to assume that relative
to it the time period is evenly divided. Once I do that then the
frames disagree on simultaneity and the theory evolves. It is
important to realize that the constancy of the speed of light is an
assumption in Einstein's theory because there is no way to observe the
one way speed. If you could then his theory would not work as you
would use that observation as a basis to determine which frame was
"correct".
My point is that there may be a way to make such an observation.
It appears to me that Bell's theorem will allow us to establish that
frame of reference for which a change in the state at one point is
simultaneous with observations at another point. I had thought that
the fact that Bell's theorem requires correlation and correlation
requires information to be transmitted by a signal that travels as
fast or slower than light meant that Bell's theorem could not be used
to synchronize the clocks. "What I have in mind" is that that "fact"
may be wrong. I think I have a procedure that might synchronize two
clocks that does not depend on assuming anything about an intervening
signal but that can be based on an observed change in the correlation.
You could mail the results and the mailman could stop and have a
cheeseburger on the way without you knowing and it would be no
problem. It does not depend on knowing anything about the speed of any
signal.
Actually I do not think I am right. I am probably doing something
wrong but.... it seems to work... that is my problem.
If it is true, and I am not wrong, then a new Michelson Morly like
experiment could be done that determines the motion through the ether
by seeing what the arrival time stamps were at distant clocks
synchronized by correlating measurements of coupled quantum states.
The "ether" would be the frame of reference in which the change in
correlation of measurements at one site (Alice) is simultaneous (by
definition) with a measurement taken at the other site (Bob). As long
as both sites keep records it appears that the synchronization does
not require any information on how fast or slow the data from each
site is exchanged.
If one frame of reference says that two events are simultaneous based
on Einstein's synchronization procedure then we could check whether
the correlations change at that time. If they do then that is the
absolute frame and the other frame of reference would be "wrong" as
"simultaneous" would not have an absolute meaning. The measurement can
be done with an arbitrarily large number of locally simultaneous
samples at each time (say every second) so as to produce each time at
one location a time for that "tick". The distant location would then
correlate its own measurements of those samples with those sent to it
from the other site and define time "0" as the time when the amount of
correlation between the events changed.
> It is unclear to me how you simulate an alternative procedure with your
> sliding number sets. Perhaps you can make a sketch of what you have in mind?
Sure. Here is the procedure. Take a spread sheet and use the random
number function to produce a set of ones and zeros down a column. Now
take a second column and for half of it enter random ones and zeros
and for the second half of it enter a copy of the first column. Now
assign to the first column a set of times. For convenience mark the
row that the second column changes from random numbers to a copy as
"0" and mark previous rows -1,-2,-3.... and subsequent rows 1,2,3....
This "zero" could be the time that a polarizer handle is turned for
example.
Here is the formula for column 1 and the first half of column 2:
=IF(RAND()>=0.5,1,0). Here is the formula for the second half of
column 2: =IF(B2=1,1,0)
Note that there is no way to tell where the formula changes by looking
only at column 2. You need to look at the correlation between column
one and column 2 not just the column 2 data which is random. In other
words a copy of a random sequence is itself random but the correlation
between a copy of a random sequence and another random sequence are
not the same. Two different random sequences correlate 50% but a copy
correlates 100%. That means that you must send the data from one site
to another at sub-luminary speed and I had originally thought that
that meant that you could not do a synchronization. That now appears
wrong to me.
So now here is the procedure. Assume you only have both columns of
ones and zeros. You do not have the times. Can you find the point at
which the correlation changes? What I did was take the second column
and place the first column offset by 10 rows, then 9 rows, then 8 rows
etc. Then just look at the correlations. (By correlate I just mean
that if they are equal they are correlated) Only when the columns are
lined up with zero row offset relative to the original alignment do
you get a correlation that changes from 50% to 100%. So you can know
from the data how to align it and then once its aligned its obvious
where the correlation goes from 50% to 100% and you call that 0.
(Admittedly there is some chance of correlation by accident but you
can make that arbitrarily small by using an arbitrary number of
columns. So you have now synchronized the clocks without needing to
measure the travel time of any signal.
> In particular how do you quantify (in an "absolute" way) your statement:
> "B could just lay the data next to his own WHEN he gets it and see WHERE
> they changed correlation."
As described above.
>
> > So if two frames of reference moving relative to one another disagree
> > on the present can't I use this procedure to establish a time on the
> > clock that is independent of frame of reference to disambiguate?
>
> They don't necessarily disagree on the present but on distant simultaneity
> along one direction.
If we disagree on what is simultaneous with what, we disagree with
what is at a "present" moment. That is all I meant. What is
simultaneous with me now is the present. If we disagree on
simultaneity we will disagree on what state of the universe was
"present" at a given "time".
Imagine two distant flashing lights that change from red to blue.
Imagine an observer in the middle who notes that both are red at the
same time and both are blue at the same time. For an observer moving
relative to him the lights may never be red at the same time but
rather the statement that whenever one is blue the other is red may be
true relative to him. So they disagree on what constitutes the
present. One will say it has two lights of the same color and another
will say no. That is what I meant.
>
> > What am I doing wrong?
>
> Perhaps you misunderstand the problem?
I actually believe that that is probable. However it does not help me
understand how I have misunderstood it. Can you (or anyone) see how?
If so let me know and thanks in advance.