Questions: List Coloring and Choosability

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A bipartite graph K_{3,3} has chromatic number 2. Someone claims: 'We have 6 different colors available — one assigned to each vertex — so we can always list-color it.' The lists each have size 1. What is wrong with this reasoning?

AK_{3,3} actually requires 3 colors, so the chromatic number assumption is wrong
BList coloring requires every vertex's list to have size k; with size-1 lists, adjacent vertices may receive the same color, making a valid coloring impossible
CHaving 6 distinct colors for 6 vertices guarantees a valid coloring regardless of adjacency
DBipartite graphs are not list-colorable because they contain no odd cycles
Question 2 Multiple Choice

Which statement correctly describes the relationship between the chromatic number χ(G) and the list chromatic number χ_ℓ(G)?

Aχ(G) = χ_ℓ(G) always, because the adversary can never do worse than the uniform case
Bχ_ℓ(G) ≤ χ(G) always, because list coloring is strictly more flexible
Cχ(G) ≤ χ_ℓ(G) always, and the gap can be dramatic — for example, K_{n,n} has χ = 2 but χ_ℓ = Θ(log n)
Dχ_ℓ(G) < χ(G) for all graphs with at least one cycle
Question 3 True / False

If a graph can be properly colored with k colors, it can usually be properly list-colored from any assignment of lists of size k.

TTrue
FFalse
Question 4 True / False

The list chromatic number of a graph is always at least as large as its standard chromatic number.

TTrue
FFalse
Question 5 Short Answer

Why does having many total colors available across all vertex lists not guarantee that a graph can be list-colored from those lists?

Think about your answer, then reveal below.