1. Introduction
By a graph G = (V, E), we mean a finite undirected connected graph without loops or multiple edges. The order and size of G are denoted by n and m, respectively. For basic graph-theoretic terminology, we refer to [1]. For every vertex v ∈ V, the open neighbourhood N(v) is the set {u ∈ G/uv ∈ E(G)}. The degree of a vertex v ∈ V is deg(v) = |N(v)|. If e = {u, v} is an edge of a graph G with deg(u) = 1 and deg(v) > 1, then we call e a pendant edge or end edge, u a leaf or end vertex and v a support. A vertex of degree n − 1 is called a universal vertex. The distance d(u, v) between two vertices u and v in a connected graph G is the length of a shortest u-v path in G. A u-v path of length d(u, v) is called a u-v geodesic. A vertex x is said to lie on a u-v geodesic P if x is a vertex of P, including the vertices u and v. For two vertices u and v, the closed interval I[u, v] consists of u and v together with all vertices lying on some u-v geodesic. For a set S ⊆ V(G), the interval IG[S] is the union of all IG[u, v] for u, v ∈ S.
A set D ⊂ V is a dominating set of G if every vertex v ∈ V − D is adjacent to some vertex in D. A dominating set D is said to be minimal if no subset of D is a dominating set of G. The minimum cardinality of a minimal dominating set of G is called the domination number of G and is denoted by γ(G). The domination number of a graph was studied in [2]. A set S ⊆ V of a graph G is a hop dominating set (hd-set, in short) of G if for every v ∈ V − S, there exists u ∈ S such that d(u, v) = 2. The minimum cardinality of an hd-set of G is called the hop domination number and is denoted by γh(G). Any hd-set of order γh(G) is called a γh-set of G. The hop domination number of a graph was studied in [3–8]. The domination concept has interesting applications in social networks. By applying the hop domination concept, we can improve privacy in social networks.
Let G and H be two connected graphs. Let o be a vertex of H. The comb product of G and H, denoted by G ⊳ H, is the graph obtained by taking one copy of G and |V(G)| copies of H and identifying the ith copy of H at the vertex o with the ith vertex of G. By the definition of the comb product, we can say that V(G ⊳ H) = {(a, u): a ∈ V(G), u ∈ V(H)} and (a, u)(b, v) ∈ E(G ⊳ H) whenever a = b and uv ∈ E(H), or ab ∈ E(G) and u = v = o. This concept was studied in [9].
2. Hop domination number of comb product graphs
Theorem 2.1. Let H = Pn1 be the path of order n1 and K = Cn2 be the cycle of order n2. Then
Proof. Let V(H) = {v1, v2, …, vn1} and V(K) = {u1, u2, …, un2}. Let V(Ki) = {ui,1, ui,2, …, ui,n2} be the ith copy of K and ui,1 (1 ≤ i ≤ n1) be the root vertex of G = H ⊳ K.
Case 1: 4 ≤ n2 ≤ 5. Let S be a γh-set of G. It is easily observed that each root vertex belongs to S. Then γh(G) ≥ n1. Since S = {u1,1, u2,1, u3,1, …, un1,1} is the only γh-set of G, γh(G) = n1.
Case 2: n2 ≥ 6.
Case 2a: n2 = 6r. Let S = {ui,1, ui,4, ui,7, ui,10, …, ui,6r−2}. Then S is a hop dominating set of G, so that γh(G) ≤ n1⌈n2/3⌉. We have to prove that γh(G) = n1⌈n2/3⌉. On the contrary, suppose that γh(G) ≤ n1⌈n2/3⌉ − 1. Then there exists a γh-set S′ of G such that |S′| ≤ n1⌈n2/3⌉ − 1. Hence there exists an x ∈ V\S′ such that d(x, y) ≥ 3, where y ∈ S′. Therefore S′ is not a hop dominating set of G, which is a contradiction. Hence γh(G) = n1⌈n2/3⌉.
Case 2b: n2 = 6r + 1 or 6r + 2 or 6r + 3. Let T = {ui,1, ui,4, ui,10, …, ui,6r−2} ∪ {ui,5, ui,11, …, ui,6r−1}. Then, as in Case 2a, we can prove that T is a γh-set of G, so that γh(G) = n1⌈n2/3⌉.
Case 2c: n2 = 6r + 4 or 6r + 5. Let W = {ui,1, ui,6, ui,12, …, ui,6r} ∪ {ui,7, ui,13, …, ui,6r+1}. Then, as in Case 2a, we can prove that W is a γh-set of G, so that γh(G) = n1⌊n2/3⌋. ∎
Theorem 2.2. Let H = Pn1 be the path of order n1 ≥ 2 and K = Pn2 be the path of order n2 ≥ 3. Then
Proof. Let V(H) = {v1, v2, …, vn1} and V(K) = {u1, u2, …, un2}. Let V(Ki) = {ui,1, ui,2, …, ui,n2} be the ith copy of K and ui,1 (1 ≤ i ≤ n1) be the root vertex of G = H ⊳ K.
Case 1: 1 ≤ n2 ≤ 3.
Case 1a: n2 ≥ 3. Then S = {u1,1, u2,1, u3,1, …, un1,1} is the only γh-set of G, so that γh(G) = n1.
Case 1b: 4 ≤ n2 ≤ 5. Then S = {u2, u3} is the only γh-set of G, so that γh(G) = 2n1.
Case 2: n2 ≥ 6.
Case 2a: n2 = 6r. Let S = {ui,3, ui,9, …, ui,6r−3} ∪ {ui,4, ui,10, …, ui,6r−2}. Then S is a hop dominating set of G, so that γh(G) ≤ n1⌈n2/3⌉. We have to prove that γh(G) = n1⌈n2/3⌉. On the contrary, suppose that γh(G) ≤ n1⌈n2/3⌉ − 1. Then there exists a γh-set S′ of G such that |S′| ≤ n1⌈n2/3⌉ − 1. Hence there exists an x ∈ V\S′ such that d(x, y) ≥ 3, where y ∈ S′. Therefore S′ is not a hop dominating set of G, which is a contradiction. Hence γh(G) = n1⌈n2/3⌉.
Case 2b: n2 = 6r + 1 or 6r + 2 or 6r + 3. Let T = {ui,1, ui,6, ui,12, …, ui,6r} ∪ {ui,7, ui,13, …, ui,6r+1}. Then, as in Case 2a, we can prove that T is a γh-set of G, so that γh(G) = n1⌈n2/3⌉.
Case 2c: n2 = 6r + 4. Let W = {ui,1, ui,4, ui,7, …, ui,6r+4}. Then, as in Case 2a, we can prove that W is a γh-set of G, so that γh(G) = n1(⌈n2/3⌉ + 1).
Case 2d: n2 = 6r + 5. Let Z = W ∪ {ui,6r+5}. Then, as in Case 2a, we can prove that Z is a γh-set of G, so that γh(G) = n1(⌈n2/3⌉ + 1). ∎
Theorem 2.3. Let H and K be two connected graphs. Then γh(H ⊳ K) ≤ |V(H)| · γh(K).
Proof. Let V(H) = {v1, v2, …, vn1} and V(K) = {u1, u2, …, un2}. Let V(Ki) = {ui,1, ui,2, …, ui,n2} (1 ≤ i ≤ n1) be the ith copy of K. Without loss of generality, let us assume that ui,1 (1 ≤ i ≤ n1) is the root vertex of G = H ⊳ K. Let S be a γh-set of G. Then γh(H ⊳ K) ≤ |V(H)| · |S| = |V(H)| · γh(K). ∎
Theorem 2.4. Let H be a connected graph of order n1 and K be a connected graph of order n2 with d(K) = 2. Then γh(H ⊳ K) = n1.
Proof. Let V(H) = {v1, v2, …, vn1} and V(K) = {u1, u2}. Let V(Ki) = {ui,1} be the ith copy of K and ui,1 (1 ≤ i ≤ n1) be the root vertex of G = H ⊳ K. We prove that γh(G) = n1. On the contrary, suppose that γh(G) ≤ n1 − 1. Then there exists a γh-set S′ of G such that |S′| ≤ n1 − 1. Hence there exists an x ∈ V\S′ such that d(x, y) ≥ 3, where y ∈ S′. Therefore S′ is not a hop dominating set of G, which is a contradiction. Hence γh(H ⊳ K) = n1. ∎
Theorem 2.5. Let H be any connected graph of order n1 and K be a connected graph of order n2 with d(K) = 1. Then
Proof. Let V(H) = {v1, v2, …, vn1} and V(K) = {u1, u2}. Let V(Ki) = {ui,1} be the ith copy of K and ui,1 (1 ≤ i ≤ n1) be the root vertex of G = H ⊳ K.
Case 1: n1 = 3. Then S = {u2,1, u3,1} is the only γh-set of G, so that γh(G) = 2.
Case 2: n1 ≥ 4.
Case 2a: n1 = 4r. Let S = {u2,1, u6,1, …, u4r−2,1} ∪ {u3,1, u7,1, …, u4r−1,1}. Then S is a hop dominating set of G, so that γh(G) ≤ ⌈n1/2⌉. We have to prove that γh(G) = ⌈n1/2⌉. On the contrary, suppose that γh(G) ≤ ⌈n1/2⌉ − 1. Then there exists a γh-set S′ of G such that |S′| ≤ ⌈n1/2⌉ − 1. Hence there exists an x ∈ V\S′ such that d(x, y) ≥ 3, where y ∈ S′. Therefore S′ is not a hop dominating set of G, which is a contradiction. Hence γh(G) = ⌈n1/2⌉.
Case 2b: n1 = 4r + 1. Let T = S ∪ {u4r,1}. Then, as in Case 2a, we can prove that T is a γh-set of G, so that γh(G) = ⌈n1/2⌉.
Case 2c: n1 = 4r + 3. Let W = {u2,1, u6,1, …, u4r+2,1} ∪ {u3,1, u7,1, …, u4r+3,1}. Then, as in Case 2a, we can prove that W is a γh-set of G, so that γh(G) = ⌈n1/2⌉.
Case 2d: n1 = 4r + 2. Let W = {u2,1, u6,1, …, u4r−2,1} ∪ {u3,1, u7,1, …, u4r−1,1} ∪ {u4r,1, u4r+1,1}. Then, as in Case 2a, we can prove that W is a γh-set of G, so that γh(G) = ⌈n1/2⌉ + 1. ∎
Corollary 2.6. Let H = Pn1 be the path of order n1 and K = K1,n2 be the star of order n2. Then
Theorem 2.7. Let H and K be two connected graphs of orders n1 and n2, respectively. Then γh(H ⊳ K) = 2 if and only if H is K2 and d(K) ≤ 2.
Proof. Let G = H ⊳ K and γh(G) = 2. Hence it follows from Theorem 2.2 that n1 = 2. Therefore H = K2. Since γh(G) = 2, S = V(H). Let V(K) = {u1, u2, …, un2} and V(Ki) = {ui,1, ui,2, …, ui,n2} (1 ≤ i ≤ n1) be the ith copy of K. We have to prove that d(K) ≤ 2. On the contrary, suppose that d(K) ≥ 3. Let P: x1, x2, …, xk (k ≥ 3) be a diametral path in K and Pi: xi,1, xi,2, …, xi,k (1 ≤ i ≤ n2) be a diametral path in Ki. Then there exists xij′ ∈ V(Pi) such that either d(x, xij′) ≥ 3 or d(y, xij′) ≥ 3, which is a contradiction. Therefore d(K) ≤ 2. ∎
Corollary 2.8. Let H and K be two connected graphs of orders n1 and n2, respectively. Then γh(H ⊳ K) = 2 if and only if H is K2 and K is K1,n2. ∎
Corollary 2.9. Let H and K be two connected graphs of orders n1 and n2, respectively. Then γh(H ⊳ K) = 2 if and only if H is K2 and K is either C3 or C4 or C5. ∎
Theorem 2.10. Let H be a connected graph of order n1 and K be a connected graph of order n2 with d(K) ≥ 3. Then S ⊆ V(Ki) for all i (1 ≤ i ≤ n2).
Proof. We prove that S ⊆ V(Ki) for all i (1 ≤ i ≤ n2). On the contrary, suppose that S ⊄ V(Ki) for all i (1 ≤ i ≤ n2). Let P: x1, x2, …, xk (k ≥ 3) be a diametral path in K and Pi: xi,1, xi,2, …, xi,k (1 ≤ i ≤ n2) be a diametral path in Ki. If S ⊆ V(H), then there exists an xij ∈ Ki such that d(S, xij) ≥ 3, which is a contradiction. Hence S ⊆ V(Ki) for all i (1 ≤ i ≤ n2). ∎
References
- Buckley F, Harary F. Distance in graphs. Redwood City (CA): Addison-Wesley; 1990.
- Haynes TW, Hedetniemi ST, Slater PJ. Fundamentals of domination in graphs. New York: Marcel Dekker; 1998.
- Anusha D, John J, Joseph Robin S. Graphs with small and large hop domination numbers. Bulletin of the International Mathematical Virtual Institute. 2021;11(3):483–9.
- Anusha D, Joseph Robin S. The geodetic hop domination number of a graph. Unpublished manuscript (communicated).
- Anusha D, John J, Joseph Robin S. The geodetic hop domination number of complementary prisms. Discrete Mathematics, Algorithms and Applications. 2021;13(6):2150077. https://doi.org/10.1142/S1793830921500774
- Meera Rani SM, Hemalatha T. Hop graph of a graph. International Journal of Informative and Futuristic Research. 2016;3(9):3375–84.
- Henning MA, Jafari Rad N. On 2-step and hop dominating sets in graphs. Graphs and Combinatorics. 2017;33(4):913–27. https://doi.org/10.1007/s00373-017-1789-0
- Natarajan C, Ayyaswamy SK. Hop domination in graphs-II. Analele Universitatii Ovidius Constanta, Seria Matematica. 2015;23(2):187–99. https://doi.org/10.1515/auom-2015-0036
- Darmaji, Alfarisi R. On the partition dimension of comb product of path and complete graph. AIP Conference Proceedings. 2017;1867:020038. https://doi.org/10.1063/1.4994441