idk, idk, idk, ik - wtfff
Importance: 1 | # | puzzle, fun, mine
My favorite logic puzzle is the Blue eyes prison island one. If you've never heard of it, you should check it out! I recently came across an easier version of this puzzle and I want to go over this version.
The Question
There's three people in a circle. Each person has a positive integer floating above their heads, such that each person can see the other two numbers but not their own. The sum of two of the numbers is equal to the third. The first person is asked for his number, and he says that he doesn't know. The second person is asked for his number, and he says that he doesn't know. The third person is asked for his number, and he says that he doesn't know. Then, the first person is asked for his number again, and he says: 65. What is the product of the three numbers?
Important Assumptions
There are some implicit assumptions here that aren't obvious to many people:
- Everyone is honest and truthful. And everyone knows everyone is honest. And everyone knows everyone...
- No one is guessing anything; everything said is true and follows from pure logic on the speaker's end
- Everyone involved is a perfect logician - if something can be inferred from logic, it will be inferred
You should really spend some time at least thinking about this puzzle. It's not easy, feel free to grab a pen/paper. Who knows, maybe this puzzle could keep you amused for a few hours or more.
Note: It's not quite the same as the blue eyes puzzle, and is less absurd as well. Particularly because in the original no new information seems to be revealed. It is completely reliant on common knowledge.
Solution
spoiler
This explanation is inspired by u/Leet_Noob.
Let me first define common knowledge for the rest of the post. A statement is common knowledge if everyone involved knows that is true and everyone knows that everyone else also knows that is true and everyone knows that everyone knows... and so on.
In our example, this means Person 1 knows , Person 1 knows that Person 2 knows , Person 1 knows that Person 2 knows that Person 3 knows . And all other permutations of persons.
Another assumption is that the assumptions listed above are all common knowledge.
Let's denote the three people as A, B, C. Let the numbers be denoted as .
Constraints:
- - all numbers are positive
- - for any person, their number is one of two possible from observing the other two numbers
Let's go through what each person now says, and what that conveys to everyone (becomes common knowledge):
Event 1: A says IDK
If , then would have to be because is not possible.
Common Knowledge: Everyone knows is not possible.
Event 2: B says IDK
We now have to figure out the scenarios which, if true, would allow B to know the answer. This way we can eliminate more possibilities.
Since , we know . Otherwise for we would have possibilities . This implies is also not possible.
Since is not possible, we also cannot have . This is the crucial logic to understand. If was actually true, then B would see two possibilities for his own number - . And since cannot be equal to (or A wouldn't have said IDK in that case), B can conclude . And since this does not happen, everyone figures out that we don't live in the world.
In short, if B saw he would immediately conclude since is not possible.
Common Knowledge of impossible worlds:
Event 3: C says IDK
Following similar logic - we list more scenarios in which C wouldn't say IDK, and thus can be eliminated:
- Since , we know . Thus is eliminated.
- Since is not possible, . Eliminate .
- Otherwise, looking at and , C would conclude (since or A wouldn't have said IDK).
- Since is not possible, . Eliminate .
- Otherwise, seeing and , C would conclude (since or B wouldn't have said IDK).
- Since is not possible, . Eliminate .
- Otherwise, seeing and , C would conclude (since or B wouldn't have said IDK).
Common knowledge of impossible worlds:
Event 4: A says IK
And you're like WTFF???
Until now we've figured out the scenarios in which the speaker would know their number to eliminate those worlds. Now we do the same thing, but to figure out which world we live in.
From A's point of view, there are always two possible worlds - . Since we have a list of eliminated worlds (as does A), we can list down worlds in which A would be able to eliminate one of his two options:
This is calculated by looking at the eliminated worlds and figuring out the complementary world from A's pov. Complementary in , so if the eliminated world is its complement is and vice versa.
Eliminated world Only possible world in given scenario
Of these, the possible worlds are all but . Since A says 65, and , we know that the only possible world is where and we have .
So the product, .
The original is a great follow-up to this, and likely significantly more difficult and fun.