And if I see £10 then I stand to gain £10 and I stand to lose £5. — Michael
If you see £10 then
either you stand to gain £10
or you stand to lose £5,
but not both.
I have two pairs of envelopes A = {5, 10} and B = {10, 20}. I'm going to offer you a choice from one pair or the other. What is your chance of getting 10?
P(10 | A) = P(10 | B) = 1/2
if we assume you're an average chooser without "10 seeking" talent. Clear enough.
But what is P(10)?
P(10) = P(10 | A)P(A) + P(10 | B)P(B) = P(10 | A)P(A) + P(10 | B)(1 - P(A)) = P(A)/2 + 1/2 - P(A)/2 = 1/2.
So your chance of picking 10 is 1/2, no matter what P(A) is. P(A) drops out.
What's your chance of picking 5?
P(5) = P(5 | A)P(A) = P(A)/2
What's your chance of picking 20?
P(20) = P(20 | B)(1 - P(A)) = (1 - P(A))/2
No idea in either case, because P(A) does not drop out.
If you got a 10, what's your expected value for the other envelope U? You can go two ways here. You could say
E(U | 10) = 5 * P(A)/2 + 20 * (1 - P(A))/2
and that would be true, but it somewhat misses the point. I choose before you choose. "The other envelope" is not well-defined until I have chosen A or B, at which point you can say P(A) = 1 or P(A) = 0. You never get to pick from all four envelopes; you only get to pick from the pair I have chosen. We ignored this when calculating P(10) because my choice didn't matter. Now it does.
E(U | A, 10) = 5 and E(U | B, 10) = 20.
You'll still want to do this
E(U | 10) = E(U | A, 10)P(A) + E(U | B, 10)(1 - P(A))
and then say that since you know nothing about P(A), you can only apply the principle of indifference and assume P(A) = 1/2. You might be wrong; I may be unaccountably inclined toward A to the tune of 1000:1 but you have no way of knowing that and the rational thing to do is go with indifference.
But this only makes sense
because I've told you that
I was choosing from two sets of envelopes in the first place. What if I didn't tell you that? What if there only ever was one pair? What if there were thousands? Maybe some of those have duplicate amounts, maybe not. Maybe there's only a single pair with 10 in it. (This is
@JeffJo's
thing, and it's worth thinking about. You can't really even count on using 1 - P(A), much less assume P(A) = 1/2.)
Here's a real life version. Suppose I have some cash and two envelopes, and I'm going to split my cash in such a way that one envelope has twice as much as the other. Suppose I have one $10, one $5 and 6 $1's. What are my options?
There are some combinations I can't make because I don't have enough of the right denominations.
We could talk about this table as we talked about the collection {{5, 10}, {10,20}}. If you knew how much money I had and in what denominations, there are several cases in which, upon opening an envelope, you'd already know whether you have the larger or the smaller.
But let's suppose you don't know any of that. You could also figure that if you got an odd number it must be the smaller (because I'm only using bills, no coins) so I'll cleverly not choose one of those; I'll choose only from
If I choose B, and you draw the 2, you can reason that I would have excluded {1, 2}, so the other must be 4. Similarly, if I choose E, and you draw the 6, then you can reason that I would have excluded {3, 6} and so the other must be 12. Ah well. I'd have to have more money to make the game perfect.
But what if I choose B and you draw the 4? 8 is mathematically possible, but there's no {4, 8} here. Similarly, if I choose E and you draw the 12; 24 is mathematically possible, but there's no {12, 24} here.
So what is your expectation before getting an envelope? Unknown. Something less than half the total cash I have on me, which you don't know, but there are other constraints based on the denominations and some gamesmanship.
Again, there's no game until
I choose. Say I choose B. You don't know it, but the average value of B is 3. If you draw the 2, trading gains you 2; if you choose the 4, trading costs you 2. Say I choose E. You don't know it, but the average value of E is 9. If you choose 6, trading gains you 6; if you choose 12, trading costs you 6.
Once
I have chosen, what you stand to gain or lose by switching is always a fixed amount, without regard to how
you choose. Even taking the god's-eye-view of all the possibilities, as we did above with {{5, 10}, {10, 20}}, there is no case in which you stand both to gain and to lose.
You may still think it's rational to assume there is. That is, on drawing 4, to assume the envelopes might very well be {4, 8} rather than {2, 4}, and even to assume the chances of {2, 4} and {4, 8} are equal.
That's a lot of assuming. (And it will convince you trade your 4, which is a mistake.) You could instead recognize that all of
your choices are conditional on
my choice: my choice determines how much is to be gained or lost; your choice determines whether you gain or lose. There are some cases where you can guess whether you have the lower value or the higher, but that's just a guess. (If you draw a 6, do you know for a fact that the envelopes aren't {3, 6}? Of course not. I may have chosen {3, 6} just on the chance that you wouldn't expect me to include any odd numbers.)
So what is the rational expectation for the other envelope, given that I have chosen and given that you have chosen? There is no chance left once we've both chosen, though there is knowledge on my side and ignorance on yours. Does the other envelope contain either half or twice the amount in yours? Yes, of course. Are there non-zero chances of both? No. Should you assume there are anyway? No. You should recognize that I have fixed the amount you will gain or lose by switching; you cannot know whether you chose the larger or the smaller, so you cannot know whether you will gain or lose that fixed amount by switching, so there is no reason either to switch or to stick.
(Note also that we get here without assigning P(A) or P(B) or P(any letter) a value. I choose, then you choose. That's it.)
EDIT: Table typos.