| tags:[ research ]
Hat chromatic number of graphs
List of sources used to create this summary can be found at the bottom of the page.
Problem statement
We are given a graph
The hat chromatic number
Known results and conjectures
Classic version
Example: Let us have a graph containing a single edge between two vertices. Each vertex is occupied by a player, who sees only the other player (not himself). Each of them gets a hat which is either red or blue. How should they plan their guesses so that when guessing their hat color simultaneously at least one of them will be correct?
Observation (monotocity): If Bears win for
Lemma (number of correct guesses): Every Bear guesses exactly
Proof:
Fix all colors except for one Bear.
The Bear’s guess is now fixed, and by changing his hat-color, we hit his guess exactly once out of
Observation (general upper bound):
Proof:
By the previous lemma, one Bear guesses correctly exactly
Theorem (cliques):
Proof:
The strategy for
Theorem (non-cliques upperbound):
Proof:
Recall the proof of “general upper bound”.
If two vertices A and B are not connected then we can watch coloring from their (independent) point of view.
There is a chance
Observation (subgraphs):
Theorem (cycle, Szczechla 2010, CONF ↗, PDF ↗):
We shall not prove the Theorem in its entirety as it is rather complex.
Proof (only for
Theorem (paths):
Proof:
Theorem (trees, Butler, et al., PDF ↗):
Conjecture (strong coloring number) :
Conjecture (weak coloring number):
Conjecture (strong planar):
Conjecture (weak planar):
Theorem (planar, TODO REF):
Theorem (max degree):
Proof: In random coloring each vertex has chance of 1/k to guess its color. Apply LLL
Conjecture (max degree):
Observation (max clique): By the subgraph observation, we have that
Conjecture (max clique):
Conjecture (Hadwiger number ↗):
Theorem (vertex addition lowerbound): If we can win on a graph G then we can win on a graph G’ = G \cup V where V is a new vertex which is arbitrarily connected to G, by V guessing 2, neighbors of V adding 1 to their guess and rest stays the same.
Proof: TODO
List version
If each Bear has a list of colors from which the color is chosen (similarly to list coloring), we get a different, more configurable, version of hat chromatic number problem. We will denote the order of list by a simple number, and represent order of all Bear lists as (A1,A2,…,AN). Note that it does not matter which colors are in the lists.
Observation (monotocity): If every Bear has list of smaller or same order, then the list hat chromatic number cannot increase.
Theorem (loosing path): On a path
Proof: For N=1 the claim is trivial. For all N>1 we note that the last Bear A guess is based on second to last Bear B. B’s list has 3 elements, so A guesses the same color twice, say he guesses 1 when he sees 1 or 2 on B. We put color 2 on A and restrict ourselvest to colors 1 and 2 for B, diregard A which cannot win, and use induction on path shorter by one.
Theorem (losing cycle): On a cycle
Proof: TODO
Let us focus on Bear B with list of 4 colors in
Sources
- Hat Chromatic Number of Graphs - Bosek, Dudek, Farnik, Grytczuk, Mazur ↗
- The three colour hat guessing game on cycle graphs - Szczechla ↗ (Sub 25.3.2015, Pub 17.2.2017)
todos