Graphcoloring 100929012136 Phpapp02
Graphcoloring 100929012136 Phpapp02
A proper vertex coloring of the Petersen graph with 3 colors, the minimum number
possible.
Vertex coloring is the starting point of the subject, and other coloring problems can be
transformed into a vertex version. For example, an edge coloring of a graph is just a
vertex coloring of its line graph, and a face coloring of a planar graph is just a vertex
coloring of its planar dual. However, non-vertex coloring problems are often stated and
studied as is. That is partly for perspective, and partly because some problems are best
studied in non-vertex form, as for instance is edge coloring.
The convention of using colors originates from coloring the countries of a map, where
each face is literally colored. This was generalized to coloring the faces of a graph
embedded in the plane. By planar duality it became coloring the vertices, and in this form
it generalizes to all graphs. In mathematical and computer representations it is typical to
use the first few positive or nonnegative integers as the "colors". In general one can use
any finite set as the "color set". The nature of the coloring problem depends on the
number of colors but not on what they are.