List Coloring
   HOME

TheInfoList



OR:

In
graph theory In mathematics, graph theory is the study of ''graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conne ...
, a branch of
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, list coloring is a type of
graph coloring In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices o ...
where each vertex can be restricted to a list of allowed colors. It was first studied in the 1970s in independent papers by Vizing and by
Erdős Erdős, Erdos, or Erdoes is a Hungarian surname. People with the surname include: * Ágnes Erdős (born 1950), Hungarian politician * Brad Erdos (born 1990), Canadian football player * Éva Erdős (born 1964), Hungarian handball player * Józse ...
,
Rubin Rubin is both a surname and a given name. Rubins is a Latvian-language form of the name. As a Jewish name, it derives from the biblical name Reuben. The choice is also influenced by the word ''rubin'' meaning "ruby" is some languages.
, and Taylor.


Definition

Given a graph ''G'' and given a set ''L''(''v'') of colors for each vertex ''v'' (called a list), a list coloring is a ''choice function'' that maps every vertex ''v'' to a color in the list ''L''(''v''). As with graph coloring, a list coloring is generally assumed to be proper, meaning no two
adjacent vertices receive the same color. A graph is ''k''-choosable (or ''k''-list-colorable) if it has a proper list coloring no matter how one assigns a list of ''k'' colors to each vertex. The choosability (or list colorability or list chromatic number) ch(''G'') of a graph ''G'' is the least number ''k'' such that ''G'' is ''k''-choosable. More generally, for a function ''f'' assigning a positive integer ''f''(''v'') to each vertex ''v'', a graph ''G'' is ''f''-choosable (or ''f''-list-colorable) if it has a list coloring no matter how one assigns a list of ''f''(''v'') colors to each vertex ''v''. In particular, if f(v) = k for all vertices ''v'', ''f''-choosability corresponds to ''k''-choosability.


Examples

Consider the complete
bipartite graph In the mathematical field of graph theory, a bipartite graph (or bigraph) is a graph whose vertices can be divided into two disjoint and independent sets U and V, that is every edge connects a vertex in U to one in V. Vertex sets U and V are ...
''G'' = ''K''2,4, having six vertices ''A'', ''B'', ''W'', ''X'', ''Y'', ''Z'' such that ''A'' and ''B'' are each connected to all of ''W'', ''X'', ''Y'', and ''Z'', and no other vertices are connected. As a bipartite graph, ''G'' has usual chromatic number 2: one may color ''A'' and ''B'' in one color and ''W'', ''X'', ''Y'', ''Z'' in another and no two adjacent vertices will have the same color. On the other hand, ''G'' has list-chromatic number larger than 2, as the following construction shows: assign to ''A'' and ''B'' the lists and . Assign to the other four vertices the lists , , , and . No matter which choice one makes of a color from the list of ''A'' and a color from the list of ''B'', there will be some other vertex such that both of its choices are already used to color its neighbors. Thus, ''G'' is not 2-choosable. On the other hand, it is easy to see that ''G'' is 3-choosable: picking arbitrary colors for the vertices ''A'' and ''B'' leaves at least one available color for each of the remaining vertices, and these colors may be chosen arbitrarily. More generally, let ''q'' be a positive integer, and let ''G'' be the
complete bipartite graph In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set..Electronic edition page 17. Graph theory ...
''K''''q'',''q''''q''. Let the available colors be represented by the ''q''2 different two-digit numbers in
radix In a positional numeral system, the radix or base is the number of unique digits, including the digit zero, used to represent numbers. For example, for the decimal/denary system (the most common system in use today) the radix (base number) is t ...
''q''. On one side of the bipartition, let the ''q'' vertices be given sets of colors in which the first digits are equal to each other, for each of the ''q'' possible choices of the first digit ''i''. On the other side of the bipartition, let the ''qq'' vertices be given sets of colors in which the first digits are all distinct, for each of the ''qq'' possible choices of the ''q''-tuple The illustration shows a larger example of the same construction, with ''q'' = 3. Then, ''G'' does not have a list coloring for ''L'': no matter what set of colors is chosen for the vertices on the small side of the bipartition, this choice will conflict with all of the colors for one of the vertices on the other side of the bipartition. For instance if the vertex with color set is colored 01, and the vertex with color set is colored 10, then the vertex with color set cannot be colored. Therefore, the list chromatic number of ''G'' is at least ''q'' + 1.. Similarly, if n=\binom, then the complete bipartite graph ''K''''n'', ''n'' is not ''k''-choosable. For, suppose that 2''k'' − 1 colors are available in total, and that, on a single side of the bipartition, each vertex has available to it a different ''k''-tuple of these colors than each other vertex. Then, each side of the bipartition must use at least ''k'' colors, because every set of ''k'' − 1 colors will be disjoint from the list of one vertex. Since at least ''k'' colors are used on one side and at least ''k'' are used on the other, there must be one color which is used on both sides, but this implies that two adjacent vertices have the same color. In particular, the
utility graph As a topic of economics, utility is used to model worth or value. Its usage has evolved significantly over time. The term was introduced initially as a measure of pleasure or happiness as part of the theory of utilitarianism by moral philosopher ...
''K''3,3 has list-chromatic number at least three, and the graph ''K''10,10 has list-chromatic number at least four.


Properties

For a graph ''G'', let χ(''G'') denote the
chromatic number In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices o ...
and Δ(''G'') the maximum degree of ''G''. The list coloring number ch(''G'') satisfies the following properties. # ch(''G'') ≥ χ(''G''). A ''k''-list-colorable graph must in particular have a list coloring when every vertex is assigned the same list of ''k'' colors, which corresponds to a usual ''k''-coloring. # ch(''G'') cannot be bounded in terms of chromatic number in general, that is, there is no function ''f'' such that ch(''G'') ≤ ''f''(χ(''G'')) holds for every graph ''G''. In particular, as the complete bipartite graph examples show, there exist graphs with χ(''G'') = 2 but with ch(''G'') arbitrarily large. # ch(''G'') ≤ χ(''G'') ln(''n'') where ''n'' is the number of vertices of ''G''. # ch(''G'') ≤ Δ(''G'') + 1. # ch(''G'') ≤ 5 if ''G'' is a
planar graph In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cross ...
. # ch(''G'') ≤ 3 if ''G'' is a bipartite planar graph.


Computing choosability and (''a'', ''b'')-choosability

Two algorithmic problems have been considered in the literature: # ''k''-''choosability'': decide whether a given graph is ''k''-choosable for a given ''k'', and # (''a'', ''b'')-''choosability'': decide whether a given graph is ''f''-choosable for a given function f : V \to \. It is known that ''k''-choosability in bipartite graphs is \Pi^p_2-complete for any ''k'' ≥ 3, and the same applies for 4-choosability in planar graphs, 3-choosability in planar
triangle-free graph In the mathematical area of graph theory, a triangle-free graph is an undirected graph in which no three vertices form a triangle of edges. Triangle-free graphs may be equivalently defined as graphs with clique number ≤ 2, graphs with ...
s, and (2, 3)-choosability in bipartite planar graphs.. For P5-free graphs, that is, graphs excluding a 5-vertex
path graph In the mathematical field of graph theory, a path graph or linear graph is a graph whose vertices can be listed in the order such that the edges are where . Equivalently, a path with at least two vertices is connected and has two termina ...
, ''k''-choosability is
fixed-parameter tractable In computer science, parameterized complexity is a branch of computational complexity theory that focuses on classifying computational problems according to their inherent difficulty with respect to ''multiple'' parameters of the input or output. T ...
. It is possible to test whether a graph is 2-choosable in
linear time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by ...
by repeatedly deleting vertices of degree zero or one until reaching the 2-core of the graph, after which no more such deletions are possible. The initial graph is 2-choosable if and only if its 2-core is either an even cycle or a theta graph formed by three paths with shared endpoints, with two paths of length two and the third path having any even length.


Applications

List coloring arises in practical problems concerning channel/frequency assignment..


See also

*
List edge-coloring In mathematics, list edge-coloring is a type of graph coloring that combines list coloring and edge coloring. An instance of a list edge-coloring problem consists of a graph together with a list of allowed colors for each edge. A list edge-colori ...


References

Further reading *, Chapter 34 ''Five-coloring plane graphs''. *Diestel, Reinhard. ''Graph Theory''. 3rd edition, Springer, 2005. Chapter 5.4 ''List Colouring''.