Graph Coloring-I
Graph Coloring-I
Can all maps be colored with at most four colors? Many people believed that the answer is in the
affirmative, but no one could prove it for a longtime. This is known as the four-color problem.
An important aspect of this conjecture is that a region, such as a country or state, cannot be split into two
disconnected pieces. The Four-Color Conjecture started as a map coloring problem yet migrated into a
graph coloring problem.
1
k-coloring:
A 5-coloring, a 4-coloring and a 3-coloring of G are, respectively, shown in (a), (b) and (c) of Fig. 8.2.4.
2
Color Classes:
Remark:
Note that each Si is non-empty, every two different color classes are disjoint and𝑉(𝐺) = 𝑆1 ∪ 𝑆2 ∪ … ∪ 𝑆𝑘
Independence Number:
Most problems on graph coloring are optimization problems since we want to minimize the number of
colors used; that is, find the lowest value of k so that G has a proper k-coloring.
The example below demonstrates how a map coloring relates to a vertex coloring of a graph.
3
4
5