Here’s an attempt at a formal description
(and solution) of this problem:
Assume X is uniformly distributed between
0 and M, where M is some deterministic
number.
Assume we have two envelopes: A and B
Assume a fair coin is tossed. If we get
heads, then X is put into envelope A and
2X is put into envelope B.
If we get tails, 2X is put into envelope
A and X is put into envelope B.
Assume we pick up envelope A, open it
and see amount Q in it.
Should we switch or not?
First, let’s assume that we know the
value of M, ie the maximum value for X
In this case, if Q > M, we know that Q=2X
and we should not switch.
On the other hand, if Q <= M, we know that
Q=X and Q=2X are equally likely and thus
must switch.
So, if we know the value of M, it doesn’t
matter how large M becomes:
opening the envelope does give us some
information about X, and we should act
accordingly.
Now, what happens if we do NOT know M ?
Then, of course, we do not know whether
Q > M or Q <= M, which means we cannot
make a formal decision whether to switch or
not.
So, if we don’t know the value of M,
opening the envelope does not give us any
useful information, and does
not enable us to make an informed decision
based on the amount found in envelope A.
Therefore, whether seeing the amount
in the envelope helps us decide to
switch or not, depends on how much
we know about X.
The above analysis (like most of the
discussions on this thread) assumed that
X was random. What would happen if we
assumed X to be deterministic but unknown?
I have heard that in Bayesian analysis,
there is a concept of an “improper prior”,
which basically enables Bayesian analysis
of problems with deterministic quantities.
So, if we take X as being deterministic,
and not as random, maybe an “improper prior”
analysis will tell us what the switching
strategy should be.
Based on the results from the analysis in
this message, I would venture to
guess that if X is deterministic but
unknown, opening the envelope will
not aid us in deciding whether to switch
or not. If anyone on this thread is familiar
with the concept of “improper priors”,
maybe they can hekp answer this.
Sendos