Next Article in Journal
Reliability Analysis of the Freeze–Thaw Cycle of Aeolian Sand Concrete Based on a Dual Neural Network in Series Structure Failure Mode
Previous Article in Journal
A New Extension of the Exponentiated Weibull–Poisson Family Using the Gamma-Exponentiated Weibull Distribution: Development and Applications
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Bound for the k-Fault-Tolerant Power-Domination Number

by
Lakshmi Girish
1 and
Kanagasabapathi Somasundaram
2,*
1
Department of Mathematics, Amrita School of Physical Sciences, Amrita Vishwa Vidyapeetham, Kochi 682024, India
2
Department of Mathematics, Amrita School of Physical Sciences, Amrita Vishwa Vidyapeetham, Coimbatore 641112, India
*
Author to whom correspondence should be addressed.
Symmetry 2024, 16(7), 781; https://doi.org/10.3390/sym16070781
Submission received: 23 May 2024 / Revised: 13 June 2024 / Accepted: 17 June 2024 / Published: 21 June 2024
(This article belongs to the Section Computer)

Abstract

:
A set S V is referred to as a k-fault-tolerant power-dominating set of a given graph G = ( V , E ) if the difference S F remains a power-dominating set of G for any F S with | F | k , where k is an integer with 0 k < | V | . The lowest cardinality of a k-fault-tolerant power-dominating set is the k-fault-tolerant power-domination number of G, denoted by γ P k ( G ) . Generalized Petersen graphs G P ( m , k ) and generalized cylinders S G are two well-known graph classes. In this paper, we calculate the k-fault-tolerant power-domination number of the generalized Petersen graphs G P ( m , 1 ) and G P ( m , 2 ) . Also, we obtain γ P k ( G ) for the subclasses of cylinders S C m and S B m .

1. Introduction

The concept of power-domination in graphs emerged from a monitoring problem in the electric power system industry [1]. Electric power companies must continuously monitor their systems, understanding their state through variables like voltage magnitude and machine phase angle. Phasor Measurement Units (PMUs) placed at strategic points measure these variables, which are then used to calculate variables in other parts of the network using Ohm’s and Kirchoff’s laws. To minimize costs, it is desirable to monitor the entire system with the fewest number of PMUs. This monitoring problem in electric power systems was transposed to a graph-domination problem by Haynes et al. [2].
Definition 1. 
A vertex or edge of a graph is said to be monitored or observed using the following rules: Initially, each vertex with a PMU and the edges incident to it are said to be observed or monitored. Then, the set of monitored edges and vertices is expanded in an iterative manner using the following rules:
1. 
A vertex which is incident to a monitored edge whose other end is monitored is said to be monitored.
2. 
An edge connecting two monitored vertices is monitored.
3. 
If all but one incident edge of a vertex are monitored, this one edge is also monitored.
Definition 2. 
In a finite and simple undirected graph, G = ( V , E ) , with vertex set V and edge set E, a subset S V is defined as a power-dominating set of a graph if each vertex and edge in the graph is monitored or observed by S.
The minimum cardinality of a power-dominating set of G is called the power-domination number, denoted by γ P ( G ) . Different concepts of domination and its variations have been studied in graph theory [3,4,5,6,7]. Various algorithms and their time complexity are shown in [8].
Once a minimal number of PMUs are placed in an electric network, the next challenge is to detect, locate, and replace faulty PMUs. However, identifying, finding, and replacing faulty PMUs in a timely manner may be challenging, time-demanding, and financially burdensome. As a result, Pai et al. [9] proposed the concept of k-fault-tolerant power-domination. The k-fault-tolerant power-domination problem is a generalization of the power-domination problem, and it remains NP-complete for general graphs.
Definition 3. 
A set S V is a k-fault-tolerant power-dominating set if S F is still a power-dominating set of G for any subset F S with | F | k . A k-fault-tolerant power-dominating set is abbreviated as k-FPDS.
The minimum cardinality of a k-fault-tolerant power-dominating set is the k-fault-tolerant power-domination number of G, denoted by γ P k ( G ) .
A k-fault-tolerant power-dominating set S whose cardinality is γ P k ( G ) is also called a γ P k ( G ) -set. The k-fault-tolerant power-domination problem is to find the value of γ P k ( G ) and find a γ P k ( G ) -set. This set actually gives the bare minimum number of PMUs needed to monitor the system, taking into account faults in k PMUs. This is a boon for monitoring electrical power systems since it saves the time required to locate and replace PMUs when they are found to be faulty. It is easy to see the following:
  • γ P 0 ( G ) = γ P ( G )
  • γ P ( G ) + k γ P k ( G )
  • γ P k ( G ) < γ P k + 1 ( G ) .
It is difficult to establish the equality in (3). In this paper, we have modeled electric power networks using the graphs G P ( m , 1 ) , G P ( m , 2 ) , S C n , and S B m , where the first two are the subclasses of the generalized Petersen graphs and the last two are the subclasses of cylinders, and the k-fault-tolerant power-domination number for these graphs is established.
The following assumptions and definitions are considered to be implicit and are consistently applied throughout the text:
  • A graph G is said to be ‘power-dominated by a set S’ or ‘observed by a set S’ if all the vertices and edges of the graph are monitored by the set S.
  • When there is no ambiguity, the notations γ ( G ) , γ p ( G ) , γ p k ( G ) , γ P ¯ ( G ) , etc., will be denoted as γ , γ p , γ p k , γ P ¯ , etc., for brevity.
  • The operation denoted by the addition symbol “+” refers to the operation of addition modulo m.
  • When we refer to a subset A as a candidate for a k-FPDS, it implies that PMUs are to be positioned at the vertices of set A to monitor the mentioned graph.
  • When discussing the deletion of vertices from a candidate k-FPDS, we are referring to the PMUs at those vertices being identified as faulty.
Following are a few additional definitions used in this paper for various purposes.
The Cartesian product of two graphs G and H, denoted as G H , has the vertex set V ( G ) × V ( H ) , and the two vertices ( u , v ) and ( x , y ) in G H are adjacent if, and only if, either u = x and v y is an edge in H, or v = y and u x is an edge in G.
The corona product of two graphs G and H, denoted as G H , is a graph obtained by taking n copies of graph H (where n is the number of vertices in G and each vertex of the i t h copy of H is adjacent to the i t h vertex of G.

2. k -Fault-Tolerant Power-Domination Number for Generalized Petersen Graph

The computational power of a multicomputer system crucially relies on the functionality of all nodes. The failure of a node not only harms the computational power but changes the network topology. Network fault tolerance quantifies the robustness of the system and measures the number of failures it can tolerate before a catastrophic breakdown happens [10]. In this context, the k-fault-tolerant power-domination number ( γ p k ( G ) ) is an important parameter.
The generalized Petersen graphs are cubic graphs that are formed by joining the vertices of a regular polygon to the corresponding vertices of a star polygon. The generalized Petersen graphs show some symmetry in their structure. Various graph parameters, such as chromatic and domination numbers, are obtained for this type of graph. They have lots of applications in network science and engineering. For example, the Petersen graph pattern has been applied in phonocardiogram (PCG) signals in the automated classification of normal, aortic stenosis, mitral valve prolapse, regurgitation, and stenosis [11,12].
Let m and n be positive integers. For m 3 and m > n 1 , the generalized Petersen graph G P ( m , n ) is a 3-regular graph with V ( G P ( m , n ) ) = { v 0 , v 1 , , v m 1 } { w 0 , w 1 , , w m 1 } and E ( G P ( m , n ) ) = { v i w i } { v i v i + 1 } { w i w i + n } , where i = 0 , 1 , , m 1 , and the subscripts are taken as modulo m. Here, v 0 , v 1 , , v m 1 are called the outer vertices and w 0 , w 1 , , w m 1 are called the inner vertices. The edges v i w i are called spokes. For example, the Durer graph G P ( 6 , 2 ) is shown in Figure 1. The generalized Petersen graph with n = 1 is called a prism.
Lemma 1. 
For m 4 , G P ( m , 1 ) is observed if, and only if, every vertex of an induced subgraph P 2 P 2 is observed.
Proof. 
It is easy to see that the necessity is true. To prove the sufficiency, we suppose that every vertex of an induced subgraph P 2 P 2 , namely, v i , v i + 1 , w i , and w i + 1 , are observed. Each of these observed vertices will now have a unique unobserved neighbour, namely, v i 1 , v i + 2 , w i 1 , and w i + 2 , respectively. Hence, these are observed by the propagation rule. Now the subgraphs induced by the two different vertex sets { v i + 1 , v i + 2 , w i + 2 , w i + 1 } and { v i , v i 1 , w i 1 , w i } form two distinct P 2 P 2 , whose vertices are all observed. A reasoning similar to the above can show that v i 2 , w i 2 , v i + 2 and w i + 2 can be observed by the propagation rule. Consequently, all vertices in the entire prism G P ( m , 1 ) can be observed. An example is shown in Figure 2; the darkened vertices induce a P 2 P 2 and the arrows show the propagation steps.  □
Lemma 2. 
A prism G P ( m , 1 ) , for m 5 , is power-dominated by two vertices if, and only if, the geodesic distance between them is less than or equal to three.
Proof. 
Suppose G P ( m , 1 ) is power-dominated by two vertices. When the two PMUs are placed so that one is on an inner vertex w i and the other is on an outer vertex v j , where the distance between them is one or two (i.e., d ( v i , w j ) = 1 or 2), or when both PMUs are placed on the outer vertices or both on the inner vertices, where the distance between them is one or two or three (i.e., d ( v i , u j ) = 1 or 2 or 3), the vertices v i , v i + 1 , w i , w i + 1 form a P 2 P 2 . From Lemma 1, the graph G P ( m , 1 ) becomes fully observed. When the two PMUs are placed so that one is on an inner vertex w i and the other is on an outer vertex v j , where the distance between them is three, then the subgraph induced by the vertices v i + 2 , v i + 3 , w i + 2 , w i + 3 forms a P 2 P 2 , and, therefore, the result follows by Lemma 1. Various cases arising are illustrated in 2 ( a ) , 2 ( b ) , 2 ( c ) , 2 ( e ) , 2 ( f ) , and 2 ( g ) of Figure 3.
Also, whenever the distance between the two PMUs placed is greater than or equal to four, the neighbours of the nodes with PMU are all left with two unobserved neighbours, meaning propagation cannot occur. Hence, in these cases, the graph is not observed. This is illustrated in 2 ( d ) and 2 ( h ) of Figure 3.  □
The following corollary is an easy consequence of Lemma 2:
Corollary 1. 
γ P ( G P ( m , 1 ) ) = 2 , for m 5 .
Theorem 1. 
The k-fault-tolerant power-domination number of the generalized Petersen graph G P ( m , 1 ) is given by
1. 
γ P k ( G P ( 3 , 1 ) ) = γ P ( G P ( 3 , 1 ) ) + k ,   when   0 k 5
2. 
γ P k ( G P ( 4 , 1 ) ) = γ P ( G P ( 4 , 1 ) ) + k , when   0 k 3 γ P ( G P ( 4 , 1 ) ) + k + 1 , when   4 k 6
3. 
γ P k ( G P ( 5 , 1 ) ) = γ P ( G P ( 5 , 1 ) ) + k ,   when   0 k 8 .
Proof. 
The sets with cardinalities equal to the lower bound of γ P k corresponding to the graphs G P ( m , 1 ) for m = 3 , 4 are presented below. Consequently, this implies that γ P k ( G P ( m , 1 ) ) assumes its lowest bound in each of these cases, resulting in γ P k ( G P ( m , 1 ) ) = γ P ( G P ( m , 1 ) ) + k . Table 1 shows the values of γ P k ( G P ( m , 1 ) ) for different k and m.
One can further notice that in G P ( 4 , 1 ) , a PMU placed solely at { v 1 , v 2 , w 1 , w 2 } cannot observe the entire graph. However, if PMUs are placed at any two of these vertices, they will collectively power-dominate the graph. Consequently, the γ P 4 -set of G P ( 4 , 1 ) can only be achieved by adding two of { v 1 , v 2 , w 1 , w 2 } to the γ P 3 -set of G P ( 4 , 1 ) . It is then straightforward to determine the γ P 5 -set and γ P 6 -set of G P ( 4 , 1 ) as follows:
γ P 5 - set : { v 0 , w 0 , v 3 , w 3 , v 1 , w 1 , v 2 } γ P 6 - set : { v 0 , w 0 , v 3 , w 3 , v 1 , w 1 , v 2 , w 2 } .
In the graph G P ( 5 , 1 ) , observe that the distance between any two vertices is always less than 4. Consequently, it directly follows from Lemma 2 that any set with 2 + k vertices in G P ( 5 , 1 ) is a k-FPDS of G P ( 5 , 1 ) .  □
It is easy to see that the value of γ P k ( G ( m , 1 ) ) = γ P ( G ( m , 1 ) ) + k for m , k 4 . Before obtaining the value of γ P k ( G ( m , 1 ) ) for m , k 6 , we look into the definition of failed power-domination and a related result, as this will be useful in the proof that follows.
Definition 4. 
Let G = ( V , E ) be a graph with vertex set V and edge set E. A subset S V is said to be a Failed Power-Dominating Set (FPDS) of the graph if S is not a power-dominating set of G.
The failed power-domination number of a graph G, denoted by γ P ¯ ( G ) , is defined as the maximum cardinality of any FPDS of G. This parameter signifies the maximum number of PMUs that can be placed on a power network represented by G, while still failing to fully observe the network/graph. The parameter γ P ¯ ( G ) + 1 represents the minimum number of PMUs required to ensure complete observation of G, regardless of their placement.
Theorem 2. 
For m 6 ,
γ P ¯ ( G P ( m , 1 ) ) = 2 m 6 , m 0 , 1 , 2 , 3 ( m o d 6 ) 2 m 6 + 1 , m 4 , 5 ( m o d 6 ) .
Proof. 
According to Lemma 2, two PMUs within a distance of less than four can always monitor G P ( m , 1 ) . Therefore, our objective is to construct the largest subset of vertices of G P ( m , 1 ) such that the pairwise distance between any two vertices in the set is greater than or equal to four. To achieve this, we begin by selecting an arbitrary vertex of the graph (without loss of generality, we start from an outer vertex) and then proceed to select vertices that are exactly distance four apart from each other. The distance is taken as the minimum, specifically four, to maximize the number of vertices, thus obtaining the largest required set. This process results in the following sets: For any s Z   A = { v s + 0 , w s + 3 , v s + 6 , w s + 9 , , w s + 6 m 6 + 3 } , while m 0 , 1 , 2 , 3 ( mod 6 ) and
B = { v s + 0 , w s + 3 , v s + 6 , w s + 9 , v s + 6 m 6 } , while m 4 , 5 ( mod 6 ) .
Consequently, no subsets of these sets can power-dominate G P ( m , 1 ) . Additionally, adding any other vertex from G P ( m , 1 ) to these sets will inevitably create a pair of vertices that are less than distance four apart, resulting in the power-domination of the entire graph. This demonstrates that sets A and B constitute the largest failed power-domination set for the graph G P ( m , 1 ) . As the cardinality of these sets is | A | = 2 m 6 , & m 0 , 1 , 2 , 3 ( m o d 6 ) , and | B | = 2 m 6 + 1 , & m 4 , 5 ( m o d 6 ) , the theorem is established.  □
Without loss of generality and for simplicity, throughout this paper, we regard the following sets as the largest failed power-domination sets of G P ( m , 1 ) , wherever necessary, A = { v 0 , w 3 , v 6 , w 9 , , w 6 m 6 + 3 } , while m 0 , 1 , 2 , 3 ( mod 6 ) and B = { v 0 , w 3 , v 6 , w 9 , v 6 m 6 } , while m 4 , 5 ( mod 6 ) .
Theorem 3. 
For m 6 ,
γ P k ( G P ( m , 1 ) ) = k + 2 + k 5 , k 5 γ p ¯ ( G P ( m , 1 ) ) 1 k + 1 + k 5 , 5 γ p ¯ ( G P ( m , 1 ) ) k 2 m 1 γ p ¯ ( G P ( m , 1 ) ) .
Proof. 
We begin the proof by establishing an upper bound for k. The maximum value of k will be attained when 2 m vertices generate a k-FPDS for G P ( m , 1 ) . Thus, we seek the maximum number of vertices that can be removed from the 2 m vertices in any order, while ensuring the remaining vertices still power-dominate G P ( m , 1 ) . As per the previous Theorem 2, any subset with γ P ¯ ( G P ( m , 1 ) ) + 1 or more vertices of G P ( m , 1 ) will power-dominate G P ( m , 1 ) . Hence, removing any collection of 2 m γ P ¯ 1 vertices from 2 m vertices will still result in a power-dominating set of G P ( m , 1 ) . This means that the vertex set V of G P ( m , 1 ) is a 2 m γ P ¯ 1 -FPDS of G P ( m , 1 ) . Hence, k 2 m γ P ¯ 1 .
Lemma 2 establishes that two PMUs within a distance of less than four units can always monitor G P ( m , 1 ) . Consequently, to create a k-FPDS with the smallest possible cardinality, we need to construct a subset of vertices where the pairwise distance between at least one pair of vertices is less than four, even after the removal of k vertices. This implies that in order to achieve a k-FPDS with minimum cardinality, the placement of PMUs should be such that the pairwise distance between any two PMUs is minimized. Therefore, without loss of generality, for the rest of the proof, in each attempt to construct a k-FPDS with t vertices, the PMUs are placed at the vertices v 0 , w 0 , v 1 , w 1 , v t 1 2 when t is odd, and when t is even, we place the PMUs in the vertices of v 0 , w 0 , v 1 , w 1 , v t 2 1 , w t 2 1 . This will ensure that the pairwise distance between any two PMUs is minimal. We call this the optimized placement technique.
Because the pairwise distance between any two vertices in set A is less than four, any pair of vertices from set { v 0 , w 0 , v 1 , w 1 , v 2 , w 2 } can power-dominate G P ( m , 1 ) . This guarantees that any subset of { v 0 , w 0 , v 1 , w 1 , v 2 , w 2 } with cardinality 3, 4, 5, and 6 will form the γ p 1 , γ p 2 , γ p 3 , and γ p 4 sets, respectively. Therefore, γ p k = γ p + k , for m 6 and 0 k 4 . In other words, we have
γ p k = γ p + k ; 5 × 0 k 5 × 0 + 4 .
Consider the case when k = 5 . Since we know that the lower bound is γ p + k = 2 + 5 = 7 , we place seven PMUs as mentioned above (i.e., { v 0 , w 0 , v 1 , w 1 , v 2 , w 2 , v 3 } ). Out of the C 5 7 = 21 different ways in which five PMUs can fail and leave behind a pair of working PMUs, there is the possibility that working PMUs are on w 0 and v 3 , which are distance four apart. When this occurs, G P ( m , 1 ) cannot be completely monitored. However, placing just one additional vertex (on w 3 ) ensures that the removal of five vertices will leave behind three vertices, of which at least a pair of them is less than distance four apart. Therefore, γ P 5 8 . Further, we have indeed generated the set { v 0 , w 0 , v 1 , w 1 , v 2 , w 2 , v 3 , w 3 } with exactly eight vertices with the required property, implying γ P 5 = 8 .
Similarly, if we observe, as k runs from 5 to 9, the lower bound of γ p k will vary between 7 to 11, respectively. But in each of these cases, out of the C k γ p + k different ways in which k PMUs can fail and leave behind γ p = 2 working PMUs, there are possibilities that working PMUs are distance four or more apart (e.g., on w 0 and v 3 ). When this occurs, G P ( m , 1 ) cannot be completely monitored. However, placing just one additional vertex ensures that the removal of k vertices will leave behind three vertices, of which at least a pair of them is less than the distance four apart. Therefore, γ P k γ p + k + 1 = 2 + k + 1 . Further, we can indeed generate sets with exactly 2 + k + 1 vertices with the required property, implying γ P k = 2 + k + 1 , while 5 k 9 . In other words, we have
γ p k = γ p + k + 1 ; 5 × 1 k 5 × 1 + 4 .
Likewise, for k ranging from 10 to 14, the lower bound of γ p k will vary from 13 to 17, respectively. However, in each of these cases, among the γ p + k + 1 k different ways in which k PMUs can fail and leave behind γ p + 1 = 3 working PMUs, there are instances where the working PMUs are distance four or more apart (e.g., on w 0 , v 3 , w 6 ). In such cases, G P ( m , 1 ) cannot be entirely monitored. Yet, adding just one additional vertex ensures that the removal of k vertices will still leave behind four vertices, with at least one pair less than distance four apart. Thus, γ P k γ p + k + 2 = 2 + k + 2 . Moreover, sets with exactly 2 + k + 1 vertices can indeed be constructed as described above.
An identical pattern emerges for all values of k from 0 to 5 × ( γ P ¯ 1 ) . Hence, through iterative repetition of the same reasoning, we have
γ p k = γ p + k + i ; 5 × i k 5 × i + 4 ; w h e r e 0 i γ p ¯ 1 .
Alternatively, we can write,
γ p k = 2 + k + k 5 ; 5 × i k 5 × i + 4 ; w h e r e 0 i γ p ¯ 1 .
This is the same as
γ p k = 2 + k + k 5 ; w h e r e 0 k 5 × γ p ¯ 1 .
Since γ P k < γ P k + 1 , we have the lower bound for γ p k is γ p + k + γ p ¯ 1 , for 5 × γ p ¯ k 2 m γ P ¯ 1 . Removing k vertices from this set of γ p + k + γ p ¯ 1 vertices will leave behind γ p + γ p ¯ 1 = 2 + γ p ¯ 1 = γ p ¯ + 1 . By Theorem 2, any subset with γ p ¯ + 1 vertices is a power-dominating set of G P ( m , 1 ) . Hence, this lower bound is the required value. So, we have
γ p k = 1 + k + k 5 ; w h e r e 0 k 5 × γ p ¯ 1 .
By combining Equations (5) and (6), we obtain the result stated in the theorem.  □
Lemma 3. 
G P ( m , 2 ) is observed whenever the graph induced by the vertices of the set  { w i , w i + 1 , w i + 2 , w i + 3 , u i , u i + 1 , u i + 2 , u i + 3 }  is observed.
Proof. 
Observe that once the vertices { w i , w i + 1 , w i + 2 , w i + 3 , v i , v i + 1 , v i + 2 , v i + 3 } are observed, then each of w i , w i + 1 , w i + 2 , w i + 3 , v i and v i + 3 have a unique unobserved neighbour, namely, w i 2 , w i 1 , w i + 4 , w i + 5 , v i 1 and v i + 4 , respectively. These can be observed by propagation step 1. Further, by similar reasoning, propagation steps can be followed to observe the entire graph. An illustration is shown in Figure 4. The darkened vertices are { w i , w i + 1 , w i + 2 , w i + 3 , v i , v i + 1 , v i + 2 , v i + 3 } and the arrows show the propagation steps.  □
Lemma 4. 
G P ( m , 2 ) is power-dominated by two vertices whenever the geodesic distance between them is exactly three.
Proof. 
There are three possibilities as follows: First case, both PMUs are at the outer vertices. Secondly, one PMU is on the outer vertex and the other on the inner vertex. Third, both PMUs are at the inner vertices. When the distance is three, using Lemma 3, we can guarantee that the whole graph is observed. An illustration is shown in Figure 5.  □
Corollary 2. 
γ p ( G P ( m , 2 ) ) = 2 .
Lemma 5. 
If S 0 = { w 3 , w 4 } and S k = S k 1 { v k 1 } , k i s o d d S k 1 { w k + 3 , w k + 4 } , k i s e v e n , for all k 1 , then | S k | = 2 + k + k 2 .
Proof. 
Claim: | S k | = 2 + k + k 2 . To prove our claim, we use mathematical induction.
Clearly, | S 1 | = 3 = 2 + k + k 2 . Hence, the claim is obviously true for k = 1 .
Let us assume that, whenever t < k ,
| S t | = 2 + t + t 2 .
Using the above induction hypothesis and definition of S k , we have, | S k | = | S k 1 | + 1 , k i s o d d | S k 1 | + 2 , k i s e v e n .
Substituting (7) in the above equation, we have, | S k | = 2 + ( k 1 ) + k 1 2 + 1 , k i s o d d 2 + ( k 1 ) + k 1 2 + 2 , k i s e v e n
= 2 + k + k 1 2 , k i s o d d 3 + k + k 1 2 , k i s e v e n
= 2 + k + k 1 2 , k i s o d d 3 + k + k 2 2 , k i s e v e n
= 2 + k + k 1 2 , k i s o d d 2 + k + ( 1 + k 2 2 ) , k i s e v e n
= 2 + k + k 2 .  □
Theorem 4. 
For m 3 , γ P ( G P ( m , 2 ) ) + k γ P k ( G P ( m , 2 ) ) γ P ( G P ( m , 2 ) ) + k + k 2 .
Proof. 
Let S 0 = { w 3 , w 4 } and for all k 1 , S k = S k 1 { v k 1 } , k i s o d d S k 1 { w k + 3 , w k + 4 } , k i s e v e n .
From Lemma 5, | S k | = 2 + k + k 2 .
Claim: S k is a k-fault-tolerant power-dominating set of G P ( m , 2 ) .
To prove our claim, we use mathematical induction to show that any combination of | S k | k = k 2 + 2 vertices from S k will always power-dominate G P ( m , 2 ) , whenever m 7 .
Let C k be the collection of all possible subsets of S k whose cardinality is | S k | k = k 2 + 2 . Now, it is enough to show that every element of C k power-dominates G P ( m , 2 ) .
For k = 1 , we have S 1 = { w 3 , w 4 , v 0 } . Because these vertices are, pairwise, distance three from each other, removing any one among them still results in two vertices that will power-dominate G P ( m , 2 ) by Lemma 4.
Induction Hypothesis: Assume that S t is a t-fault-tolerant power-dominating set of G P ( m , 2 ) , whenever t < k . In other words, assume that any combination of t 2 + 2 vertices from t + t 2 + 2 vertices of S t will power-dominate G P ( m , 2 ) , whenever t < k .
Case 1: k is even, i.e., k = 2 k , for some positive integer k .
Here, S k = S 2 k = S 2 k 1 { w 2 k + 3 , w 2 k + 4 } . We observe that C k can be completely partitioned into 4 mutually disjoint subsets C 1 , C 2 , C 3 , and C 4 , where,
  • C 1 contains subsets of S k with ( k + 2 ) elements from S 2 k 1 .
  • C 2 contains subsets of S k with the element w 2 k + 3 , along with ( k + 1 ) elements from S 2 k 1 .
  • C 3 contains subsets of S k with the element w 2 k + 4 , along with ( k + 1 ) elements from S 2 k 1 .
  • C 4 contains subsets of S k with the elements w 2 k + 3 and w 2 k + 4 , along with ( k ) elements from S 2 k 1 .
Observe that every element of C k , k = 1 , 2 , 3 contains k + 1 elements from S 2 k 1 . Also, from the induction hypothesis, any combination of 2 k 1 2 + 2 = k + 1 vertices from 2 k 1 + 2 k 1 2 + 2 = 3 k vertices of S 2 k 1 will power-dominate G P ( m , 2 ) .
Every element of C 4 has w 2 k + 3 and w 2 k + 4 in it and d ( w 2 k + 3 , w 2 k + 4 ) = 3 . Hence, every element of C 4 power-dominates G P ( m , 2 ) .
And since C k = C 1 C 2 C 3 C 4 , we conclude that every element of C k power-dominates G P ( m , 2 ) here.
Case 2: k is odd, i.e., k = 2 k + 1 , for some positive integer k .
Here, S k = S 2 k + 1 = S 2 k { v 2 k } = S 2 k 1 { w 2 k + 3 , w 2 k + 4 { v 2 k } . We observe that
  • C k can be completely partitioned into five mutually disjoint subsets C 1 , C 2 , C 3 , C 4 , and C 5 where,
  • C 1 contains subsets of S k with the element v 2 k , along with ( k + 1 ) elements from S 2 k 1 .
    C 2 contains subsets of S k with the element w 2 k + 3 and v 2 k , along with ( k ) elements from S 2 k 1 .
  • C 3 contains subsets of S k with the element w 2 k + 4 and v 2 k , along with ( k ) elements from S 2 k 1 .
  • C 4 contains subsets of S k with the elements v 2 k , w 2 k + 3 and w 2 k + 4 , along with ( k 1 ) elements from S 2 k 1 .
  • C 5 contains subsets of S k with ( k + 2 ) number of elements from S 2 k .
From the induction hypothesis, any combination of 2 k 1 2 + 2 = k + 1 vertices from 2 k 1 + 2 k 1 2 + 2 = 3 k vertices of S 2 k 1 will power-dominate G P ( m , 2 ) . And every element of C 1 has ( k + 1 ) number of elements from S 2 k 1 . Therefore, every element of C 1 power-dominates G P ( m , 2 ) .
Every element of C 2 has w 2 k + 3 and u 2 k in it and d ( w 2 k + 3 , u 2 k ) = 3 . Hence, every element of C 2 . power-dominates G P ( m , 2 ) . Every element of C 3 has w 2 k + 4 and u 2 k in it and d ( w 2 k + 4 , u 2 k ) = 3 . Hence, every element of C 3 . power-dominates G P ( m , 2 ) . Every element of C 4 has w 2 k + 3 and w 2 k + 4 in it and d ( w 2 k + 3 , w 2 k + 4 ) = 3 . Hence, every element of C 4 . power-dominates G P ( m , 2 ) .
From the induction hypothesis, any combination of k + 2 vertices from 3 k + 2 vertices of S 2 k will power-dominate G P ( m , 2 ) . And every element of C 5 has ( k + 2 ) number of elements from S 2 k . Therefore, every element of C 5 power-dominates G P ( m , 2 ) .
And since C k = C 1 C 2 C 3 C 4 C 5 , we conclude that every element of C k power-dominates G P ( m , 2 ) here.
From cases ( 1 ) and ( 2 ) , S k is a k-fault-tolerant power-dominating set of G P ( m , 2 ) . Therefore, γ P k ( G P ( m , 2 ) ) | S k | = 2 + k + k 2 = γ P + k + k 2 .  □

3. k -Fault-Tolerant Power-Domination Number for Cylinders

In this section, we obtain the k-fault-tolerant power-domination number for some subclasses of cylinders, namely, spiked cycle and spiked band [13,14]. The spiked cycle is a graph G with V ( G ) = { v 0 , v 1 , , v m 1 } { u 0 , u 1 , , u m 1 } and E ( G ) = { v i v i + 1 } { v i u i } , where i = 0 , 1 , m 1 , and the subscript are addition modulo m. It is denoted as S C m . In other words, the spiked cycle is isomorphic to the corona product of a cycle C m and a vertex. The spiked band is a graph, denoted by S B m , with V ( S B m ) = { a 0 , a 1 , , a m 1 } { b 0 , b 1 , , b m 1 } { c 0 , c 1 , , c m 1 }   { d 0 , d 1 , , d m 1 } and E ( S B m ) = { a i b i } { b i c i } { c i d i } { b i b i + 1 } { c i c i + 1 } , where i = 0 , 1 , 2 , , m 1 . In other words, the spiked band is isomorphic to the corona product of a ladder and a vertex.
Theorem 5. 
γ P 1 ( S C m ) = m 1 and γ P 2 ( S C m ) = m .
Proof. 
It is easy to see that any subset, S, of { v 0 , v 1 , v m 1 } with cardinality m 1 is a 1-fault-tolerant power-dominating set of S C m . We now show that any subset of vertices of S C m with cardinality less than or equal to m 2 cannot be a 1-fault-tolerant power-dominating set of S C m . Any arrangement, denoted as S , of m 2 PMUs on the vertices of S C m will necessarily contain at least one vertex whose removal leads to three consecutive vertices within the set { v 0 , v 1 , , v m 1 } without any operational PMUs among them. Let these three vertices be denoted as { v i 1 , v i , v i + 1 } . It is easy to see that if at least one edge incident to v i is observed, then v i is observed. Also, if the edges v i v i + 1 and v i v i 1 are observed, then the edge v i u i can be observed. But the edges v i v i + 1 and v i v i 1 are observed if, and only if, v i + 1 u i + 1 and v i 1 u i 1 are observed. This cannot happen without working PMUs on v i 1 and/or v i + 1 . Hence, S fails to power-dominate S C m .
Further, placing a PMU on each vertex of { v 0 , v 1 , , v m 1 } forms a 2-fault-tolerant power-dominating set of S C m because this set already consists of m vertices. Even if two PMUs fail, a subset of m 2 vertices with operational PMUs remains, constituting a PDS. Also, as previously discussed, in any arrangement of m 1 PMUs on the vertices of { v 0 , v 1 , , v m 1 } , there exists at least one pair of PMUs such that their removal or failure will lead to three consecutive vertices within the set { v 0 , v 1 , , v m 1 } without any operational PMUs among them. As previously discussed, this set is, hence, unable to fully power-dominate S C m . Therefore, any subset of vertices of S C m with a cardinality less than or equal to m 1 cannot serve as a 2-fault-tolerant power-dominating set of S C m , implying γ P 2 ( S C m ) = m .  □
Theorem 6. 
γ P 1 ( S B m ) = m + 1 , m 3 m + 2 , m 4 .
Proof. 
It is easy to see that the sets { b 0 , c 0 } , { b 0 , c 0 , b 1 } , and { b 0 , c 0 , b 1 , c 1 } are the 1-fault-tolerant power-dominating sets of S B 1 , S B 2 , and S B 3 , respectively. Furthermore, as the cardinalities of these sets match the lower bound of the γ P 1 values for S B m , for m 3 , we can conclude that S B m = m + 1 , for m 3 .
For m 4 , consider a set S with a cardinality of m + 2 such that b 0 , c 0 , b m 1 , c m 1 S , and for each i = 1 , 2 , , m 2 , either b i or c i (or both) is an element of S. One can apply the rules of domination and propagation to see that this indeed is a 1-fault-tolerant power-dominating set of S B m , for m 4 .
We now claim that S is the smallest subset that will act as a 1-fault-tolerant power-dominating set for S B m .
Let S be any power-dominating set of S B m with cardinality m + 1 . There exists at least one vertex u S whose deletion from S will result in one of the following conditions:
  • There is no PMU on the 0th row; however, there is one in either b 1 or c 1 . But this will leave either a 0 or d 0 unobserved.
  • There is no PMU on the ( m 1 ) t h row, but there is one in either b m 2 or c m 2 . But this will leave either a m 2 or d m 2 unobserved.
  • There are two successive rows i and i + 1 without any PMUs, and two rows, ( i 1 ) t h and ( i + 2 ) t h , containing a single PMU each. Here, a i , a i + 1 , d i , d i + 1 will be left unobserved.
Hence, any set smaller than S cannot be a 1-FPDS of S B m , for m 4 .  □

Author Contributions

Conceptualization, L.G. and K.S.; methodology, L.G.; resources, L.G.; writing—original draft preparation, L.G. and K.S.; writing—review and editing, L.G. and K.S.; funding acquisition, K.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by AMRITA VISHWA VIDYAPEETHAM, grant number PVO/Pubn/2024/041 and The APC was funded by Amrita Vishwa Vidyapeetham.

Data Availability Statement

Data are contained within the article.

Acknowledgments

The authors thank the reviewers for the valuable suggestions.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

References

  1. Baldwin, T.L.; Mili, L.; Boisen, M.B.; Adapa, R. Power system observability with minimal phasor measurement placement. IEEE Trans. Power Syst. 1993, 8, 707–715. [Google Scholar] [CrossRef]
  2. Haynes, T.W.; Hedetniemi, S.M.; Hedetniemi, S.T.; Henning, M.A. Domination in graphs applied to electric power networks. Siam J. Discret. Math. 2002, 15, 519–529. [Google Scholar] [CrossRef]
  3. Hayat, S.; Khan, A.; Zhong, Y. On Resolvability-and Domination-Related Parameters of Complete Multipartite Graphs. Mathematics 2022, 10, 1815. [Google Scholar] [CrossRef]
  4. Alhevaz, A.; Darkooti, M.; Rahbani, H.; Shang, Y. Strong Equality of Perfect Roman and Weak Roman Domination in Trees. Mathematics 2019, 7, 997. [Google Scholar] [CrossRef]
  5. Dorbec, P. Power domination in graphs. In Topics in Domination in Graphs; Springer: Cham, Switzerland, 2020; pp. 521–545. [Google Scholar]
  6. Dorfling, M.; Henning, M.A. A note on power domination in grid graphs. Discret. Appl. Math. 2006, 154, 1023–1027. [Google Scholar] [CrossRef]
  7. Haynes, T.W.; Hedetniemi, S.T.; Slater, P.J. Domination in Graphs: Advanced Topics; Marcel Dekker: New York, NY, USA, 1998. [Google Scholar]
  8. Morrison, B.A.B. Variations on the Power Domination Problem: Hypergraphs and Robustness. Ph.D. Dissertation, Iowa State University, Ames, IA, USA, 2020. [Google Scholar]
  9. Pai, K.-J.; Chang, J.-M.; Wang, Y.-L. Restricted power domination and fault-tolerant power domination on grids. Discret. Appl. Math. 2010, 158, 1079–1089. [Google Scholar] [CrossRef]
  10. Najjar, W.; Gaudiot, J.-L. Network resilience: A measure of network fault tolerance. IEEE Trans. Comput. 1990, 39, 174–181. [Google Scholar] [CrossRef]
  11. Hayat, S.; Khan, A.; Malik, M.Y.H.; Imran, M.; Siddiqui, M.K. Fault-tolerant metric dimension of interconnection networks. IEEE Access 2020, 8, 145435–145445. [Google Scholar] [CrossRef]
  12. Tuncer, T.; Dogan, S.; Tan, R.-S.; Acharya, U.R. Application of Petersen graph pattern technique for automated detection of heart valve diseases with PCG signals. Inf. Sci. 2021, 565, 91–104. [Google Scholar] [CrossRef]
  13. Barrera, R.; Ferrero, D. Power domination in cylinders, tori, and generalized Petersen graphs. Networks 2011, 58, 43–49. [Google Scholar] [CrossRef]
  14. Hedetniemi, S.T.; McRae, A.A.; Mohan, R. Algorithms and complexity of power domination in graphs. In Structures of Domination in Graphs; Springer: Cham, Switzerland, 2021; pp. 461–484. [Google Scholar]
Figure 1. Durer graph G P ( 6 , 2 ) .
Figure 1. Durer graph G P ( 6 , 2 ) .
Symmetry 16 00781 g001
Figure 2. Illustration of Lemma 1.
Figure 2. Illustration of Lemma 1.
Symmetry 16 00781 g002
Figure 3. Illustration of Lemma 2.
Figure 3. Illustration of Lemma 2.
Symmetry 16 00781 g003
Figure 4. Illustration of Lemma 3.
Figure 4. Illustration of Lemma 3.
Symmetry 16 00781 g004
Figure 5. Illustration of Lemma 4.
Figure 5. Illustration of Lemma 4.
Symmetry 16 00781 g005
Table 1. γ P k ( G P ( m , 1 ) ) for different k and m.
Table 1. γ P k ( G P ( m , 1 ) ) for different k and m.
km γ P k -Set
13, 4 { v 0 , w 0 }
23, 4 { v 0 , w 0 , v m 1 }
33, 4 { v 0 , w 0 , v m 1 , w m 1 }
43 { v 0 , w 0 , v 2 , w 2 , v 1 }
53 { v 0 , w 0 , v 2 , w 2 , v 1 , w 1 }
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Girish, L.; Somasundaram, K. Bound for the k-Fault-Tolerant Power-Domination Number. Symmetry 2024, 16, 781. https://doi.org/10.3390/sym16070781

AMA Style

Girish L, Somasundaram K. Bound for the k-Fault-Tolerant Power-Domination Number. Symmetry. 2024; 16(7):781. https://doi.org/10.3390/sym16070781

Chicago/Turabian Style

Girish, Lakshmi, and Kanagasabapathi Somasundaram. 2024. "Bound for the k-Fault-Tolerant Power-Domination Number" Symmetry 16, no. 7: 781. https://doi.org/10.3390/sym16070781

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