Hat Puzzles
logic
We discussed a variety of puzzles in the genre of hat puzzles, which roughly have following story arc:
- a bunch of (not necessarily finite (!!!)) people are in a location
- all of them are wearing hats of one of c colors, typically c = 2 (we will assume that hats are either red or blue)
- nobody knows the color of their own hat
- folks can see the colors of other’s hats (but not necessarily all of them; this depends on the setting)
- everyone is tasked with determining/guessing the color of their own hat, and failure to get it right (most of the time) will usually lead to unpleasant outcomes
A traditional special case is the following:
- There are n people standing on a line.
- Everyone can see the colors of the hats of everyone ahead of them.
- A strategy for how one’s own hat color is determined can be coordinated in advance.
- Starting from the person who can see everyone else (and their hats, more importantly), to the person at the end who sees nothing, everyone spells out their guess of the color of their own hat loudly and clearly for everyone else to hear. There is no communication between poeple other than this.
- All but one person must figure out the color of their hat correctly.
A crazier version is the following:
- There are infinitely many people in a room.
- Everyone can see the colors of the hats of everyone else, but not their own.
- Nobody can hear anyone else’s guess.
- Everyone guesses simultaneously.
- Is there a strategy to ensure that infinitely many guesses are correct?
- [Level Up]: Is there a strategy to ensure that at most finitely many guesses are wrong?
This is fun to think about, and you’re probably going to have to invoke something something axiom of choice something something to tackle the situation!
Spoiler Alert!