neq1 comments on Conditioning on Observers - Less Wrong

6 Post author: Jonathan_Lee 11 May 2010 05:15AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (118)

You are viewing a single comment's thread. Show more comments above.

Comment author: neq1 11 May 2010 04:16:30PM 0 points [-]

"Of course P(W) isn't bound within [0,1]"

Of course! (?) You derived P(W) using probability laws, i.e., solving for it in this equation: P(H)=P(H|W)P(W), where P(H)=1/2 and P(H|W)=1/3. These are probabilities. And your 1/3 solution proves there is an error.

If two variables have correlation of 1, I think you could argue that they are the same (they contain the same quantitative information, at least).

On your argumentation, you would assert confidently to that the coin is fair beforehand, yet also assert that the conditional probability that you wake on Monday depends on the coin flip, when in either branch you are woken then with probability 1.

No. You will wake on Monday with probability one. But, on a randomly selected awakening, it is more likely that it's Monday&Heads than Monday&Tails, because you are on the Heads path on 50% of experiments

Comment author: Morendil 11 May 2010 05:11:32PM 0 points [-]

What is this random selection procedure you use in the last para?

("I select an awakening, but I can't tell which" is the same statement as "Each awakening has probability 1/3" and describes SB's epistemic situation.)

Comment author: neq1 11 May 2010 05:16:45PM 0 points [-]

Random doesn't necessarily mean uniform. When Beauty wakes up, she knows she is somewhere on the tails path with probability .5, and somewhere on the tails path with probability .5. If tails, she also knows it's either monday or tuesday, and from her persepctive, she should treat those days as equally likely (since she has no way of distinguishing). Thus, the distribution from which we would select an awakening at random has probabilities 0.5, 0.25 and 0.25.

Comment author: mattnewport 11 May 2010 05:43:03PM 4 points [-]

This appears to be where you are getting confused. Your probability tree in your post was incorrect. It should look like this:

Correct probability tree

If you think about writing a program to simulate the experiment this should be obvious.

Comment author: neq1 11 May 2010 06:45:09PM 0 points [-]

No, because my probability tree was meant to reflect how beauty should view the probabilities at the time of an awakening. From that perspective, your tree would be incorrect (as two awakenings cannot happen at one time)

Comment author: timtyler 11 May 2010 07:27:39PM -1 points [-]

After the 1000 experiments, you divided 500 by 2 - getting 250. You should have multiplied 500 by 2 - getting 1000 tails observations in total. It seems like a simple-enough math mistake.

Comment author: neq1 11 May 2010 07:40:36PM 1 point [-]

No, that's not what I did. I'll assume that you are smart enough to understand what I did, and I just did a poor job of explaining it. So I don't know if it's worth trying again. But basically, my probability tree was meant to reflect how Beauty should view the state of the world on an awakening. It was not meant to reflect how data would be generated if we saw the experiment through to the end. I thought it would be useful. But you can scrap that whole thing and my other arguments hold.

Comment author: timtyler 11 May 2010 08:00:10PM *  0 points [-]

Well you did divide 500 by 2 - getting 250. And you should have multiplied the 500 tails events by 2 (the number of interviews that were conducted after each "tails" event) - getting 1000 "tails" interviews in total. 250 has nothing to do with this problem.

Comment author: jimrandomh 11 May 2010 05:09:33PM *  0 points [-]

P(H)=P(H|W)P(W), where P(H)=1/2 and P(H|W)=1/3

No, P(H)=P(H|W)P(W) is incorrect because the W in P(H|W) is different than the W in P(W): the former is a probability distribution over a set of three events, while the latter is a boolean. Using the former definition, as a probability distribution, P(W) isn't meaningful at all, it's just a type error.

Comment author: Jonathan_Lee 11 May 2010 04:40:12PM 0 points [-]

It isn't a probability; the only use of it was to note the method leading to a 1/2 solution and where I consider it to fail, specifically because the number of times you are woken is not bound in [0,1] and thus "P(W)" as used in the 1/2 conditioning is malformed, as it doesn't keep track of when you're actually woken up. In as much as it is anything, using the 1/2 argumentation, "P(W)" is the expected number of wakings.

No. You will wake on Monday with probability one. But, on a randomly selected awakening, it is more likely that it's Monday&Heads than Monday&Tails, because you are on the Heads path on 50% of experiments

Sorry, but if we're randomly selecting a waking then it is not true that you're on the heads path 50% of the time. In a pair of runs, one head, one tail, you are woken 3 times, twice on the tails path.

On a randomly selected run of the experiment, there is a 1/2 chance of being in either branch, but: Choose a uniformly random waking in a uniformly chosen random run is not the same as Choose a uniformly random waking.

Comment author: neq1 11 May 2010 04:57:05PM 1 point [-]

Why are you using the notation P(W) when you mean E(W)? And if you can get an expectation for it, you must know the probability of it.

Sorry, but if we're randomly selecting a waking then it is not true that you're on the heads path 50% of the time. In a pair of runs, one head, one tail, you are woken 3 times, twice on the tails path.

Randomly selecting a waking does not imply a uniform distribution. On the contrary, we know the distribution is not uniform.