5 questions to test your understanding
Graph G contains a triangle (three mutually adjacent vertices) as a subgraph. What can you conclude about χ(G)?
You run a greedy coloring algorithm on graph G and use 5 colors. Your friend claims to have found a valid coloring of G using only 4 colors. Is this a contradiction?
Every bipartite graph has a chromatic number of exactly 2.
The four-color theorem guarantees that any graph, regardless of structure, can be properly colored with at most 4 colors.
Why is computing the chromatic number χ(G) of an arbitrary graph computationally hard, even though verifying whether a given coloring is proper is easy?