In your work as a cartographer, youβve made many maps. In order to make your maps comprehensible, you prefer to give adjacent states different colors. How many colors are required to color the map in FigureΒ 6.2.2 so that adjacent states are colored differently?
One of the interesting problems in graph theory is the problem of vertex coloring. In a proper vertex coloring, each vertex is assigned a color so that adjacent vertices are given different colors. We make this precise using the notion of function in DefinitionΒ 6.2.3.
Let \(G = (V,E)\) be a graph, \(V = \set{v_1, v_2, \ldots, v_n}\text{,}\) and \(C = \set{c_1, c_2, \ldots, c_k}\) a set of labels called colors. A proper vertex coloring is a function \(c : V\to C\) such that if \(\set{v_i, v_j}\in E\text{,}\)\(c(v_i)\ne c(v_j)\text{.}\)
The chromatic number of \(G\text{,}\) denoted \(\chi(G)\text{,}\) is the cardinality of the smallest set of colors \(C\) for which there is a proper coloring for the vertices of \(G\text{.}\)
In SubsectionΒ 6.2.1.1, we explored the problem of minimizing the number of colors needed to properly color the vertices of a graph \(G\text{.}\) In the sequel, we consider the problem of coloring edges.
Let \(G = (V,E)\) be a graph, \(E = \set{e_1, e_2,\ldots, e_n}\text{,}\) and \(C = \set{c_1, c_2, \ldots, c_k}\) a set of labels called colors. A proper edge coloring of \(G\) is a function \(c: E \to C\) such that \(c(e_i) \ne c(e_j)\) if \(e_i \cap e_j \ne \emptyset\text{.}\)
Further, suppose \(C\) admits a proper edge coloring of \(G\text{.}\) We label the cardinality of a smallest such \(C\) the chromatic index of \(G\text{,}\) and use the symbol \(\chi'(G)\text{.}\)
Another important class of graphs is that of the complete bipartite graphs. First, calculate \(\chi'(K_{2,2}), \chi'(K_{2,3}), \chi'(K_{3,3}), \chi'(K_{3,4})\text{,}\) and \(\chi'(K_{3,5})\text{.}\) Then, conjecture a value for \(\chi'(K_{m,n})\text{.}\) Can you prove your conjecture?