Overfull graph

From HandWiki

In graph theory, an overfull graph is a graph whose size is greater than the product of its maximum degree and half of its order floored, i.e. [math]\displaystyle{ |E| \gt \Delta (G) \lfloor |V|/2 \rfloor }[/math] where [math]\displaystyle{ |E| }[/math] is the size of G, [math]\displaystyle{ \displaystyle\Delta(G) }[/math] is the maximum degree of G, and [math]\displaystyle{ |V| }[/math] is the order of G. The concept of an overfull subgraph, an overfull graph that is a subgraph, immediately follows. An alternate, stricter definition of an overfull subgraph S of a graph G requires [math]\displaystyle{ \displaystyle\Delta (G) = \Delta (S) }[/math].

Examples

Every odd cycle graph of length five or more is overfull. The product of its degree (two) and half its length (rounded down) is one less than the number of edges in the cycle. More generally, every regular graph with an odd number [math]\displaystyle{ n }[/math] of vertices is overfull, because its number of edges, [math]\displaystyle{ \Delta n/2 }[/math] (where [math]\displaystyle{ \Delta }[/math] is its degree), is larger than [math]\displaystyle{ \Delta\lfloor n/2\rfloor }[/math].

Properties

A few properties of overfull graphs:

  1. Overfull graphs are of odd order.
  2. Overfull graphs are class 2. That is, they require at least Δ + 1 colors in any edge coloring.
  3. A graph G, with an overfull subgraph S such that [math]\displaystyle{ \displaystyle\Delta (G) = \Delta (S) }[/math], is of class 2.

Overfull conjecture

In 1986, Amanda Chetwynd and Anthony Hilton posited the following conjecture that is now known as the overfull conjecture.[1]

A graph G with [math]\displaystyle{ \Delta (G) \gt n/3 }[/math] is class 2 if and only if it has an overfull subgraph S such that [math]\displaystyle{ \displaystyle \Delta (G) = \Delta (S) }[/math].

This conjecture, if true, would have numerous implications in graph theory, including the 1-factorization conjecture.[2]

Algorithms

For graphs in which [math]\displaystyle{ \Delta \ge\frac{n}{3} }[/math], there are at most three induced overfull subgraphs, and it is possible to find an overfull subgraph in polynomial time. When [math]\displaystyle{ \Delta\ge\frac{n}{2} }[/math], there is at most one induced overfull subgraph, and it is possible to find it in linear time.[3]

References

  1. Chetwynd, A. G.; Hilton, A. J. W. (1986), "Star multigraphs with three vertices of maximum degree", Mathematical Proceedings of the Cambridge Philosophical Society 100 (2): 303–317, doi:10.1017/S030500410006610X, https://eprints.lancs.ac.uk/id/eprint/19968/1/download2.pdf .
  2. Chetwynd, A. G.; Hilton, A. J. W. (1989), "1-factorizing regular graphs of high degree—an improved bound", Discrete Mathematics 75 (1–3): 103–112, doi:10.1016/0012-365X(89)90082-4 .
  3. Niessen, Thomas (2001), "How to find overfull subgraphs in graphs with large maximum degree. II", Electronic Journal of Combinatorics 8 (1): Research Paper 7, http://www.combinatorics.org/Volume_8/Abstracts/v8i1r7.html .