In graph theory, a T-Coloring of a graph [math]\displaystyle{ G = (V, E) }[/math], given the set T of nonnegative integers containing 0, is a function [math]\displaystyle{ c: V(G) \to \N }[/math] that maps each vertex to a positive integer (color) such that if u and w are adjacent then [math]\displaystyle{ |c(u) - c(w)| \notin T }[/math].[1] In simple words, the absolute value of the difference between two colors of adjacent vertices must not belong to fixed set T. The concept was introduced by William K. Hale.[2] If T = {0} it reduces to common vertex coloring.
The T-chromatic number, [math]\displaystyle{ \chi_{T}(G), }[/math] is the minimum number of colors that can be used in a T-coloring of G.
The complementary coloring of T-coloring c, denoted [math]\displaystyle{ \overline{c} }[/math] is defined for each vertex v of G by
where s is the largest color assigned to a vertex of G by the c function.[1]
Proof. Every T-coloring of G is also a vertex coloring of G, so [math]\displaystyle{ \chi_{T}(G)\geq \chi(G). }[/math] Suppose that [math]\displaystyle{ \chi(G)=k }[/math] and [math]\displaystyle{ r=\max(T). }[/math] Given a common vertex k-coloring function [math]\displaystyle{ c: V(G) \to \N }[/math] using the colors [math]\displaystyle{ \{1, \ldots,k\}. }[/math] We define [math]\displaystyle{ d: V(G) \to \N }[/math] as
For every two adjacent vertices u and w of G,
so [math]\displaystyle{ |d(u) - d(w)| \notin T. }[/math] Therefore d is a T-coloring of G. Since d uses k colors, [math]\displaystyle{ \chi_{T}(G)\leq k =\chi(G). }[/math] Consequently, [math]\displaystyle{ \chi_{T}(G)=\chi(G). }[/math]
The span of a T-coloring c of G is defined as
The T-span is defined as:
Some bounds of the T-span are given below:
Original source: https://en.wikipedia.org/wiki/T-coloring.
Read more |