Next Article in Journal
A Modified Grey Wolf Optimization Algorithm for an Intrusion Detection System
Previous Article in Journal
Computation and Hypercomputation
Previous Article in Special Issue
Total Coloring of Dumbbell Maximal Planar Graphs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Domination Coloring of Graphs

1
School of Electronics Engineering and Computer Science, Peking University, Beijing 100871, China
2
Key Laboratory of High Confidence Software Technologies, Peking University, Beijing 100871, China
*
Author to whom correspondence should be addressed.
Mathematics 2022, 10(6), 998; https://doi.org/10.3390/math10060998
Submission received: 24 February 2022 / Revised: 16 March 2022 / Accepted: 18 March 2022 / Published: 21 March 2022
(This article belongs to the Special Issue Advances in Discrete Applied Mathematics and Graph Theory)

Abstract

:
A domination coloring of a graph G is a proper vertex coloring of G, such that each vertex of G dominates at least one color class (possibly its own class), and each color class is dominated by at least one vertex. The minimum number of colors among all domination colorings is called the domination chromatic number, denoted by χ d d ( G ) . In this paper, we study the complexity of the k-domination coloring problem by proving its NP-completeness for arbitrary graphs. We give basic results and properties of χ d d ( G ) , including the bounds and characterization results, and further research χ d d ( G ) of some special classes of graphs, such as the split graphs, the generalized Petersen graphs, corona products, and edge corona products. Several results on graphs with χ d d ( G ) = χ ( G ) are presented. Moreover, an application of domination colorings in social networks is proposed.

1. Introduction and Preliminary

1.1. Introduction

Coloring and domination are two important fields in graph theory, and both have rich research results. For comprehensive results of coloring and domination in graphs, refer to [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17], respectively. Moreover, graph coloring and domination problems are often in relation. Chellali and Volkmann [18] showed some relations between the chromatic number and some domination parameters in a graph. For a graph G = ( V , E ) , a vertex v V dominates a set S V if it is adjacent to every vertex of S, meanwhile, we say that v is a dominator of S, and S is dominated by v. Hedetniemi et al. [19] introduced the concept of a dominator partition of a graph. A dominator partition is a partition π = { V 1 , V 2 , , V k } of V ( G ) , such that every vertex v V is a dominator of at least one block V i of π . Motivated by [19], Gera et al. [20] proposed the dominator coloring in 2006.
Definition 1
([20]). A dominator coloring of a graph G is a proper coloring, such that every vertex of G dominates at least one color class (possibly its own class). The dominator chromatic number of G, denoted by χ d ( G ) , is the minimum number of colors among all dominator colorings of G.
Gera researched further in [21,22]. More results on the dominator coloring can be found in [23,24,25,26]. Kazemi [27] proposed the concept of total dominator coloring in 2015, which is a proper coloring, such that each vertex of the graph is adjacent to every vertex of some (other) color class. For more results on the total dominator coloring, refer to [28,29,30]. In 2015, Merouane et al. [31] proposed the dominated coloring:
Definition 2
([31]). A dominated coloring of a graph G is a proper coloring such that every color class is dominated by at least one vertex. The dominated chromatic number of G, denoted by χ d o m ( G ) , is the minimum number of colors among all dominated colorings of G.
More results on the dominated coloring can be found in [32,33,34].
For problems mentioned above, the domination property is defined either on vertices or on color classes. Indeed, each color class in a dominator coloring is not necessarily dominated by a vertex, and each vertex in a dominated coloring does not necessarily dominate a color class. In this paper, we introduce the domination coloring that both of the vertices and color classes should satisfy the domination property.
Definition 3.
A domination coloring of a graph G is a proper vertex coloring of G, such that each vertex of G dominates at least one color class (possibly its own class), and each color class is dominated by at least one vertex. The domination chromatic number of G, denoted by χ d d ( G ) , is the minimum number of color classes in a domination coloring of G.
The domination coloring problem is to find a domination coloring of G, such that the number of color classes is minimized. Here, we describe a possible application for the domination coloring problem in the following scenario. In a social network, social actors are represented as vertices and their relationships as edges (two actors are adjacent if they are friends). Two strangers can become friends by their mutual friend (i.e., intermediary). Then, each actor wants to develop interpersonal relationships in the social network by some intermediaries, meanwhile, each actor wants to be the important intermediary of other strangers. The domination coloring problem involves finding the minimum groups of actors in the social network with the below properties:
  • Actors in the same group are strangers;
  • Actors in the same group can become friends by at least one common intermediary;
  • Each actor is an intermediary of at least one actor (stranger) group.
We proceed as follows. In the rest of Section 1, we recall some basic definitions that will be used in the following sections. In Section 2, we analyse the complexity of the k-domination coloring problem. In Section 3, we present basic results and properties of the domination chromatic number χ d d ( G ) , including the bounds and characterization results. In Section 4, we further research χ d d ( G ) of some special classes of graphs, including the split graphs, the generalized Petersen graphs P ( n , 1 ) , corona products, and edge corona products. In Section 5, we investigate some realization results on graphs with χ d d ( G ) = χ ( G ) . Finally, we make a conclusion in Section 6.

1.2. Preliminary

Graphs considered in this paper are finite, simple, undirected, and connected. Let G = ( V , E ) be a graph with n = | V | and m = | E | . For any vertex v V ( G ) , the open neighborhood of v is the set N ( v ) = { u | u v E ( G ) } and the closed neighborhood is the set N [ v ] = N ( v ) { v } . Similarly, the open and closed neighborhoods of a set X V are, respectively, N ( X ) = x X N ( x ) and N [ X ] = N ( X ) X . The degree of a vertex v V , denoted by d e g ( v ) , is the cardinality of its open neighborhood. The maximum and minimum degree of a graph G is denoted by Δ ( G ) and δ ( G ) , respectively. We call a vertex of degree one a leaf or a pendant vertex, its adjacent vertex a support vertex. Given a set X V , we denote by G [ X ] the subgraph of G induced by X. Given any graph H, a graph G is H-free if it does not have any induced subgraph isomorphic to H. We denote by P n the path on n vertices and by C n the cycle on n vertices. A tree is a connected acyclic graph. The complete graph on n vertices is denoted by K n and the complete graph of order 3 is called a triangle. The complete bipartite graph with classes of orders r and s is denoted by K r , s . A star S k is the graph K 1 , k with k 1 .
An independent set in G is a set of vertices, such that any two vertices in the set are not adjacent. A matching in a graph G is a set of nonadjacent edges of G. The matching number α ( G ) is the cardinality of a largest matching in G. A vertex cover in a graph G is a set of vertices, such that each edge has at least one endpoint in the set. The vertex cover number β ( G ) is the cardinality of a smallest vertex cover in G. The clique number w ( G ) of a graph G is the maximum order among the complete subgraphs of G.
A proper vertex k-coloring of a graph G = ( V , E ) is a mapping f : V { 1 , 2 , , k } , such that any two adjacent vertices receive different colors. In fact, this problem is equivalent to the problem of partitioning the vertex set of G into k independent sets { V 1 , V 2 , , V k } where V i = { x V | f ( x ) = i } . The set of all vertices colored with the same color is called a color class. The chromatic number of G, denoted by χ ( G ) , is the minimum number of colors among all proper colorings of G.
A dominating set S is a subset of the vertices in a graph G, such that every vertex in G either belongs to S or has a neighbor in S. The domination number γ ( G ) is the minimum cardinality of a dominating set of G. A γ ( G ) -set is a dominating set of G with minimum cardinality.
For any undefined terms, the reader is referred to the book by Bondy and Murty [35].

2. Complexity Results

This section focuses on the complexity study of the domination coloring problem, e.g., whether an arbitrary graph admits a domination coloring with the most k colors. We give the formalization of this problem.
  • k-domination coloring problem.
    Instance: a graph G = ( V , E ) without isolated vertices and a positive integer k.
    Question: is there a domination coloring of G with the most k colors?
Theorem 1.
For k 4 , the k-domination coloring problem is NP-complete.
 Proof. 
The k-domination coloring problem is in NP, since verifying if a coloring is a domination coloring could be performed in polynomial time. Now, we give a polynomial time reduction from the k-coloring problem, which is known to be NP-complete, for k 3 . Let G = ( V , E ) be a graph without isolated vertices. We construct a graph G from G by adding a new vertex x to G and adding edges between x and every vertex of G. That is, x is a dominating vertex of G , as shown in Figure 1. We show that G admits a proper coloring with k colors if and only if G admits a domination coloring with k + 1 colors.
First, we prove the necessity. Let f be a proper k-coloring of G, and the corresponding color classes set is { V 1 , V 2 , , V k } . We construct a ( k + 1 ) -domination coloring f of G with the color classes set { V 1 = V 1 , V 2 = V 2 , , V k = V k , V k + 1 = { x } } . It is easy to see that f is a domination coloring of G since
  • f is proper;
  • Each vertex other than x dominates at least the color class containing x and x dominates all color classes of f ;
  • Each color class other than { x } is dominated by x and the color class containing x is dominated by any other vertex.
Then, we prove the sufficiency. Let f be a ( k + 1 ) -domination coloring of G , and { V 1 , V 2 , , V k , V k + 1 } is the color classes set. Since f is proper, there exists a color class V i such that V i = { x } . Thus, we can construct a proper k-coloring of G by removing the color class V i from f .
From the above, the k-domination coloring problem is NP-complete, for k 4 . □

3. Basic Results and Properties of the Domination Chromatic Number

In this section, we study some properties of the domination coloring and basic results on typical classes of graphs.
Let G be a connected graph with order n 2 . Then at least two different colors are needed in a domination coloring since there are at least two vertices in G adjacent to each other. Moreover, if each vertex receives a unique color, then both the vertices and color classes satisfy the domination property. Clearly, we get a domination coloring of G with n colors. Thus,
2 χ d d ( G ) n .
Gera et al. [20] introduced the Inequalities (2) for the dominator chromatic number χ d ( G ) and Merouane et al. [31] obtained Inequalities (3) for the dominated chromatic number χ d o m ( G ) . Moreover, we can get a similar inequality for the domination chromatic number χ d d ( G ) .
max { χ ( G ) , γ ( G ) } χ d ( G ) χ ( G ) + γ ( G ) .
max { χ ( G ) , γ ( G ) } χ d o m ( G ) χ ( G ) · γ ( G ) .
Proposition 1.
Let G be a graph without isolated vertices, then
max { χ ( G ) , γ ( G ) } max { χ d ( G ) , χ d o m ( G ) } χ d d ( G ) χ ( G ) · γ ( G ) .
Proof. 
Since any domination coloring of G is also a dominator coloring and a dominated coloring, max { χ d ( G ) , χ d o m ( G ) } χ d d ( G ) . Both the dominator coloring and dominated coloring are proper vertex colorings of G, so, χ ( G ) max { χ d ( G ) , χ d o m ( G ) } . For any dominator coloring (dominated coloring) of G, we can get a dominating set by taking a vertex in each color class. Thus, γ ( G ) max { χ d ( G ) , χ d o m ( G ) } . Therefore, the left two parts of the inequality hold.
For the right part of the inequality, we consider a γ ( G ) -set D of G. A domination coloring of G can be obtained by giving distinct colors to each vertex x of D and at most χ ( G ) 1 new colors to the vertices of N ( x ) . Hence, we totally use at most γ ( G ) + ( χ ( G ) 1 ) · γ ( G ) = χ ( G ) · γ ( G ) colors. So, χ d d ( G ) χ ( G ) · γ ( G ) . □
The bound of Proposition 1 is tight for complete graphs. Since every planar graph is “4-colorable” [2,3], the following result is straightforward:
Corollary 1.
Let G be a planar graph without isolated vertices, then χ d d ( G ) 4 γ ( G ) .
Proposition 2.
Let G be a connected graph with order n and maximum degree Δ, then χ d d ( G ) n Δ .
Proof. 
Consider a minimum domination coloring of G. Since G is S Δ + 1 -free, any color class would not have more than Δ vertices; otherwise, a vertex dominating such a color class will induce a star of order at least Δ + 2 , a contradiction. So, χ d d ( G ) n Δ . □
Theorem 2.
Let G be a connected triangle-free graph, then χ d d ( G ) 2 γ ( G ) .
Proof. 
Consider a minimum dominating set S of G. Color every vertex of S with a new color. Since G does not contain any triangle, the set of neighbors of every vertex of S is an independent set. Thus, a second new color is given for each neighborhood. Obviously, this is a proper coloring of G with 2 | S | colors, which satisfies that every vertex dominates at least one color class, and every color class is dominated by at least one vertex. Thus, χ d d ( G ) 2 γ ( G ) . □
Theorem 3. 
(1) For the path P n , n 2 ,
χ d d ( P n ) = 2 · n 3 + mod ( n , 3 ) ;
(2) For the cycle C n ,
χ d d ( C n ) = 2 , n = 4 , 3 , n = 3 , 5 , 2 · n 3 + mod ( n , 3 ) , o t h e r w i s e ;
(3) For the complete graph K n , χ d d ( K n ) = n ;
(4) For the complete k-partite graph K a 1 , a 2 , , a k , χ d d ( K a 1 , a 2 , , a k ) = k ;
(5) For the complete bipartite graph K r , s , χ d d ( K r , s ) = 2 ;
(6) For the star K 1 , n , χ d d ( K 1 , n ) = 2 ;
(7) For the wheel W 1 , n ,
χ d d ( W 1 , n ) = 3 , n i s e v e n , 4 , n i s o d d .
Proof. 
(1) Let P n = v 1 v 2 v n . By the definition of the domination coloring, we discover that at most two non-adjacent vertices are allowed in a color class, if not, there exist no vertex dominating this color class. On the other hand, the vertex adjacent to both vertices of a color class must be the unique vertex of some color class. For convenience, let P 5 = v 1 v 2 v 3 v 4 v 5 be a P 5 -subgraph of P n . If vertices v 1 and v 3 are in a color class, then v 2 must be the unique vertex of a color class. If not, v 2 and v 4 are partitioned in a color class, which will result in v 4 cannot dominate any color class. Thus, every three vertices of P n need to be partitioned in two color classes, and the rest form their own color class. Clearly, it is an optimal domination coloring of P n . Thus, χ d d ( P n ) = 2 · n 3 + mod ( n , 3 ) .
(2) For n = 3 , 4 , 5 , the result follows by inspection. For n 6 , it is not hard to find the case is similar to the path P n . As the discussion in (1), the result follows.
(3) For the complete graph K n , χ ( K n ) = n . By Proposition 1 and in Equation (1), χ d d ( K n ) = n .
(4) Let K a 1 , a 2 , , a k be the complete k-partite graph, and V i ( 1 i k ) be the k-partite sets. Then χ d d ( K a 1 , a 2 , , a k ) χ ( K a 1 , a 2 , , a k ) = k . Moreover, the coloring that assigns color i to each partite set V i ( 1 i k ) is a domination coloring. The result follows.
(5) and (6) are special cases of (4).
(7) Let W 1 , n be the wheel with order n + 1 . Since,
χ ( W 1 , n ) = 3 , n i s e v e n , 4 , n i s o d d .
and the corresponding proper colorings are also domination colorings, the result follows. □
Note. For a given graph G, and a subgraph H of G, the domination chromatic number of H can be smaller or larger than the domination chromatic number of G. That is to say, induction may be not useful when we want to find the domination chromatic number of a graph. As an example, consider the graph G = K n and H = P 2 , then χ d d ( K n ) = n 2 = χ d d ( P 2 ) , and consider the graph G = K n , n and H = P 2 n , then χ d d ( K n , n ) = 2 2 · 2 n 3 + mod ( 2 n , 3 ) = χ d d ( P 2 n ) .
Theorem 4.
For the Petersen graph P, χ d d ( P ) = 5 .
Proof. 
It is easy to check { { v 1 , v 2 , v 9 } , { v 3 , v 4 , v 6 } , { v 5 , v 7 } , { v 8 } , { v 10 } } is a domination coloring of the Petersen graph, as shown in Figure 2. So, χ d d ( P ) 5 . By Proposition 2.1 in [32], χ d o m ( P ) = 4 and χ d ( P ) = 5 . Then, χ d d ( P ) 5 by Proposition 1. Therefore, χ d d ( P ) = 5 . □
Next, we consider the bi-stars. Let S p , q be the bi-star with central vertices u and v, where d e g ( u ) = p 2 and d e g ( v ) = q 2 . Let X = { x 1 , x 2 , , x p 1 } and Y = { y 1 , y 2 , , y q 1 } . Obviously, N ( u ) = X { v } and N ( v ) = Y { u } , as shown in Figure 3.
Theorem 5.
For the bi-star S p , q with p + q 5 , χ d d ( S p , q ) = 4 .
Proof. 
Consider a proper coloring of S p , q in which the color classes V 1 = { u } , V 2 = { v } , V 3 = X , and V 4 = Y . Then, each vertex in the set { u } X dominates the color class V 1 , and each vertex in the set { v } Y dominates the color class V 2 . Moreover, the color class V 1 is dominated by any vertex in V 3 , V 2 is dominated by any vertex in V 4 , V 3 is dominated by vertex u, and V 4 is dominated by vertex v. Therefore, this is a domination coloring, and χ d d ( S p , q ) 4 .
By the Lemma 2.2 in [20], χ d ( S p , q ) = 3 . So, 3 χ d d ( S p , q ) 4 . Suppose that χ d d ( S p , q ) = 3 . It will be result in that each vertex in X or each vertex in y does not dominate a color class. Thus, χ d d ( S p , q ) = 4 . □
Theorem 6.
Let G be a connected graph with order n. Then χ d d ( G ) = 2 if and only if G = K r , s for r , s N .
Proof. 
By Theorem 3 (5), if G = K r , s , then χ d d ( G ) = 2 . We just need to prove the necessity.
Let G be a connected graph, such that χ d d = 2 , and V 1 and V 2 are the two color classes. If | V 1 | = 1 or | V 2 | = 1 , then G = K 1 , n 1 . So, suppose that | V 1 | 2 and | V 2 | 2 . For any vertex x V 1 , since | V 1 | 2 , it follows that x dominates color class V 2 . Similarly for any vertex in V 2 . Thus, each vertex of V 1 is adjacent to each vertex of V 2 , and both V 1 and V 2 are independent. So G = K r , s for r , s N , and the result follows. □
Theorem 7.
Let G be a connected graph with order n. Then χ d d ( G ) = n if and only if G = K n for n N .
Proof. 
By Theorem 3 (3), χ d d ( G ) = n , if G = K n . We only need to prove the necessity.
Let G be a connected graph with χ d d ( G ) = n . Suppose that G K n . Thus, there exist two vertices, say x and y, such that they are not adjacent and they have a common neighbor in G. Now, we define a coloring of G in which x and y receive the same color, and each of the remaining vertices receive a unique color. This is a domination coloring, so χ d d ( G ) n 1 , a contradiction. Thus, G = K n , and we obtain the result. □

4. Domination Coloring in Some Classes of Graphs

In this section, we further research the domination coloring of some classes of graphs, including the split graphs, the generalized Petersen graphs P ( n , 1 ) , corona products, and edge corona products.

4.1. Domination Coloring for Split Graphs

We study the domination chromatic number of split graphs in this subsection.
A graph G is called a split graph if its vertex set can be partitioned into a clique and an independent set.
Theorem 8.
Let G be a split graph with split partition ( K , I ) and its maximum clique is of order k. If there exists a dominating set D of G, such that D K , and every vertex in I is adjacent to at least one vertex in K D and nonadjacent to at least one vertex in K D , then χ d d ( G ) = k .
Proof. 
Consider a minimum domination coloring of G. Obviously, χ d d ( G ) k . We give now a construction that yields a domination coloring of G with k colors.
First, we give to each vertex of D a unique new color from the set { 1 , , p } and each vertex of K D a unique new color from the set { 1 , , q } , where p + q = k . We arrange the vertices in K D according to a circular order function defined on the set { 1 , , q } as follows:
j { 1 , , q } n e x t ( j ) = j mod ( k ) + 1 .
We now color the vertices of the independent set I of the split graph G. Let i be a vertex of I and let N ( i ) be the set (of colors) of its neighbors. The color of i is given by the following formula:
c ( i ) = min { j : j { { 1 , , q } \ N ( i ) } n e x t ( j ) N ( i ) } .
Since every vertex i in I is adjacent to at least one vertex in K D and nonadjacent to at least one vertex in K D , at least one color from the set { 1 , , q } would be available for i. Thus, every vertex in G is properly colored. On the one hand, given that D K is a dominating set of G, each vertex dominates a color class formed by a vertex of D. On the other hand, from the above construction, each color class formed by a vertex of D is obviously dominated, and one can observe that each color j will appear only in the neighborhood of the vertex from the clique colored with the color n e x t ( j ) . Thus, we obtain that the proposed construction gives a domination coloring for the split graph G with k colors. □

4.2. Domination Coloring for Generalized Petersen Graphs P ( n , 1 )

In this subsection, we determine the domination chromatic number of the generalized Petersen graph P ( n , 1 ) .
Let n and k be positive integers with n 3 and k n 1 . The generalized Petersen graph P ( n , k ) is the graph with V ( P ( n , k ) ) = { u 1 , u 2 , u 3 , , u n } { v 1 , v 2 , v 3 , , v n } and E ( P ( n , k ) ) = { v i v i + 1 : 1 i n } { v i u i : 1 i n } { u i u i + k : 1 i n } where the addition in the subscript is modulo n.
The Cartesian product G H of two graphs G and H is the graph with V ( G H ) = V ( G ) × V ( H ) and E ( G H ) = { ( g 1 , h 1 ) ( g 2 , h 2 ) : g 1 = g 2 and h 1 h 2 E ( H ) or h 1 = h 2 and g 1 g 2 E ( G ) } .
The generalized Petersen graph P ( n , 1 ) is isomorphic to the Cartesian product C n K 2 . We now proceed to determine χ d d ( P ( n , 1 ) ) .
Theorem 9.
For the generalized Petersen graph P ( n , 1 ) , we have
χ d d ( P ( n , 1 ) ) = n , n 0 ( mod 4 ) , n + 1 , o t h e r w i s e .
Proof. 
The result is obvious when n = 3 . Now, let n = 4 k + j where k 1 and 0 j 3 . Let S = { N [ v 4 i 3 ] : 1 i k } { N [ u 4 i 1 ] : 1 i k } . Then S is a family of 2 k disjoint closed neighborhoods in P ( n , 1 ) . We consider the following cases:
Case 1. j = 0 .
In this case, S covers all the vertices of P ( n , 1 ) . For each closed neighborhood N [ x ] in S , give a color to the vertex x and another color to the neighbors of x. Obviously, C = { { v 4 i 3 } : 1 i k } { { N ( v 4 i 3 ) } : 1 i k } { { u 4 i 1 } : 1 i k } { { N ( u 4 i 1 ) } : 1 i k } is a domination coloring of P ( n , 1 ) . Thus, χ d d ( P ( n , 1 ) ) 4 k = n . On the other hand, any two disjoint closed neighborhoods in S cannot have a common color, which will result in some vertices having no color class to dominate, and some color classes will not dominate by any vertex. In this sense, χ d d ( P ( n , 1 ) ) 4 k = n . Therefore, χ d d ( P ( n , 1 ) ) = 4 k = n .
Case 2. j = 1 .
In this case, S is a collection of 2 k disjoint closed neighborhoods in P ( n , 1 ) and the vertices v n 1 and u n are not covered by S . Similar to Case 1, give two colors to each closed neighborhood in S and two new colors to v n 1 and u n . Then, C = { { v 4 i 3 } : 1 i k } { { N ( v 4 i 3 ) } : 1 i k } { { u 4 i 1 } : 1 i k } { { N ( u 4 i 1 ) } : 1 i k } { v n 1 } { u n } is a domination coloring of P ( n , 1 ) . Thus, χ d d ( P ( n , 1 ) ) 4 k + 2 = n + 1 . On the other hand, to ensure that every vertex dominate a color class and every color class is dominated by a vertex, the vertices v n 1 and u n should be colored uniquely, respectively. Hence, χ d d ( P ( n , 1 ) ) 4 k + 2 = n + 1 . Therefore, χ d d ( P ( n , 1 ) ) = 4 k + 2 = n + 1 .
Case 3. j = 2 .
In this case, S is a collection of 2 k disjoint closed neighborhoods in P ( n , 1 ) and the vertices v n 2 , v n 1 , u n 1 and u n are not covered by S . C = { { v 4 i 3 } : 1 i k } { { N ( v 4 i 3 ) } : 1 i k } { { u 4 i 1 } : 1 i k } { { N ( u 4 i 1 ) } : 1 i k } { v n 2 , u n 1 } { v n 1 } { u n } is a domination coloring of P ( n , 1 ) . Thus, χ d d ( P ( n , 1 ) ) 4 k + 3 = n + 1 . On the other hand, to ensure the domination properties, the vertices v n 2 , v n 1 , u n 1 and u n need at least three new colors. Hence, χ d d ( P ( n , 1 ) ) 4 k + 3 = n + 1 . Therefore, χ d d ( P ( n , 1 ) ) = 4 k + 3 = n + 1 .
Case 4. j = 3 .
In this case, S N [ v 4 k + 1 ] is a collection of 2 k + 1 disjoint closed neighborhoods in P ( n , 1 ) and the vertices u n 1 and u n are not covered by these neighborhoods. Then C = { { v 4 i 3 } : 1 i k } { { N ( v 4 i 3 ) } : 1 i k } { { u 4 i 1 } : 1 i k } { { N ( u 4 i 1 ) } : 1 i k } { v 4 k + 1 } { N ( v 4 k + 1 ) } { u n 1 } { u n } is a domination coloring of P ( n , 1 ) . Thus, χ d d ( P ( n , 1 ) ) 4 k + 4 = n + 1 . Similar to the above analysis, χ d d ( P ( n , 1 ) ) 4 k + 4 = n + 1 . Therefore, χ d d ( P ( n , 1 ) ) = 4 k + 4 = n + 1 .
Thus, the result follows. □

4.3. Domination Coloring for Corona Products

For graphs G and H, the corona product G H is obtained from one copy of G and n ( G ) copies of H by joining with an edge each vertex of the ith copy of H, i [ n ( G ) ] , to the ith vertex of G. If v V ( G ) , then the copy of H in G H corresponding to v will be denoted by H v . We may consider the vertex set of G H to be
V ( G H ) = V ( G ) ( v V ( G ) V H v ) .
The dominator and dominated chromatic numbers of corona products are already known.
Theorem 10
([36]). If G and H are graphs, then χ d ( G H ) = n ( G ) + χ ( H ) .
Theorem 11
([33]). If G and H are graphs, then χ d o m ( G H ) = n ( G ) χ ( H ) .
We now give a general result for the domination chromatic number of corona products.
Theorem 12.
If G and H are graphs, then χ d d ( G H ) n ( G ) ( χ ( H ) + 1 ) .
Proof. 
Set n = n ( G ) and color G H as follows. First, we color each vertex of V ( G ) an unique color. Second, we properly color every copy of H with χ ( H ) distinct colors. Clearly, the obtained coloring is a domination coloring of G H . Indeed, each vertex v V ( G ) forms a color class of cardinality 1 and the color class { v } is dominated by any adjacent vertices of v, while each vertex from H v is adjacent to the vertex v and dominate the color class { v } , the color class formed by vertices in H v is dominated by the corresponding vertex v. Therefore, χ d d ( G H ) n ( G ) ( χ ( H ) + 1 ) . □

4.4. Domination Coloring for Edge Corona Products

For graphs G and H, the edge corona G H is obtained by taking one copy of G and m ( G ) disjoint copies of H one-to-one assigned to the edges of G, and for every edge v v E ( G ) joining v and v to every vertex of the copy of H associated to v v . If e = v v E ( G ) , then the copy of H in G H corresponding to v v will be denoted with H v v (or simply H e ). Hence we may consider the vertex set of G H to be
V ( G H ) = V ( G ) ( v v E ( G ) V H v v ) .
The dominator and dominated chromatic numbers of edge corona products have been studied, which were related to the matching number α and the vertex cover number β .
Theorem 13
([36]). If G and H are graphs, then χ d ( G H ) = β ( G ) + χ ( H ) + 1 .
Theorem 14
([36]). If G is a graph without pendant vertices, then χ d o m ( G H ) α ( G ) χ ( H ) + χ d o m ( G ) .
Theorem 15
([36]). If G has k pendant vertices, then χ d o m ( G H ) α ( G ) χ ( H ) + k .
Theorem 16
([36]). If G and H are graphs, then χ d o m ( G H ) β ( G ) χ ( H ) + χ d o m ( G ) , with equality when G is bipartite graph without pendant vertices.
In the following, we give a general result for the domination chromatic number of edge corona products.
Theorem 17.
If G and H are graphs, then χ d d ( G H ) β ( G ) ( χ ( H ) + 2 ) .
Proof. 
Let K = { v 1 , , v β ( G ) } be a minimum vertex cover of G, so that | K | = β ( G ) . Partition E ( G ) into subsets of edges E 1 , , E β ( G ) , such that if e E i , then v i is an endpoint of e, i = 1 , , β ( G ) . Partition V K into subsets of vertices V 1 , , V β ( G ) , such that if u V i , then u v i E i , i = 1 , , β ( G ) . It is clear that such partitions always exists since K is a vertex cover. Notice that each V i is a independent set, i = 1 , , β ( G ) .
Now, define a coloring c of G H as follows. First, for each set of edges E i , reserve private χ ( H ) colors and color with each of the corresponding subgraphs H e , e E i . Second, color the vertices of K with β ( G ) colors. Third, color the vertices of V 1 , , V β ( G ) with additional β ( G ) colors. Then, c is the domination coloring of G H . Indeed, each vertex in each H e dominate a corresponding color class { v i } , and the color classes of those copies of H with common χ ( H ) colors are dominated by the corresponding vertex v i . For each vertex v i in K, there exist color classes dominated by v i . Moreover, the color class { v i } can be dominated by any adjacent vertex of v i . Moreover, each vertex in V i dominates the color class { v i } , and the color class V i is dominated by vertex v i . Hence, χ d d ( G H ) β ( G ) ( χ ( H ) + 2 ) . □

5. Graphs with χ dd ( G ) = χ ( G )

For any graph G, we have χ d d ( G ) χ ( G ) . In this section, we investigate graphs for which χ d d ( G ) = χ ( G ) .
The following theorem directly follows from Proposition 1.
Theorem 18.
Let G be a connected graph, if γ ( G ) = 1 , then χ d d ( G ) = χ ( G ) .
A unicyclic graph is a graph that contains only one cycle. In the following, we characterize unicyclic graphs with χ d d = χ .
Theorem 19.
Let G be a connected unicyclic graph. Then χ d d ( G ) = χ ( G ) if and only if G is isomorphic to C 3 or C 4 or C 5 or the graph obtained from C 3 by attaching any number of leaves at one vertex of C 3 .
Proof. 
For the sufficiency, the result is obvious if G is the graph meet conditions. We consider only the necessity. Let G be a connected unicyclic graph with χ d d ( G ) = χ ( G ) , and C the unique cycle of G.
Case 1. If C is an even cycle, then χ ( G ) = 2 and χ d d ( G ) = 2 . It follows that G cannot contain any other vertices not on C, otherwise χ d d ( G ) 3 . By Theorem 3(2), G = C 4 .
Case 2. If C is an odd cycle, then χ d d ( G ) = χ ( G ) = 3 . Suppose there exists a support vertex x not on C. Since x or the leaf is a color class in each χ d d -coloring of G, it follows that χ d d ( G ) 4 , which is a contradiction. Hence, all of the support vertices lie on C, and any vertex not on C is a leaf. Moreover, the number of support vertices is at most one. Otherwise, it follows that some color classes are not dominated, since there exists some χ d d -coloring of G in which every support vertex appears as a singleton color class.
Case 2.1. If | C | = 3 , then G is isomorphic to C 3 or the graph obtained from C 3 by attaching any number of leaves at exactly one vertex of C 3 .
Case 2.2. Suppose that | C | 5 . If there exists a support vertex x on C, then there exists a χ d d -coloring { V 1 , V 2 , { x } } of G, such that V 1 contains all of the leaves of x. Now, we get two vertices u and v on C, such that u V 1 , v V 2 , both u and v are not adjacent to x. Clearly, v does not dominate any color class and the color class V 1 is not dominated by any vertex, which is a contradiction. Thus, G has no support vertices and G = C . By Theorem 3(2), G = C 5 . So, the theorem follows. □
For the complete graph K n , we know that χ d d ( K n ) = χ ( K n ) = n . Next, we construct a family of graphs by attaching leaves at some vertices of the complete graph. We denote by K n m the family of graphs obtained by attaching leaves at m vertices of K n , 1 m n . We take no account of the number of leaves attached at any vertex in the notation, since it does not impact the domination chromatic number. Moreover, we denote any element in K n m by K n m . For example, a instance of K 5 2 is shown in Figure 4.
Theorem 20.
For m n 2 , χ d d ( K n m ) = χ ( K n m ) .
Proof. 
For any 1 m n , K n m is n-colorable. So, χ ( K n m ) = n . Next, we consider a domination coloring of K n m . On the one hand, vertex-attached leaves should be partitioned into a singleton color class, since each leaf has to dominate a color class formed by its only neighbor. On the other hand, leaves attached to different vertices have to be partitioned into different color classes, otherwise, there exists no vertex dominating the color class. Thus, at most n 2 vertices can be attached to leaves of K n , in order to guarantee that K n m is n-domination colorable. The result follows. □

6. Conclusions

In this paper, we introduce the concept of domination coloring where both vertices and color classes should satisfy the domination property. Moreover, an application of domination coloring in a social network scenario is presented. We prove the k-domination coloring problem is NP-complete by a reduction from the k-coloring problem. We provide basic results and properties of the domination chromatic number χ d d ( G ) , and further research χ d d ( G ) of the split graphs, the generalized Petersen graphs P ( n , 1 ) , the corona products, and edge corona products. In particular, we establish a relationship between the domination chromatic number and other graph parameters, such as the matching number, the vertex cover number, and the clique number. Moreover, we provide sufficient and necessary conditions for connected unicyclic graphs with χ d d = χ , and construct a class of graphs with χ d d = χ . Our future work will focus on the relationships among the domination chromatic number, the domination number, and the chromatic number, and discuss graphs with χ d d = χ , χ d d = γ , χ d d = χ · γ . Moreover, we will explore the application of domination coloring in practice.

Author Contributions

Created and conceptualized the idea, Y.Z. and J.X.; writing—original draft preparation, Y.Z. and D.Z.; writing—review and editing, Y.Z. and M.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the National Key R&D Program of China no. 2019YFA0706401; the National Natural Science Foundation of China General program no. 62172014, no. 62172015, no. 61872166; and the National Natural Science Foundation of China Youth Program no. 62002002.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Franklin, P. The four color problem. Am. J. Math. 1922, 44, 225–236. [Google Scholar] [CrossRef]
  2. Appel, K.; Haken, W. Every planar map is four colorable. part i: Discharging. Ill. J. Math. 1977, 21, 429–490. [Google Scholar] [CrossRef]
  3. Appel, K.; Haken, W.; Koch, J. Every planar map is four colorable. part ii: Reducibility. Ill. J. Math. 1977, 21, 491–567. [Google Scholar] [CrossRef]
  4. Pardalos, P.M.; Mavridou, T.; Xue, J. The Graph Coloring Problem: A Bibliographic Survey; Springer: Boston, MA, USA, 1998. [Google Scholar]
  5. Malaguti, E.; Toth, P. A survey on vertex coloring problems. Int. Trans. Oper. Res. 2010, 17, 1–34. [Google Scholar] [CrossRef]
  6. Borodin, O.V. Colorings of plane graphs: A survey. Discret. Math. 2013, 313, 517–539. [Google Scholar] [CrossRef]
  7. Li, G.Z.; Simha, R. The partition coloring problem and its application to wavelength routing and assignment. In Proceedings of the First Workshop on Optical Networks, Dallas, TX, USA; 1 May 2000; pp. 1–19.
  8. Zhu, E.Q.; Jiang, F.; Liu, C.J.; Xu, J. Partition independent set and reduction-based approach for partition coloring problem. IEEE Trans. Cybern. 2020, 1–10. [Google Scholar] [CrossRef] [PubMed]
  9. MacGillivray, G.; Seyffarth, K. Domination numbers of planar graphs. J. Graph Theory 1996, 22, 213–229. [Google Scholar] [CrossRef]
  10. Haynes, T.W.; Hedetniemi, S.T.; Slater, P.J. Fundamentals of Domination in Graphs; Marcel Dekker, Inc.: New York, NY, USA, 1998. [Google Scholar]
  11. Haynes, T.W.; Hedetniemi, S.T.; Slater, P.J. Domination in Graphs: Volume 2: Advanced Topics; Marcel Dekker, Inc.: New York, NY, USA, 1998. [Google Scholar]
  12. Honjo, T.; Kawarabayashi, K.-I.; Nakamoto, A. Dominating sets in triangulations on surfaces. J. Graph Theory 2010, 63, 17–30. [Google Scholar] [CrossRef]
  13. King, E.L.; Pelsmajer, M.J. Dominating sets in plane triangulations. Discret. Math. 2010, 310, 2221–2230. [Google Scholar] [CrossRef] [Green Version]
  14. Ananchuen, N.; Ananchuen, W.; Plummer, M.D. Domination in Graphs; Birkhauser: Boston, MA, USA, 2011. [Google Scholar]
  15. Campos, C.N.; Wakabayashi, Y. On dominating sets of maximal outerplanar graphs. Discret. Appl. Math. 2013, 161, 330–335. [Google Scholar] [CrossRef] [Green Version]
  16. Li, Z.P.; Zhu, E.Q.; Shao, Z.H.; Xu, J. On dominating sets of maximal outerplanar and planar graphs. Discret. Appl. Math. 2016, 198, 164–169. [Google Scholar] [CrossRef]
  17. Liu, C.J. A note on domination number in maximal outerplanar graphs. Discret. Appl. Math. 2021, 293, 90–94. [Google Scholar] [CrossRef]
  18. Chellali, M.; Volkmann, L. Relations between the lower domination parameters and the chromatic number of a graph. Discret. Math. 2004, 274, 1–8. [Google Scholar] [CrossRef]
  19. Hedetniemi, S.M.; Hedetniemi, S.T.; Laskar, R.; Mcrae, A.A.; Wallis, C.K. Dominator partitions of graphs. J. Comb. Inf. Syst. Sci. 2009, 34, 183–192. [Google Scholar]
  20. Gera, R.M.; Rasmussen, C.; Horton, S. Dominator colorings and safe clique partitions. Congr. Numer. 2006, 181, 19–32. [Google Scholar]
  21. Gera, R.M. On dominator colorings in graphs. Graph Theory Notes N. Y. 2007, 52, 25–30. [Google Scholar]
  22. Gera, R.M. On the dominator colorings in bipartite graphs. In Proceedings of the 4th International Conference on Information Technology, New Generations, Las Vegas, NV, USA, 2–4 April 2007; pp. 947–952. [Google Scholar]
  23. Kavitha, K.; David, N.G. Dominator coloring of some classes of graphs. Int. J. Math. Arch. 2012, 3, 3954–3957. [Google Scholar]
  24. Chellali, M.; Maffray, F. Dominator colorings in some classes of graphs. Graphs Comb. 2012, 28, 97–107. [Google Scholar] [CrossRef]
  25. Merouane, H.B.; Chellali, M. On the dominator colorings in trees. Discuss. Math. Graph Theory 2012, 32, 677–683. [Google Scholar]
  26. Arumugam, S.; Bagga, J.; Chandrasekar, K.R. On dominator colorings in graphs. Proc. Math. Sci. 2012, 122, 561–571. [Google Scholar] [CrossRef]
  27. Kazemi, A.P. Total dominator chromatic number of a graph. Trans. Comb. 2015, 4, 57–68. [Google Scholar]
  28. Kazemi, A.P. Total dominator coloring in product graphs. Util. Math. 2014, 94, 329–345. [Google Scholar]
  29. Kazemi, A.P. Total dominator chromatic number and Mycieleskian graphs. Util. Math. 2017, 103, 129–137. [Google Scholar]
  30. Henning, M.A. Total dominator colorings and total domination in graphs. Graphs Comb. 2015, 31, 953–974. [Google Scholar] [CrossRef]
  31. Merouane, H.B.; Haddad, M.; Chellali, M.; Kheddouci, H. Dominated colorings of graphs. Graphs Comb. 2015, 31, 713–727. [Google Scholar] [CrossRef]
  32. Guillaume, B.; Houcine, B.M.; Mohammed, H.; Hamamache, K. On some domination colorings of graphs. Discret. Appl. Math. 2017, 230, 34–50. [Google Scholar]
  33. Choopani, F.; Jafarzadeh, A.; Erfanian, A.; Mojdeh, D.A. On dominated coloring of graphs and some nordhaus–gaddum-type relations. Turk. J. Math. 2018, 42, 2148–2156. [Google Scholar] [CrossRef]
  34. Krithika, R.; Rai, A.; Saurabh, S.; Tale, P. Parameterized and exact algorithms for class domination coloring. Discret. Appl. Math. 2021, 291, 286–299. [Google Scholar] [CrossRef]
  35. Bondy, J.A.; Murty, U.S.R. Graph Theory with Applications; MacMillan: London, UK, 1976. [Google Scholar]
  36. Klavar, S.; Tavakoli, M. Dominated and dominator colorings over (edge) corona and hierarchical products. Appl. Math. Comput. 2021, 390, 1–7. [Google Scholar] [CrossRef]
Figure 1. The graphs G and G .
Figure 1. The graphs G and G .
Mathematics 10 00998 g001
Figure 2. The Petersen graph.
Figure 2. The Petersen graph.
Mathematics 10 00998 g002
Figure 3. The bi-star S p , q .
Figure 3. The bi-star S p , q .
Mathematics 10 00998 g003
Figure 4. A instance of K 5 2 .
Figure 4. A instance of K 5 2 .
Mathematics 10 00998 g004
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhou, Y.; Zhao, D.; Ma, M.; Xu, J. Domination Coloring of Graphs. Mathematics 2022, 10, 998. https://doi.org/10.3390/math10060998

AMA Style

Zhou Y, Zhao D, Ma M, Xu J. Domination Coloring of Graphs. Mathematics. 2022; 10(6):998. https://doi.org/10.3390/math10060998

Chicago/Turabian Style

Zhou, Yangyang, Dongyang Zhao, Mingyuan Ma, and Jin Xu. 2022. "Domination Coloring of Graphs" Mathematics 10, no. 6: 998. https://doi.org/10.3390/math10060998

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop