Share on Facebook Share on Twitter Email
Answers.com

Edge coloring

 
Wikipedia: Edge coloring
3-edge-coloring of Desargues graph.

In graph theory, an edge coloring of a graph is an assignment of “colors” to the edges of the graph so that no two adjacent edges have the same color. For example, the figure to the right shows an edge coloring of a graph by the colors red, blue, and green. Edge colorings are one of several different types of graph coloring.

The edge-coloring problem asks whether it is possible to color a given graph using at most n colors. The minimum required number of colors for a graph is called the chromatic index. For example, the graph on the right can be colored by three colors but cannot be colored by two colors, and thus has chromatic index three.

Contents

Definition

As with its vertex counterpart, an edge coloring of a graph, when mentioned without any qualification, is always assumed to be a proper coloring of the edges, meaning no two adjacent edges are assigned the same color. Here, "adjacent" means sharing a common vertex. A proper edge coloring with k colors is called a (proper) k-edge-coloring and is equivalent to the problem of partitioning the edge set into k matchings. A graph that can be assigned a (proper) k-edge-coloring is k-edge-colorable. A 3-edge-coloring of a cubic graph is sometimes called a Tait coloring.

The smallest number of colors needed in a (proper) edge coloring of a graph G is the chromatic index, or edge chromatic number, χ′(G), also sometimes notated χ1(G). A graph is k-edge-chromatic if its chromatic index is exactly k. The chromatic index should not be confused with the chromatic number χ(G).

Properties

In the following, let Δ(G) denote the maximum degree; and μ(G), the multiplicity. Some properties of χ′(G):

  1. χ′(G) = 1 if and only if G is a matching.
  2. χ′(G) ≥ Δ(G).
  3. χ′(G) ≤ Δ(G) + 1. (Vizing's theorem, named for Vadim G. Vizing who discovered it in 1964, divides all graphs into 2 classes: Class 1 graphs have χ′(G) = Δ; Class 2 graphs have χ′(G) = Δ(G)+1).
  4. χ′(G) ≤ Δ(G) + μ(G), where G is allowed to be a multigraph.
  5. χ′(G) ≤ (3/2)Δ(G) for any multigraph (Shannon 1949)
  6. χ′(G) = Δ(G) if G is a bipartite graph. (König's bipartite theorem)
  7. χ′(G) = Δ(G) if G is simple, planar and Δ(G) ≥ 7. (Vizing 1965 combined with Sanders & Zhao 2001)
  8. χ′(G) = Δ(G) for almost all graphs (Erdős & Wilson 1977).

Classifying graphs and finding their chromatic index

As we can see from above, χ′(G) equals either Δ(G) or Δ(G) + 1. When χ′(G) = Δ(G), G is said to be Class 1; otherwise, Class 2. Holyer (1981) proved that it is NP-complete to determine whether a simple graph is Class 1 or Class 2. However, efforts have been made to give a partial characterization. For example, Vizing (1965) showed that a simple, planar graph is Class 1 if its maximum degree is at least 8. In contrast, he observed that for maximum degree 2, 3, 4, and 5, there exist simple, planar graphs of Class 2. For example, begin with a platonic solid and replace a single edge by a path of two adjacent edges. In this way, the platonic solids yield simple, planar class 2 graphs of maximum degree 3, 4, and 5. (Every cycle of odd length is a class 2 graph of maximum degree 2.) Vizing conjectured the following result for the two cases he did not solve:

Vizing's planar graph conjecture. (Vizing 1965)

All simple, planar graphs with maximum degree 6 or 7 are Class 1.

Sanders & Zhao (2001) partially proved Vizing's planar graph conjecture. They showed that all simple, planar graphs with maximum degree 7 are class 1. Thus, the only case that remains unsolved for simple, planar graphs is maximum degree 6.

This conjecture has implications for the total coloring conjecture.

See also

References

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Best of the Web: Edge coloring
Top

Some good "Edge coloring" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Edge coloring" Read more