But you're conflating different values of X: — Michael
So we have two cases here and have no clue which one we are in. Earlier I defined these cases as amount X case R, and and amount 2X case S. We have a lot of variables flying around so let's try to be consistent here.
Now that we have listed all possible outcomes we can define our sample space as [R,S], well call this sample space 2.
Now remember by our definitions an event is a subset of our sample space.
In event R X=10 and since in event R B must be 2X then B = 20.
So the sample space of event R is [10,20].
In event S 10=2X and since in event S B must be X then B= 5.
So the sample space of event S is [5,10]. (order does not matter)
So our sample space, which we named as sample space 2, is [R,S] where R is the set [10,20] and S is the set [5,10] or we can express it as [[10,20],[5,10]] — Jeremiah
Can B still be defined as [X, 2X]? — Michael
Let's review some definitions here:
If A and B are sets, then A is called a subset of B if, and only if, every element of A is also an element of B.
A sample space is the set of all possible outcomes of a random process or experiment. An event is a subset of a sample space.
Discrete Mathematics, An Introduction to Mathematical Reasoning, By Susanna S. Epp
Do you understand that these are not my definitions? They are established definitions that may be used in formal proofs.
Let's call the two envelopes A and B. Now envelope A could have X or A could have 2X and likewise B could have X or B could have 2X. Those are all the possible outcomes so by the definition of a sample space our sample space is [A,B] where A is the set [X,2X] and B is the set [X,2X], which means our sample space could also be written as [[X,2X],[X,2X]].
Did you follow that? They are sets in a set. In this case the elements of our sample space are the set [X, 2X]. So that means since your proposed solution does not follow the format of [X,2X] then, by the definition of a subset, it cannot be a subset of either A or B. — Jeremiah
Intuitively this seems like new information which would call for you to update your prior; however, it still does not tell you if are you in case R or case S. You don't know if that is 10=X or 10=2X. So in truth you can't really update your prior, as your prior was based on the uncertainty of being in case R or case S. — Jeremiah
If A and B are sets, then A is called a subset of B if, and only if, every element of A is also an element of B.
A sample space is the set of all possible outcomes of a random process or experiment. An event is a subset of a sample space.
I have no idea what a Frequentist would do. — andrewk
That knowledge - based on seeing 10 in my envelope - allows me to rule out every other event (an event being a particular sum being in the other envelope) except for 5 and 20. So that's my sample space - just two events. — andrewk
when there were Nazis permitted to march the streets, was that we should respect another person's opinion, even if we hate it. — FreeEmotion
1) Insult the person when you do not agree with his policies
2) Assume that (1) will provide validity the the argument against his policies. — FreeEmotion
You have to deal with the fact than many many people voted for this 'idiot'. What is the explanation for that, well maybe I have to accept the fact that they too, were 'clueless idiots'. — FreeEmotion
That distribution is (1) unknown, — andrewk
But if we try to model this from the participant's point of view — Srap Tasmaner
we use Y. Then the expected gain loss sample spaces are [-Y/2, 0] and [2Y, 0], aren't they? — Srap Tasmaner
I'm tempted to think andrewk's point is relevant here: — Srap Tasmaner
Is the objection to Michael's approach not the assignment of the prior but simply that he is using sample spaces he cannot justify using? — Srap Tasmaner
could show why even the uninformative prior does not lead directly to your conclusion. — Srap Tasmaner
You could have X or 2X. If you have X and you switch then you get 2X but lose X so you gain X; so you get a +1 X. However, if you have 2X and switch then you gain X and lose 2X; so you get a -1 X. — Jeremiah
Recall that event L is when you start with 2X and event K is when you start with X
Since we don't know which it is upon seeing the money we will consider this an uninformative prior and give each a fair 50% likelihood. Then our sample space is [K,L]
In the event of L our expected gain loss sample space is [-X, 0]
In the event of K our expected gain loss sample space is [X,0]
That is the same even if you go the 1/2 route.
Let's try running a simulation on that structure.
K <- c("X",0)
L <- c("-X",0)
q <- c(K,L)
w <- sample(q, 10000, replace = TRUE)
sum(w == "X")
sum(w == "-X")
sum(w == 0)
The Result are:
x: 2528
-x: 2510
0: 4962
``` — Jeremiah
In the absence of knowing the distribution of X, any calculations based on expected values prior to opening the envelope are meaningless and wrong. Since the claimed paradox relies on such calculations, it dissolves. — andrewk