Total coloring

from Wikipedia, the free encyclopedia

The total coloring is a term used in graph theory and a generalization of both the edge coloring and from the node coloring .

definition

Let be a graph and a mapping, which assigns a natural number (in this context also called color) to every edge and every node. is called a valid total coloring or valid k-total coloring if for all adjacent or incident elements off applies. In particular, the graph is colored both at the edges and at the nodes, whereby it is again required that neighboring elements are given different colors. In addition, there is the promotion that an edge is colored differently than its endpoints.

If a graph has a valid -Total coloring, but no valid -Total coloring, then the total chromatic number is called by and is denoted by.

example

A total coloring of the (of the complete graph with 4 nodes)

The graph shown on the right is provided with a valid total coloring, since every colored edge or node is never adjacent to an edge or node of the same color. The coloring uses five different colors, but in order to determine the total chromatic number, it would first have to be shown that there is no valid total coloring that gets by with fewer colors.

properties

  • Obviously , for any graph , where is the maximum degree, is the chromatic index and the chromatic number .
  • It is true that it is necessarily bipartite .
  • It is assumed that applies to simple graphs ( assumption of total coloring ). So far, however, this could only be shown for restricted graph classes, for example for bipartite graphs.

literature