Skip to content
BY 4.0 license Open Access Published by De Gruyter Open Access August 24, 2020

Bipartite graphs with close domination and k-domination numbers

  • Gülnaz Boruzanlı Ekinci and Csilla Bujtás EMAIL logo
From the journal Open Mathematics

Abstract

Let k be a positive integer and let G be a graph with vertex set V ( G ) . A subset D V ( G ) is a k -dominating set if every vertex outside D is adjacent to at least k vertices in D . The k -domination number γ k ( G ) is the minimum cardinality of a k -dominating set in G . For any graph G , we know that γ k ( G ) γ ( G ) + k 2 where Δ ( G ) k 2 and this bound is sharp for every k 2 . In this paper, we characterize bipartite graphs satisfying the equality for k 3 and present a necessary and sufficient condition for a bipartite graph to satisfy the equality hereditarily when k = 3 . We also prove that the problem of deciding whether a graph satisfies the given equality is NP-hard in general.

MSC 2010: 05C69; 05C75; 68Q25

1 Introduction

Let G be an undirected simple graph, where V ( G ) and E ( G ) denote the set of vertices and the set of edges of G , respectively. For two vertices u , v V ( G ) , u and v are neighbors if they are adjacent, that is, if there is an edge e = u v E ( G ) . The open neighborhood of a vertex v is the set N G ( v ) = { u V ( G ) : u v E ( G ) } and the degree of v is given by the cardinality of N G ( v ) . Two vertices u , v V ( G ) are false twins if N G ( u ) = N G ( v ) . Let δ ( G ) and Δ ( G ) denote the minimum and the maximum degree of G , respectively. For a subset S V ( G ) , let G [ S ] denote the subgraph induced by S. An edge e = u v E ( G ) is subdivided when it is deleted from G and a new vertex x is added with two new edges x u and x v . Here, the vertex x is a subdivision vertex. Let [ r ] denote the set of integers { 1 , , r } throughout the paper.

A subset D V ( G ) is dominating in G if every vertex of V ( G ) \ D has at least one neighbor in D . Similarly, a subset D V ( G ) is k -dominating in G if every vertex of V ( G ) \ D has at least k neighbors in D . The domination number γ ( G ) and the k -domination number γ k ( G ) of G are the minimum cardinalities of a dominating and a k -dominating set of G , respectively.

We say that a connected graph G is a ( γ , γ k ) -graph if γ k ( G ) = γ ( G ) + k 2 and Δ ( G ) k . A connected graph G is ( γ , γ k ) -perfect if δ ( G ) k and every connected induced subgraph H of G with δ ( H ) k satisfies the equality γ k ( H ) = γ ( H ) + k 2 .

Hypergraphs are set systems that are conceived as a natural generalization of graphs. A hypergraph H = ( V , E ) contains a finite set V of vertices together with a collection E of nonempty subsets of V, called hyperedges or simply edges. The number of vertices, that is | V | , is called the order of H. Throughout this paper, we suppose that | e | 2 holds for every e E . The degree of a vertex v in H, denoted by d H ( v ) , is the number of edges containing the vertex v. The hypergraph H is k-uniform if every edge contains exactly k vertices. Thus, every (simple) graph is a 2-uniform hypergraph. A hypergraph H = ( V , E ) is an induced subhypergraph of H = ( V , E ) if V V and E contains all edges e E satisfying e V . We also use the notation H [ V ] for the subhypergraph induced by V . Given a collection F of k-uniform hypergraphs, we say that a k-uniform hypergraph H is F -free if no induced subhypergraph of H is isomorphic to any hypergraph contained in F . The complete k-uniform hypergraph of order n is the hypergraph K n k = ( V , E ) , where | V | = n k and E contains all k-element subsets of V.

A set T V is a transversal (or vertex cover) in the hypergraph H = ( V , E ) if | e T | 1 holds for every edge e E . The complement V \ T of a transversal T is called a (weakly) independent vertex set. The minimum cardinality of a transversal and the maximum cardinality of a weakly independent vertex set in H are denoted by τ ( H ) and α w ( H ) , respectively. The minimum number of edges that together cover every vertex of H is the edge cover number of H and denoted by ρ ( H ) . For instance, in a complete k-uniform hypergraph K n k , any k 1 vertices form a maximum weakly independent vertex set and any n k + 1 vertices form a minimum transversal. In particular, we have τ ( K n k ) = n k + 1 , α w ( K n k ) = k 1 , and ρ ( K n k ) = n k .

Two vertices u and v of H are adjacent if there is an edge e of H such that { x , y } e . A hypergraph is connected if for every two vertices x and y there exists a sequence x = x 0 , x 1 , , x j = y such that x i 1 and x i are adjacent vertices for every i [ j ] . The 2-section graph of H = ( V , E ) is the graph G on the same vertex set V such that two vertices form an edge in G if and only if they are adjacent in H. The incidence graph of the hypergraph H = ( V , E ) is the bipartite graph G = ( A B , E ) where the vertices in A and B represent the vertices and edges of H, respectively. Moreover, two vertices, a A and b B , are adjacent in G if the vertex of H that is represented by a is contained in the hyperedge represented by b. Note that H is a connected hypergraph, if and only if, its 2-section graph is connected and, if and only if, its incidence graph is connected.

1.1 Structure of the paper

In Section 2, we first cite some previous results and prove some general lemmas. Then, for each k 2 , three graph classes k , k , and G k are defined such that every connected ( γ , γ k ) -graph belongs to G k . Moreover, in Section 3, we concentrate on the case of k 3 and show that every connected bipartite ( γ , γ k ) -graph is contained in k . We also prove that a connected bipartite graph G k is a ( γ , γ k ) -graph if and only if its γ k -simplified graph G k is a ( γ , γ k ) -graph. Then, we present a characterization of bipartite ( γ , γ k ) -graphs in terms of the properties of the underlying hypergraph. In Section 4, we work on the hereditary version of the problem and give a characterization for all bipartite ( γ , γ 3 ) -perfect graphs. Later, in Section 5, we prove that it can be decided in polynomial time whether a given bipartite graph is a ( γ , γ k ) -graph, while the corresponding decision problem is NP-hard on G k .

2 Preliminary results on ( γ , γ k ) -graphs

Fink and Jacobson [1,2] introduced k -domination in graphs as a generalization of the concept of domination. Motivated by this definition, related problems have been studied extensively by many researchers (see, for example, [3,4,5,6,7,8,9,10]). For more details, we refer the reader to the books on domination by Haynes, Hedetniemi, and Slater [11,12] and to the survey on k -domination and k -independence by Chellali et al. [13].

Fink and Jacobson [1] proved the following result on the relation between the domination number and the k -domination number of G .

Theorem 2.1

[1] For any graph G with Δ ( G ) k 2 , γ k ( G ) γ ( G ) + k 2 .

Although it is proved that the above inequality is sharp for every k 2 , the characterization of graphs attaining the equality is still open, even for the small values of k . The corresponding characterization problem was studied in [8,14,15]. Recently, we considered a large class of graphs and gave a characterization for the members satisfying the equality γ 2 ( G ) = γ ( G ) . We also proved that it is NP-hard to decide whether this equality holds for a graph. Moreover, we gave a necessary and sufficient condition for a graph to satisfy γ 2 ( G ) = γ ( G ) hereditarily [16]. Some similar problems involving different domination-type graph and hypergraph invariants were considered, for example, in [17,18,19,20,21,22].

Lemma 2.2

Let D be a minimum k -dominating set of a graph G. If γ k ( G ) = γ ( G ) + k 2 , then γ ( G [ D ] ) γ k ( G ) ( k 2 ) .

Proof

Suppose, to the contrary, that γ ( G [ D ] ) γ k ( G ) k + 1 . Let S be a dominating set of cardinality | D | k + 1 in G [ D ] . We claim that S is also a dominating set in G . Indeed, as we removed k 1 vertices from the k-dominating set D, every vertex in V ( G ) \ D is still dominated by at least one vertex of S . Note that S dominates all the vertices in D by the choice of S. Since γ ( G ) | S | = γ k ( G ) k + 1 , we get a contradiction. Thus, γ ( G [ D ] ) γ k ( G ) k + 2 .□

Since γ ( G ) | V ( G ) | Δ ( G ) holds for every graph G, the previous lemma directly implies the following result obtained by Hansberg (see Theorem 5 in [8]).

Lemma 2.3

[8] Let D be a minimum k -dominating set of a graph G. If γ k ( G ) = γ ( G ) + k 2 , then Δ ( G [ D ] ) k 2 .

For each k 2 , we define three graph classes which will have crucial role in our study.

Definition 2.4

Given an arbitrary connected k -uniform hypergraph F with vertex set V ( F ) = D = { v 1 , , v s } and edge set E ( F ) = { e 1 , , e p } , we define the following graph classes.

  1. Define a pair of new vertices X i = { x i 1 , x i 2 } for every hyperedge e i E ( F ) . Let X = i [ p ] X i and let

    V ( G 1 ) = X V ( F ) , E ( G 1 ) = { x i j v : v e i , i [ p ] , j [ 2 ] , [ s ] } .

    The graph class ( F ) contains only this graph G 1 , which is also called the double incidence graph of F.

  2. The class ( F ) contains a graph G 2 if it can be obtained from the double incidence graph G 1 in the following way. We keep all vertices and edges of G 1 . For each edge e i E ( F ) , we create some (maybe zero) false twins of the vertex x i 1 . Furthermore, if S V ( F ) induces a complete subhypergraph in F, then we may supplement G 1 with some (maybe zero) new vertices which are adjacent to all vertices in S. We denote by Y the set of the new vertices that is Y = V ( G 2 ) \ V ( G 1 ) . Putting it the other way around, we say that G 1 is the γ k -simplified graph of G 2 .

  3. The class G ( F ) contains G 3 if it can be obtained from a graph G 2 B ( F ) by supplementing it with some (maybe zero) new edges inside D and X Y . These edges can be chosen arbitrarily, but each X i must remain independent.

For every k 2 , the graph classes k , k , and G k contain those graphs G for which there exists a k -uniform hypergraph F such that G belongs to ( F ) , ( F ) , and G ( F ) , respectively. We say that F is the underlying hypergraph of G if G G ( F ) .

It is clear that each member of k is bipartite and that k k G k holds for every k 2 . In particular, for each k-uniform hypergraph F, we have exactly one graph in k having F as its underlying hypergraph, but there are infinitely many such graphs in k . Note that in [16], where ( γ , γ 2 ) -graphs were studied, a graph class G was introduced that exactly corresponds to the class G 2 defined here. Moreover, by the results in [17,20,23], the class 2 is the collection of those connected graphs which satisfy τ ( G ) = γ ( G ) and δ ( G ) 2 .

Hansberg proved the following lemma which directly implies that the class G k contains all ( γ , γ k ) -graphs.

Lemma 2.5

[8] Let G be a ( γ , γ k ) -graph for an integer k 2 and suppose that D is a minimum k -dominating set of G . Then, for every k vertices v 1 , v 2 , , v k from D, if i = 1 k N ( v i ) , then there is a nonadjacent pair x , y V \ D such that N G ( x ) D = N G ( y ) D = { v 1 , v 2 , , v k } .

Corollary 2.6

If G is a connected ( γ , γ k ) -graph with Δ ( G ) k 2 and D is a minimum k-dominating set of G, then there exists a k-uniform underlying hypergraph F on the vertex set D such that G G ( F ) .

3 Bipartite ( γ , γ k )-graphs

In this section, we characterize connected bipartite graphs satisfying Δ ( G ) k and γ k ( G ) = γ ( G ) + k 2 , for every k 3 . Observe that γ k ( G ) γ ( G ) holds for every graph without imposing conditions on the vertex degrees. Moreover, assuming k 3 , the equality γ k ( G ) = γ ( G ) is satisfied if and only if G consists of isolated vertices. Consequently, if Δ ( G ) k 3 and if G is disconnected, then γ k ( G ) = γ ( G ) + k 2 holds if and only if G contains exactly one component which is a ( γ , γ k ) -graph and all the further components are isolated vertices. Therefore, it is enough to concentrate on the connected ( γ , γ k ) -graphs.

In Section 3.1, we prove that all connected bipartite ( γ , γ k ) -graphs belong to k and it is enough to consider the graphs from the subclass k where the underlying hypergraph uniquely represents the graph G. In Section 3.2, we introduce a hypergraph invariant called “vertex-edge cover number” or shortly “TC-number” and derive the characterization of connected bipartite ( γ , γ k ) -graphs via the properties of the underlying hypergraph.

3.1 Reducing the problem to γ k -simplified graphs

Theorem 3.1

Let k 3 and let G be a connected bipartite graph that satisfies γ k ( G ) = γ ( G ) + k 2 and Δ ( G ) k . Then, G k and every minimum k -dominating set corresponds to a partite class of G.

Proof

Let D be a minimum k -dominating set of G. The degree condition implies that V ( G ) \ D is not empty and, therefore, the underlying hypergraph F contains at least one edge. Let e i = { v 1 , , v k } be an edge of F. Since all the vertices in e i have common neighbors in X i , they belong to the same partite class of G. This implies that the vertices of a connected component of F are in the same partite class. If F is connected, the same is true for the entire D. Moreover, since every vertex x V ( G ) \ D has some neighbors in D, they all must be contained in the other partite class. It finishes the proof for the case when F is connected.

If F is not connected, consider a nontrivial component F 1 and the remaining part F 2 = F F 1 of the underlying hypergraph. By Corollary 2.6, no vertex of V ( G ) \ D can be adjacent to a vertex from V ( F 1 ) and to a vertex from V ( F 2 ) simultaneously. By our assumption, G is connected. It is enough to consider the following two cases.

Case 1. There exists an edge uv in G [ D ] such that u V ( F 1 ) and v V ( F 2 ) .

Since F 1 is connected and nontrivial, there is an edge e i E ( F 1 ) containing u . In this case, the k vertices from e i \ { u } { v } cannot have a common neighbor in V ( G ) \ D and consequently,

D = D \ ( e i \ { u } { v } ) { x i 1 } ,

where x i 1 is from the pair X i associated with e i . Observe that D is a dominating set of G. As | D | < | D | k + 2 , this is a contradiction.

Case 2. There exists an edge xy in G [ V ( G ) \ D ] such that x has neighbors from V ( F 1 ) and y has neighbors from V ( F 2 ) .

Consider k vertices, namely, v 1 , , v k from N ( x ) V ( F 1 ) and k vertices, namely, u 1 , , u k from N ( y ) V ( F 2 ) and then define D = D \ { v 1 , , v k 1 , u 1 , , u k 1 } { x , y } . Observe that D is a dominating set of G, since { v 1 , , v k 1 , u 1 , , u k 1 } { x , y } does not contain any edges of F. By our condition k 3 , it follows that | D | = | D | ( 2 k 2 ) + 2 < | D | k + 2 . We have a contradiction again which completes the proof of the theorem.□

Note that Theorem 3.1 does not hold for k = 2 . As an example, consider the graph H constructed by two vertex-disjoint copies of K 2 , 3 by adding exactly one edge between them such that the maximum degree remains three. Observe that this graph is bipartite and satisfies the equality γ 2 ( H ) = γ ( H ) = 4 , but neither of the partite classes corresponds to a minimum dominating set or a minimum 2-dominating set.

Theorem 3.2

Let G be a connected bipartite graph from k and let G be its γ k -simplified graph from B k , where k 3 . Then, γ k ( G ) = γ ( G ) + k 2 if and only if γ k ( G ) = γ ( G ) + k 2 .

Proof

First, we prove that for each k-uniform hypergraph F and graph H ( F ) , the vertex set D = V ( F ) is a minimum k-dominating set of H. It is clear, by definition of ( F ) , that D is a k-dominating set in H. Suppose for a contradiction that D is a minimum k-dominating set and | D | < | D | holds. If D \ D contains a vertex v which dominates at least k + 1 vertices from D \ D , let us introduce the notations S = N ( v ) ( D \ D ) and s = | S | k + 1 . By Definition 2.4 (ii), S induces a complete k-uniform subhypergraph in F, and hence, it contains s k hyperedges. For each such hyperedge e i S , the vertices x i 1 and x i 2 from X i have to be included in the k-dominating set D . Let us denote by X ( S ) the union of all such pairs, that is, X ( S ) = { X i : e i E ( F ) and e i S } . Note that, since s k + 1 , we have | X ( S ) | = 2 s k 2 s and X ( S ) D . It is straightforward to check that ( D S ) \ ( X ( S ) { v } ) is a k-dominating set in H which contains at most | D | + s ( 2 s + 1 ) < | D | vertices. This contradicts the minimality of D . We may infer that every v D \ D has at most k neighbors from D \ D . Then, the number z of edges between D \ D and D \ D is at most k | D \ D | . Counting the edges from the other side, as D is an independent set in H, each vertex v D \ D must be k-dominated by k different neighbors from D \ D . As follows, z k | D \ D | and we have k | D \ D | z k | D \ D | . It contradicts our assumption | D | < | D | and proves that γ k ( H ) = | D | for every H ( F ) . Since both G and G belong to ( F ) , we may conclude that γ k ( G ) = γ k ( G ) .

Now, we prove that γ ( G ) = γ ( G ) . Let Q be a minimum dominating set in G such that | Q D | is maximum. By this maximality, Q contains at most one vertex from each pair { x i 1 , x i 2 } , since otherwise x i 2 can be replaced by a vertex of e i . Since x i 1 and x i 2 are false twins, we may suppose that the vertex x i 2 does not belong to Q for any i . Note that Q D is a transversal in the underlying hypergraph F. We claim that Q is a dominating set in G as well. Indeed, all vertices in D X are dominated. Furthermore, for any vertex y Y we may consider k arbitrarily chosen neighbors from D, they must form a hyperedge e j in F. The vertex x j 2 is not in Q but it is dominated by a vertex from Q e j . This vertex dominates y as well. This proves γ ( G ) | Q | = γ ( G ) .

On the other hand, consider a minimum dominating set Q in G such that | Q D | is maximum. By this maximality, we have | Q X i | 1 for every i. If Q X i contains a vertex different from x i 1 , we may replace it with x i 1 in the dominating set. Again, Q D must be a transversal in F. Now assume that Q contains a vertex y from Y. Let z 1 , , z be those vertices from D which are privately dominated by y (they have no further neighbors in the dominating set). Note that all of z 1 , , z are outside of Q. By Corollary 2.6 and the definition of F, if k , then the set { z 1 , , z } must contain at least one edge from F. This contradicts the fact that Q is a transversal in F. If k 1 , then there is an edge e i E ( F ) containing z 1 , , z . As x i 1 can dominate all these vertices z 1 , , z and the vertex which dominates x i 2 in Q also dominates y, the set Q \ { y } { x i 1 } is a dominating set of G.

Perform these changes while there is a vertex from Y in the dominating set. At the end, we have a minimum dominating set Q ( D X ) in G. Clearly, Q is a dominating set of G , and we have γ ( G ) | Q | = γ ( G ) . This implies γ ( G ) = γ ( G ) , which completes the proof.□

3.2 Characterization via underlying hypergraphs

Definition 3.3

For a hypergraph H, a set S V ( H ) E ( H ) is a vertex-edge cover or shortly a TC-set of H if S V ( H ) is a transversal (vertex cover) in H and the edges in S E ( H ) together cover all vertices outside S V ( H ) . The smallest cardinality of a TC-set in H is called the TC-number of H and denoted by t c ( H ) .

Proposition 3.4

For every hypergraph H of order n, the following statements hold and the upper bounds given in (i) and (ii) are sharp.

  1. If r is the smallest size of an edge in H, then t c ( H ) n r + 2 .

  2. If H is k-uniform, then t c ( H ) n k + 2 .

  3. If H is 2-uniform, that is a simple graph, then t c ( H ) = n .

Proof

Let H be a hypergraph and e E ( H ) an edge of minimum cardinality r. If v is an arbitrary vertex from e, the r 1 vertices in e \ { v } do not contain any edges of H. Hence, T = ( V ( H ) \ e ) { v } is a transversal and T { e } is a TC-set in H. Then, we have t c ( H ) | T | + 1 = n ( r 1 ) + 1 = n r + 2 that proves ( i ) . From (i), statement (ii) can be obtained as a direct consequence. Observe further that every complete k-uniform hypergraph gives a sharp example as every transversal of K n k contains at least n k + 1 vertices and, if it is not the entire vertex set, we also have to put an edge into the TC-set. Thus, t c ( K n k ) = n k + 2 holds for every n k 2 .

Now, let H be an arbitrary graph and let T be its transversal set. Since every edge of H intersects V ( H ) \ T in at most one vertex, we cannot cover V ( H ) \ T with less than | V ( H ) \ T | = n | T | edges. This gives t c ( H ) n and it is clear, or concluded from part (ii), that t c ( H ) n . This proves (iii).□

Concerning the extremal cases in part (ii) of Proposition 3.4, we prove the following.

Theorem 3.5

A k-uniform hypergraph H of order n satisfies t c ( H ) = n k + 2 , if and only if, for every k 1 and for every edges e i 1 , , e i of H, the union L = j = 1 e i j contains at most + k 2 weakly independent vertices.

Proof

We prove the equivalence for the negations. First suppose that there exist edges, say e 1 , , e , in H such that L = j = 1 e j contains s = + k 1 (weakly) independent vertices. Let X = { v 1 , , v s } be such an independent subset of L. Then, the set T = V ( H ) \ X is a transversal of cardinality n s and the remaining vertices in X can be covered by using the edges e 1 , , e . This TC-set contains n s + = n ( + k 1 ) + = n k + 1 elements and, as follows, we have t c ( H ) n k + 1 < n k + 2 . This proves the first direction of the equivalence.

Now we assume that t c ( H ) n k + 1 and show the existence of k 1 edges such that the union L contains more than + k 2 independent vertices. Consider a TC-set S with | S | = n k + 1 and, renaming the edges and vertices if necessary, let S E ( H ) = { e 1 , , e } and X = V ( H ) \ ( S V ( H ) ) = { v 1 , , v s } , where s = n | S V ( H ) | = n ( n k + 1 ) = k + 1 . By the definition of a TC-set, X is an independent set in H and all vertices in X can be covered by the edges e 1 , , e . Therefore, the union L of these edges contains a set X of s > + k 2 independent vertices.

Now it suffices to prove that we can ensure k 1 . Suppose that k and the union L of e 1 , , e contains a set X of s = k + 1 independent vertices. Then, = s k + 1 s + 1 holds and we may derive that 2 1 s . By the pigeonhole principle, there exists an edge e q , where q [ ] , which contains at most one “private” vertex from X, that is,

e q \ j [ ] , j q e j X | 1 .

Removing this edge e q from the list, we have 1 edges such that their union contains at least ( 1 ) + k 1 independent vertices. If 1 is still greater than k 1 , we may repeat the procedure. At the end, we have k 1 edges such that their union contains k + 1 independent vertices. Consequently, it is enough to check the property for at most k 1 edges.□

Motivated by Theorem 3.5, we define the following classes of hypergraphs.

Definition 3.6

For every k 3 , a k-uniform hypergraph H belongs to the class k , if and only if, ρ ( H ) k 1 and α w ( H ) ρ ( H ) + k 1 .

The condition ρ ( H ) k 1 implies that for each k and every H k , the order of H is at most k ( k 1 ) and, consequently, k is a finite set of hypergraphs. Having the definition of k in hand, we can formulate the following corollary.

Corollary 3.7

For each k 3 , a k-uniform hypergraph F satisfies t c ( F ) = | V ( F ) | k + 2 if and only if F is k -free.

The next theorem and its consequences give a characterization for connected bipartite ( γ , γ k ) -graphs. In fact, these characterizations refer to the properties of the underlying hypergraph but, since we know that every bipartite ( γ , γ k ) -graph G belongs to a class k ( F ) , these results also characterize the structure of G.

Theorem 3.8

For each k 3 , a connected bipartite graph G satisfies γ k ( G ) = γ ( G ) + k 2 , if and only if, G k and the underlying hypergraph F of G satisfies t c ( F ) = | V ( F ) | k + 2 .

Proof

If G is a connected bipartite ( γ , γ k ) -graph, then, by Theorem 3.1, we have G k . Furthermore, by Theorem 3.2, G is a ( γ , γ k ) -graph if and only if its γ k -simplified graph G is a ( γ , γ k ) -graph as well. Note that G and G admit the same underlying hypergraph F where | V ( F ) | = γ k ( G ) = γ k ( G ) by Corollary 2.6. Hence, it suffices to prove that γ ( G ) = t c ( F ) .

Now consider a minimum dominating set Q of G such that | Q V ( F ) | is maximum under this condition. By this maximality, Q does not contain two false twins from V ( G ) \ V ( F ) . Indeed, x i 1 Q dominates itself and all vertices from the associated edge e i of F, and then, x i 2 can be replaced by any vertex of e i in the dominating set. We may suppose, without loss of generality, that x i 2 Q holds for each e i E ( F ) . Since N G ( x i 2 ) = e i and | N G ( x i 2 ) Q | 1 , we infer that Q contains at least one vertex from each e i E ( F ) . Thus, Q V ( F ) is a transversal of F. Furthermore, if a vertex v j V ( F ) does not belong to Q, it is dominated by a vertex x s 1 Q where the edge e s of the underlying hypergraph is incident with v j . It means that the edge set

R = { e s : e s E ( F ) and x s 1 Q }

covers all vertices of V ( F ) which are outside Q. Then, ( Q V ( F ) ) R is a TC-set in F and since | R | equals the number of vertices in Q \ V ( F ) , the cardinality of this TC-set is | Q | = γ ( G ) . Therefore, t c ( F ) | Q | = γ ( G ) .

To prove the other direction, suppose that S = T R is a minimum TC-set of F where T = S V ( F ) and R = S E ( F ) . Now, determine the set Q V ( G ) as Q = T R where R consists of those vertices x i 1 which represent the edges e i R , that is,

R = { x i 1 : N G ( x i 1 ) R } .

Hence, we have | Q | = | S | = t c ( F ) . Observe that, by the definition of the underlying hypergraph, the transversal T of F dominates all vertices in V ( G ) \ V ( F ) in the graph G . Moreover, each vertex u of V ( F ) which is outside T is covered by an edge e i R in the underlying hypergraph and, therefore, u is dominated by the vertex x i 1 R in G. We conclude that Q is a dominating set of G and we have γ ( G ) | Q | = t c ( F ) . This finishes the proof of the theorem.□

Theorem 3.8, Theorem 3.5, and Corollary 3.7 immediately imply other formulations of the characterization.

Corollary 3.9

For each k 3 , a connected bipartite graph G is a ( γ , γ k ) -graph if and only if G k and the underlying hypergraph F of G satisfies the following property: for every k 1 and for every edges e i 1 , , e i of F, the union L = j = 1 e i j contains at most + k 2 weakly independent vertices.

Corollary 3.10

For each k 3 , a connected bipartite graph G is a ( γ , γ k ) -graph if and only if G B k and the underlying hypergraph of G is k -free.

For the case of k = 3 , Corollary 3.9 can be reformulated as follows.

Corollary 3.11

A connected bipartite graph G is a ( γ , γ 3 ) -graph if and only if G 3 and the underlying hypergraph F satisfies the following property:

(⁎) Every four different vertices that can be split into two pairs of adjacent vertices induce at least one hyperedge in F.

Proposition 3.12

If G is a connected bipartite ( γ , γ 3 ) -graph and D is a minimum 3-dominating set of G, then G 2 [ D ] is a threshold graph.

Proof

Suppose that G and D satisfy the conditions of the proposition and consider the underlying hypergraph F with V ( F ) = D . Since G 3 , any two vertices u , v D having distance 2 in G belong to a common hyperedge of F. In other words, if u v E ( G 2 [ D ] ) , then uv is an edge in the 2-section graph H of F. Similar argumentation shows that the other direction is valid too. Thus, H = G 2 [ D ] . By Corollary 3.11, the underlying hypergraph F satisfies ( ) . This implies that for every two vertex disjoint edges v v and u u of H, the vertex set { v , v , u , u } contains at least one hyperedge of F. We infer that there exist three vertices in { v , v , u , u } , which induces a triangle in H. Checking all possible extensions of a 2 K 2 on four vertices, we obtain that 2 K 2 , P 4 , and C 4 are the forbidden induced subgraphs. Since ( 2 K 2 , P 4 , C 4 ) -free graphs are exactly the threshold graphs, the statement follows.□

4 Characterization of bipartite ( γ , γ 3 ) -perfect graphs

In this section, we prove a characterization for bipartite ( γ , γ 3 ) -perfect graphs. First, we define the graph classes S k and prove that all members of S k are ( γ , γ k ) -perfect for every k 2 . Then, the main theorem of this section states that S 3 is the set of all bipartite ( γ , γ 3 ) -perfect graphs.

Definition 4.1

Let k , r , i 1 , , i r be integers which satisfy k 2 , r 1 , and i j k for every j [ r ] . We define S k ( i 1 , , i r ) as the graph that is obtained from the star K 1 , r in the following way. First replace the edges e 1 , , e r of the star with i 1 , , i r parallel edges, respectively, and subdivide each edge exactly once. Finally, supplement the graph by k 2 new vertices which are false twins with the center. For a fixed integer k 2 , let S k be the graph class that contains all S k ( i 1 , , i r ) with r 1 and i j k for every j [ r ] .

With this notation, S 2 ( ) corresponds to K 2, whenever 2 . In general, S k ( ) is just K k , if k 2 . For another example that is not a complete bipartite graph see Figure 1.

Proposition 4.2

If G S k , then G is ( γ , γ k ) -perfect.

Proof

Consider a graph G = S k ( i 1 , , i r ) from the graph class S k . It is straightforward to check that the minimum vertex degree is k and that γ k ( G ) = r + k 1 and γ ( G ) = r + 1 hold. Alternatively, the equality γ k ( G ) = γ ( G ) + k 2 can be verified directly by Theorem 3.8. Thus, G is a ( γ , γ k ) -graph. Note that every subdivision vertex has degree k. Now, consider an induced subgraph H of G that satisfies δ ( H ) k . Suppose that a vertex u V ( G ) does not belong to V ( H ) . If u is the center or its false twin, then, since δ ( H ) k , no subdivision vertices can be present in H. This contradicts the degree condition. If u is a leaf in the original star, then, by the degree condition again, no neighboring subdivision vertices belong to H. If u is a subdivision vertex, then consider the neighbor of u which was a leaf in the star, say u , and denote the degree d G ( u ) by i j . When u does not belong to H, we have two cases: either u and at least k of its neighbors are still present in H; or the entire N G [ u ] is omitted from H. We infer that every induced subgraph H of G with δ ( H ) k is isomorphic to a graph S k ( i 1 , , i r ) , where i j k for all j [ r ] . Therefore, H is a ( γ , γ k ) -graph again. This proves the ( γ , γ k ) -perfectness of G.□

Figure 1 
               An illustration for the graph 
                     
                        
                        
                           
                              
                                 S
                              
                              
                                 3
                              
                           
                           (
                           3
                           ,
                           3
                           ,
                           4
                           )
                        
                        {S}_{3}(3,3,4)
                     
                  . The thick red box represents two false twin vertices.
Figure 1

An illustration for the graph S 3 ( 3 , 3 , 4 ) . The thick red box represents two false twin vertices.

As proved in [16], S 2 is the set of all ( γ , γ 2 ) -perfect graphs. Since each S k contains only bipartite graphs, it is equivalent to saying that S 2 is the set of all bipartite ( γ , γ 2 ) -perfect graphs. Here, we prove an analogous statement for S 3 .

Theorem 4.3

G is a bipartite ( γ , γ 3 ) -perfect graph if and only if G S 3 .

Proof

By Definition 4.1 and Proposition 4.2, every member of S 3 is ( γ , γ 3 ) -perfect and bipartite. To prove the other direction, suppose that G is a bipartite ( γ , γ 3 ) -perfect graph, D is a minimum 3-dominating set, and F is the 3-uniform underlying hypergraph of G (with respect to D). Under these conditions, we first prove a couple of claims on the structure of F and G.

Claim A. Every edge of F contains a vertex of degree 1.

Proof of Claim A. Suppose, to the contrary, that e 1 = { u , u , u } is an edge in F such that d F ( u ) d F ( u ) d F ( u ) 2 . Let Y 4 be the set of vertices of degree at least 4 in V ( G ) \ D and let Z = ( N G ( u ) N G ( u ) N G ( u ) ) \ { x 1 1 } .

Consider the induced subgraph H = G [ V ( G ) \ ( Y 4 Z ) ] of G. Since G is bipartite and no vertex from D was deleted, every vertex y V ( H ) \ D remains of degree 3 in H. If v is a vertex from D such that d F ( v ) = 1 , then v cannot be contained in a clique of order at least 4 in F and, by Corollary 2.6, v cannot be adjacent to any vertex from Y 4 . By our assumption, e 1 does not contain the degree-1 vertex v, and therefore, v is adjacent to none of the vertices in Z. Thus, d F ( v ) = 1 implies d H ( v ) = d G ( v ) 3 . Now, consider a vertex v D that satisfies d F ( v ) 2 . This vertex v is incident with at least two different edges in F, say v is incident with e i and e j . Observe that d G ( v ) 4 as v is adjacent to all vertices from X i X j . Since Y 4 Z contains at most one vertex, namely x 1 2 , from X i X j , the degree of v is still at least 3 in H. We conclude δ ( H ) = 3 .

It is straightforward to show that, under our assumptions, ( D { x 1 1 } ) \ { u , u , u } is a dominating set of H and hence we have γ ( H ) | D | 2 . We now prove that γ 3 ( H ) | D | that gives the desired contradiction. Consider an arbitrary 3-dominating set Q in H. Denote | D \ Q | by s and | Q ( V ( H ) \ D ) | by . To 3-dominate all vertices in D \ Q , we need at least 3 s edges between the vertex sets D \ Q and Q ( V ( H ) \ D ) . On the other hand, we may have at most 3 edges between the two sets because every vertex in the second set is of degree 3. Consequently, s holds and this implies

| Q | = | Q D | + | Q ( V ( H ) \ D ) | = | D | s + | D |

for every 3-dominating set Q of H. Therefore, we have γ 3 ( H ) | D | > γ ( H ) + 1 for an induced subgraph of minimum degree 3 that contradicts the ( γ , γ 3 ) -perfectness of G. This contradiction finishes the proof of Claim A.

Claim B. Every vertex from V ( G ) \ D is of degree 3 in G.

Proof of Claim B. By Claim A, there is no complete subhypergraph in F on four (or more) vertices. Together with Corollary 2.6 these imply that there exist no vertices of degree greater than 3 in V ( G ) \ D . Since δ ( G ) 3 , this results in d G ( y ) = 3 for every y V ( G ) \ D as stated.

Claim C. If three vertices form an edge in the underlying hypergraph F, then they have at least three common neighbors in G.

Proof of Claim C. By Claim A, every edge e = { u , u , u } of F contains a vertex of degree 1. We may assume that u is such a vertex in e. By the definition of the underlying hypergraph and by Claim B, all neighbors of the degree-1 vertex u are associated with the edge e, that is,

N G ( u ) = { y V ( G ) \ D : N G ( y ) = { u , u , u } } .

Since | N G ( u ) | = d G ( u ) 3 , there exist at least three common neighbors of u, u , and u .

Claim D. F does not have two edges that share exactly one vertex.

Proof of Claim D. First suppose that two edges, namely e i and e j , of F share exactly one vertex w. Let e i = { u , u , w } and e j = { v , v , w } . By Claim C u, u , and w have at least three common neighbors, denote them by x i 1 , x i 2 , and x i 3 . Similarly, let the common neighbors of v, v , and v be x j 1 , x j 2 , and x j 3 . Consider the subgraph H of G induced by these 11 vertices. Observe that H has minimum degree 3, γ 3 ( H ) = 5 and, as w, x i 1 , x j 1 form a dominating set, γ ( H ) 3 . Thus, we have γ 3 ( H ) > γ ( H ) + 1 for a connected induced subgraph of G with minimum degree 3. This contradicts our condition on the ( γ , γ 3 ) -perfectness of G. Consequently, F cannot contain two edges intersecting in exactly one vertex.

Concerning the statement and proof of Claim D, remark that even if e i e j contains further edges in F, the considered subgraph H is an induced subgraph of G.

To complete the proof of Theorem 4.3 we make the following observations. If F contains only one edge, then G is a K 3 , that is isomorphic to S 3 ( ) for an integer 3 . So, we may assume that | D | 4 and F contains at least two edges. Since G is a connected bipartite graph and D is one of the partite classes, the underlying hypergraph F must be connected as well. Thus, F has two intersecting edges e i and e j . By Claim D, e i and e j share two vertices, say v 0 1 and v 0 2 . Claim A implies that the third vertex of e i is of degree 1 and the same is true for e j . The connectivity of F then requires that each edge of F is incident with v 0 1 and v 0 2 and contains a further private vertex. Therefore, the underlying hypergraph F of a ( γ , γ 3 ) -perfect G can always be obtained (up to isomorphism) in the following way:

V ( F ) = { v 0 1 , v 0 2 , v 1 , , v r } ;

E ( F ) = { e 1 , , e r } where e i = { v 0 1 , v 0 2 , v i } for every i [ r ] .

Then, G can be constructed by assigning at least three, say i j , new vertices to each edge e j of F and making adjacent the vertices in e j to the new associated vertices. This clearly results in the graph S 3 ( i 1 , , i r ) with i j 3 for all j [ r ] . Note that the condition δ ( G ) 3 implies that F is not edgeless and consequently, r 1 must hold. We conclude that every ( γ , γ 3 ) -perfect graph belongs to S 3 .□

We show that the statement analogous to Theorem 4.3 holds neither for k = 4 nor for any even integer k > 4 . First, consider the lexicographic product C 6 K ¯ 2 , that is, every vertex of the cycle C 6 is replaced with two independent vertices. Then, γ 4 ( C 6 K ¯ 2 ) = 6 = γ ( C 6 K ¯ 2 ) + 2 and, since the graph is 4-regular, every proper subgraph has a vertex of degree smaller than 4. Thus, C 6 K ¯ 2 is ( γ , γ 4 ) -perfect and bipartite but does not belong to S 4 . As an infinite class of similar examples we propose the following construction.

Example

For each even integer k = 2 4 consider the bipartite graph G k G k obtained as the double incidence graph of the following underlying hypergraph F k . The vertex set of F k is V = W U where W = { w 1 , , w } and U = { u 1 , , u + 1 } ; the edge set is E = { e 1 , , e + 1 } where e i = V \ { u i } for all i [ + 1 ] . One can check that F k satisfies the condition given in Corollary 3.9 and, therefore, G k is a ( γ , γ k ) -graph. On the other hand, one can check that every proper subgraph of G k has minimum degree less than k. We may conclude that G k is a bipartite ( γ , γ k ) -perfect graph but does not belong to S k .

Figure 2 
               An illustration of the construction for 
                     
                        
                        
                           3
                        
                        3
                     
                  -SAT reduction: The clauses 
                     
                        
                        
                           
                              
                                 C
                              
                              
                                 1
                              
                           
                        
                        {C}_{1}
                     
                   and 
                     
                        
                        
                           
                              
                                 C
                              
                              
                                 ℓ
                              
                           
                        
                        {C}_{\ell }
                     
                   corresponding to the vertices 
                     
                        
                        
                           
                              
                                 c
                              
                              
                                 1
                              
                           
                        
                        {c}_{1}
                     
                   and 
                     
                        
                        
                           
                              
                                 c
                              
                              
                                 ℓ
                              
                           
                        
                        {c}_{\ell }
                     
                  , resp., are 
                     
                        
                        
                           
                              
                                 C
                              
                              
                                 1
                              
                           
                           =
                           (
                           
                              
                                 x
                              
                              
                                 1
                              
                           
                           ∨
                           ¬
                           
                              
                                 x
                              
                              
                                 3
                              
                           
                           ∨
                           ¬
                           
                              
                                 x
                              
                              
                                 s
                              
                           
                           )
                        
                        {C}_{1}=({x}_{1}\vee \neg {x}_{3}\vee \neg {x}_{s})
                     
                   and 
                     
                        
                        
                           
                              
                                 C
                              
                              
                                 ℓ
                              
                           
                           =
                           (
                           
                              
                                 x
                              
                              
                                 1
                              
                           
                           ∨
                           ¬
                           
                              
                                 x
                              
                              
                                 2
                              
                           
                           ∨
                           
                              
                                 x
                              
                              
                                 s
                              
                           
                           )
                        
                        {C}_{\ell }=({x}_{1}\vee \neg {x}_{2}\vee {x}_{s})
                     
                  . The thick red box represents 
                     
                        
                        
                           k
                           −
                           1
                        
                        k-1
                     
                   independent vertices with the same open neighborhood.
Figure 2

An illustration of the construction for 3 -SAT reduction: The clauses C 1 and C corresponding to the vertices c 1 and c , resp., are C 1 = ( x 1 ¬ x 3 ¬ x s ) and C = ( x 1 ¬ x 2 x s ) . The thick red box represents k 1 independent vertices with the same open neighborhood.

5 Complexity results

Proposition 5.1

Let k be a fixed integer with k 3 and let G be a bipartite graph with Δ ( G ) k . It can be decided in polynomial time whether the graph G satisfies the equality γ k ( G ) = γ ( G ) + k 2 .

Proof

If G is a connected bipartite ( γ , γ k ) -graph with Δ ( G ) k , then, by Theorem 3.1, every minimum k-dominating set is a partite class of G and G k . This can be checked efficiently and, assuming that the conditions are satisfied, the k-uniform underlying hypergraph F can be determined in polynomial time as well. Then, by Corollary 3.10, it is enough to decide whether F is k -free. Recall that k is a finite set of k-uniform hypergraphs each of which is of order at most k ( k 1 ) . Thus, this step can also be performed in polynomial time.

Finally, note that if G is disconnected, it satisfies γ k ( G ) = γ ( G ) + k 2 , if and only if, G contains one component which is a ( γ , γ k ) -graph and the further components are isolated vertices. Hence, the statement remains true over the class of disconnected bipartite graphs.□

Theorem 5.2

For each k 2 , it is NP-hard to decide whether the equality γ k ( G ) = γ ( G ) + k 2 holds for G over the class G k .

Proof

In order to prove that the corresponding decision problem is NP-hard, we construct a polynomial time reduction from 3-SAT problem, a classical NP-complete problem [24]. Note that we adopt the approach we used in [16] to prove NP-hardness. Since the construction we need here is more general, we only present the construction explicitly and give a sketch of the rest of the proof, for the brevity.

Let C be a 3 -SAT instance with clauses C 1 , C 2 , , C over the Boolean variables X = { x 1 , x 2 , , x s } . We may assume s 4 , 2 and that for every three variables x i 1 , x i 2 , x i 3 there exists a clause C j , where j [ ] , such that C j does not contain any of the variables x i 1 , x i 2 , x i 3 (neither in the positive form nor in the negative form). Otherwise, the problem could be reduced to at most eight (separated) 2 -SAT problems, which are solvable in polynomial time.

We construct a graph G G k , such that the given instance C of 3 -SAT problem is satisfiable if and only if γ ( G ) < γ k ( G ) k + 2 .

For every variable x i , we create three vertices { x i t , x i f , v i } and then we add the edges x i t v i and x i f v i . For every clause C j C , we create a vertex c j , and if x i is a literal in C j , then x i t c j E ( G ) ; if ¬ x i is a literal in C j , then x i f c j E ( G ) . Moreover, we add a vertex c and the edges c x i t and c x i f for every i [ s ] . We also add a vertex v s + 1 and the edge set { c i v s + 1 : 1 i } { c v s + 1 } . Finally, we add k 1 new vertices v 0 1 , , v 0 k 1 , such that each vertex v 0 r is adjacent to every vertex in V ( G ) \ { v 1 , v 2 , v s + 1 } for r [ k 1] (for an illustration of the construction, see Figure 2). The order of G is obviously 3 s + + k + 1 and this construction can be done in polynomial time. Note that G G ( F ) and any two hyperedges in F share k 1 vertices, namely v 0 1 , , v 0 k 1 . It is straightforward to prove that { v 1 , , v s + 1 , v 0 1 , , v 0 k 1 } is a minimum k-dominating set in G and, therefore, γ k ( G ) = k + s . We refer the reader to [16] for a more detailed proof for k = 2 .

In order to finish the proof, it suffices to show that C is satisfiable if and only if γ ( G ) < γ k ( G ) k + 2 . First, assume that C is satisfiable and let φ : X { t , f } be the corresponding truth assignment. The set D = D 1 D 2 { c } is a dominating set, where D 1 = i [ s ] { x i t : φ ( x i ) = t } and let D 2 = i [ s ] { x i f : φ ( x i ) = f } . Since | D | = s + 1 , we have γ ( G ) < γ k ( G ) k + 2 = ( k + s ) k + 2 for k 2 .

For the other direction, assume that γ ( G ) < γ k ( G ) k + 2 and consider a dominating set D such that | D | s + 1 . In order to dominate v i , the set D contains at least one vertex from the set { x i t , x i f , v i } , for each i [ s ] . Similarly, to dominate v s + 1 , the set D contains at least one vertex from the set { c 1 , c 2 , , c , c , v s + 1 } . Since | D | s + 1 , we have | D { x i t , x i f , v i } | = 1 for every i [ s ] . Moreover, | D { c 1 , c 2 , , c , c , v s + 1 } | = 1 and { v 0 1 , , v 0 k 1 } D = . There are three cases to consider and for a detailed discussion, we refer the reader to [16].

  1. If v s + 1 D , then, to dominate x i t and x i f for each i [ s ] , every v i must be contained in D . Hence, the vertices { v 0 1 , , v 0 k 1 } are not dominated by a vertex from D , a contradiction.

  2. If c j D for some j [ ] , then for all but at most three i [ s ] we have v i D . Then, there is a vertex c q , such that q [ ] and c q is not dominated by a vertex from D , a contradiction.

  3. If c D , then c j must be dominated by a vertex x i t or x i f for every j [ ] . Now, consider the truth assignment φ : X { t , f } where φ ( x i ) = t if and only if x i t D and observe that φ satisfies the 3-SAT instance C .

This finishes the proof.□

Acknowledgments

This research was started when Csilla Bujtás visited the Ege University in Izmir, Turkey; the authors thank the financial support of TÜBITAK under the grant BIDEB 2221 (1059B211800686). Csilla Bujtás also acknowledges the financial support from the Slovenian Research Agency under the project N1-0108.

References

[1] John Frederick Fink and Michael S. Jacobson, n-domination in graphs, in: Graph Theory with Application to Algorithms and Computer Science, 1985, pp. 283–300.Search in Google Scholar

[2] John Frederick Fink and Michael S. Jacobson, On n-domination, n-dependence and forbidden subgraphs, in: Graph Theory Applications to Algorithms Computer Science, 1985, pp. 301–311.Search in Google Scholar

[3] Csilla Bujtás and Szilárd Jaskó, Bounds on the 2-domination number, Discrete Appl. Math. 242 (2018), 4–15, 10.1016/j.dam.2017.05.014.Search in Google Scholar

[4] Yair Caro, On the k-domination and k-transversal numbers of graphs and hypergraphs, Ars Combin. 29 (1990), 49–55.Search in Google Scholar

[5] Yair Caro and Yehuda Roditty, A note on the k-domination number of a graph, Int. J. Math. Math. Sci. 13 (1990), no. 1, 205–206, 10.1155/S016117129000031X.Search in Google Scholar

[6] Odile Favaron, k-domination and k-independence in graphs, Ars Combin. 25C (1988), 159–167.Search in Google Scholar

[7] Odile Favaron, Adriana Hansberg, and Lutz Volkmann, On k-domination and minimum degree in graphs, J. Graph Theory 57 (2008), no. 1, 33–40, 10.1002/jgt.20279.Search in Google Scholar

[8] Adriana Hansberg, On the k-domination number, the domination number and the cycle of length four, Util. Math. 98 (2015), 65–76.Search in Google Scholar

[9] Adriana Hansberg and Ryan Pepper, On k-domination and j-independence in graphs, Discrete Appl. Math. 161 (2013), no. 10, 1472–1480, 10.1016/j.dam.2013.02.008.Search in Google Scholar

[10] Ramy S. Shaheen, Bounds for the 2-domination number of toroidal grid graphs, Int. J. Comput. Math. 86 (2009), no. 4, 584–588, 10.1080/00207160701690284.Search in Google Scholar

[11] Teresa W. Haynes, Stephen Hedetniemi, and Peter Slater, Domination in Graphs: Advanced Topics, Marcel Dekker, New York, 1997.Search in Google Scholar

[12] Teresa W. Haynes, Stephen Hedetniemi, and Peter Slater, Fundamentals of Domination in Graphs, CRC Press, Boca Raton, 1998.Search in Google Scholar

[13] Mustapha Chellali, Odile Favaron, Adriana Hansberg, and Lutz Volkmann, k-domination and k-independence in graphs: a survey, Graphs Combin. 28 (2012), no. 1, 1–55, 10.1007/s00373-011-1040-3.Search in Google Scholar

[14] Adriana Hansberg, Bert Randerath, and Lutz Volkmann, Claw-free graphs with equal 2-domination and domination numbers, Filomat 30 (2016), no. 10, 2795–2801, 10.2298/FIL1610795H.Search in Google Scholar

[15] Adriana Hansberg and Lutz Volkmann, On graphs with equal domination and 2-domination numbers, Discrete Math. 308 (2008), no. 11, 2277–2281, 10.1016/j.disc.2007.04.057.Search in Google Scholar

[16] Gülnaz Boruzanlı Ekinci and Csilla Bujtás, On the equality of domination number and 2-domination number, arXiv preprint, arXiv:1907.07866, 2019.Search in Google Scholar

[17] S. Arumugam, Bibin K. Jose, Csilla Bujtás, and Zsolt Tuza, Equality of domination and transversal numbers in hypergraphs, Discrete Appl. Math. 161 (2013), no. 13, 1859–1867, 10.1016/j.dam.2013.02.009.Search in Google Scholar

[18] Mostafa Blidia, Mustapha Chellali, and Teresa W. Haynes, Characterizations of trees with equal paired and double domination numbers, Discrete Math. 306 (2006), no. 16, 1840–1845, 10.1016/j.disc.2006.03.061.Search in Google Scholar

[19] Magda Dettlaff, Magdalena Lemańska, Gabriel Semanišin, and Rita Zuazua, Some variations of perfect graphs, Discuss. Math. Graph Theory 36 (2016), no. 3, 661–668, 10.7151/dmgt.1880.Search in Google Scholar

[20] Bert Hartnell and Douglas F. Rall, A characterization of graphs in which some minimum dominating set covers all the edges, Czechoslovak Math. J. 45 (1995), no. 2, 221–230.10.21136/CMJ.1995.128526Search in Google Scholar

[21] Marcin Krzywkowski, Michael A. Henning, and Christoph Brause, A characterization of trees with equal 2-domination and 2-independence numbers, Discrete Math. Theor. Comput. Sci. 19 (2017), 10.23638/DMTCS-19-1-1.Search in Google Scholar

[22] Bert Randerath and Lutz Volkmann, Characterization of graphs with equal domination and covering number, Discrete Math. 191 (1998), no. 1–3, 159–169, 10.1016/S0012-365X(98)00103-4.Search in Google Scholar

[23] Andrzej Lingas, Mateusz Miotk, Jerzy Topp, and Paweł Żyliński, Graphs with equal domination and covering numbers, J. Comb. Optim. 39 (2020), no. 1, 55–71, 10.1007/s10878-019-00454-6.Search in Google Scholar

[24] Michael R. Garey and David S. Johnson, Computers and Intractibility: A Guide to the Theory of NP-Completeness, WH Freeman and Co., New York, 1979.Search in Google Scholar

Received: 2019-07-31
Accepted: 2020-06-03
Published Online: 2020-08-24

© 2020 Gülnaz Boruzanlı Ekinci and Csilla Bujtás, published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Downloaded on 10.5.2024 from https://www.degruyter.com/document/doi/10.1515/math-2020-0047/html
Scroll to top button