Next Article in Journal
Quantum-Behaved Particle Swarm Optimization with Weighted Mean Personal Best Position and Adaptive Local Attractor
Previous Article in Journal
Generalized RDP Code Based Concurrent Repair Scheme in Cloud Storage Nodes
Previous Article in Special Issue
g-Good-Neighbor Diagnosability of Arrangement Graphs under the PMC Model and MM* Model
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The g-Good-Neighbor Diagnosability of Bubble-Sort Graphs under Preparata, Metze, and Chien’s (PMC) Model and Maeng and Malek’s (MM)* Model

College of Mathematics and Information Science, Henan Normal University, Xinxiang 453007, China
*
Author to whom correspondence should be addressed.
Information 2019, 10(1), 21; https://doi.org/10.3390/info10010021
Submission received: 2 December 2018 / Revised: 22 December 2018 / Accepted: 4 January 2019 / Published: 10 January 2019
(This article belongs to the Special Issue Graphs for Smart Communications Systems)

Abstract

:
Diagnosability of a multiprocessor system is an important topic of study. A measure for fault diagnosis of the system restrains that every fault-free node has at least g fault-free neighbor vertices, which is called the g-good-neighbor diagnosability of the system. As a famous topology structure of interconnection networks, the n-dimensional bubble-sort graph B n has many good properties. In this paper, we prove that (1) the 1-good-neighbor diagnosability of B n is 2 n 3 under Preparata, Metze, and Chien’s (PMC) model for n 4 and Maeng and Malek’s (MM) model for n 5 ; (2) the 2-good-neighbor diagnosability of B n is 4 n 9 under the PMC model and the MM model for n 4 ; (3) the 3-good-neighbor diagnosability of B n is 8 n 25 under the PMC model and the MM model for n 7 .

1. Introduction

A multiprocessor system and interconnection network (networks for short) have an underlying topology, which is usually presented by a graph, where nodes represent processors and links represent communication links between processors. We use graphs and networks interchangeably. For the system, some processors may fail in the system, so processor fault identification plays an important role in reliable computing. The first step to deal with faults is to identify the faulty processors from the fault-free ones. The identification process is called the diagnosis of the system. A system is said to be t-diagnosable if all faulty processors can be identified without replacement, provided that the number of faulty processors presented does not exceed t. The diagnosability t ( G ) of a system G is the maximum value of t such that G is t-diagnosable. Several diagnosis models (e.g., Preparata, Metze, and Chien’s (PMC) model [1], Barsi, Grandoni, and Maestrini’s (BGM) model [2], and Maeng and Malek’s (MM) model [3]) have been proposed to investigate the diagnosability of multiprocessor systems. In particular, two of the proposed models, the PMC model and MM model, are well known and widely used. In the PMC model, the diagnosis of the system is achieved through two linked processors testing each other. In the MM model, to diagnose a system, a node sends the same task to two of its neighbor vertices, and then compares their responses. Sengupta and Dahbura [4] proposed a special case of the MM model, called the MM* model, in which each node must test all the pairs of its adjacent nodes. In 2012, Peng et al. [5] proposed a measure for fault diagnosis of the system, namely, the g-good-neighbor diagnosability of the system (which is also called g-good-neighbor conditional diagnosability), which requires that every fault-free node contains at least g fault-free neighbors. In [5], they studied the g-good-neighbor diagnosability of the n-dimensional hypercube under the PMC model. Numerous studies have been investigated under the PMC model and MM model or MM* model, see [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21].
In this paper, we prove that (1) the diagnosability of n-dimensional bubble-sort graph B n is n 1 under the PMC model for n 4 ; (2) the 1-good-neighbor diagnosability of B n is 2 n 3 under the PMC model for n 4 and the MM model for n 5 ; (3) the 2-good-neighbor diagnosability of B n is 4 n 9 under the PMC model and the M M model for n 4 ; (4) the 3-good-neighbor diagnosability of B n is 8 n 25 under the PMC model and the MM model for n 7 .

2. Preliminaries

In this section, some definitions and notations needed are introduced for our discussion, then bubble-sort graphs will be introduced.

2.1. Definitions and Notations

A multiprocessor system is modeled as an undirected simple graph G = ( V , E ) , whose vertices (nodes) represent processors and edges (links) represent communication links. Given a nonempty vertex subset V of V, the induced subgraph by V in G, denoted by G [ V ] , is a graph, whose vertex set is V and the edge set is the set of all the edges of G with both endpoints in V . The degree d G ( v ) of a vertex v is the number of edges incident with v. We denote by δ ( G ) the minimum degrees of vertices of G. For any vertex v, we define the neighborhood N G ( v ) of v in G to be the set of vertices adjacent to v. u is called a neighbor vertex or a neighbor of v for u N G ( v ) . Let S V . We use N G ( S ) to denote the set v S N G ( v ) \ S . For neighborhoods and degrees, we will usually omit the subscript for the graph when no confusion arises. A graph G is said to be k-regular if for any vertex v, d G ( v ) = k . A graph is bipartite if its vertex set can be partitioned into two subsets X and Y so that every edge has one end in X and one end in Y; such a partition ( X , Y ) is called a bipartition of the graph, and X and Y its parts. We denote a bipartite graph G with bipartition ( X , Y ) by G = ( X , Y ; E ) . If G = ( X , Y ; E ) is simple and every vertex in X is joined to every vertex in Y, then G = ( X , Y ; E ) is called a complete bipartite graph, denoted by K n , m , where | X | = n and | Y | = m . Let G = ( V , E ) be a connected graph. The connectivity κ ( G ) of a graph G is the minimum number of vertices whose removal results in a disconnected graph or only one vertex left. A fault set F V is called a g-good-neighbor faulty set if | N ( v ) ( V \ F ) | g for every vertex v in V \ F . A g-good-neighbor cut of a graph G is a g-good-neighbor faulty set F such that G F is disconnected. The minimum cardinality of g-good-neighbor cuts is said to be the g-good-neighbor connectivity of G, denoted by κ ( g ) ( G ) . For graph-theoretical terminology and notation not defined here we follow [22].

2.2. The Bubble-Sort Graph

The bubble-sort graph has been known as a famous topology structure of interconnection networks. In this section, its definition and some useful properties are introduced.
In the permutation 1 2 n p 1 p 2 p n , i p i . For the convenience, we denote the permutation 1 2 n p 1 p 2 p n by p 1 p 2 p n . Every permutation can be denoted by a product of cycles [23]. For example, 1 2 3 3 1 2 = ( 132 ) . Specially, 1 2 n 1 2 n = ( 1 ) . The product σ τ of two permutations is the composition function τ followed by σ , for example, ( 12 ) ( 13 ) = ( 132 ) . For terminology and notation not defined here we follow [23].
Let [ n ] = { 1 , 2 , , n } , and let S n be the symmetric group on [ n ] containing all permutations p = p 1 p 2 p n of [ n ] . It is well known that { ( i , i + 1 ) : i = 1 , 2 , , n 1 } is a generating set for S n . The n-dimensional bubble-sort graph B n [24] is the graph with vertex set V ( B n ) = S n in which two vertices u, v are adjacent if and only if u = v ( i , i + 1 ) , 1 i n 1 . It is easy to see from the definition that B n is a ( n 1 ) -regular graph on n ! vertices. The graphs B 2 , B 3 and B 4 are depicted in Figure 1.
Note that B n is a subclass of Cayley graphs. B n has the following useful properties.
Proposition 1.
For any integer n 2 , B n is ( n 1 ) -regular and vertex transitive.
Proposition 2.
For any integer n 2 , B n is bipartite.
Proposition 3.
For any integer n 3 , the girth of B n is 4.
Theorem 1
([23]). Every nonidentity permutation in the symmetric group is uniquely (up to the order of the factors) a product of disjoint cycles, each of which has length of at least 2.
Proposition 4
([12]). Let B n be a bubble-sort graph. If two vertices u , v are adjacent, there is no common neighbor vertex of these two vertices, i.e., | N ( u ) N ( v ) | = 0 . If two vertices u , v are not adjacent, there is at most two common neighbor vertices of these two vertices, i.e., | N ( u ) N ( v ) | 2 .
Theorem 2
([7,25,26]). κ ( B n ) = κ ( 0 ) ( B n ) = n 1 for n 2 .
Theorem 3
([7,25,26]). κ ( 1 ) ( B n ) = 2 n 4 for n 3 .
Theorem 4
([7,25,26]). κ ( 2 ) ( B n ) = 4 n 12 for n 4 .
Theorem 5
([27]). κ ( 3 ) ( B n ) = 12 for n = 5 and κ ( 3 ) ( B n ) = 8 n 32 for n 6 .

3. The Diagnosability of the Bubble-Sort Graph under the PMC Model

In this section, we shall show the g-good-neighbor diagnosability of the bubble-sort graph under the PMC model for g = 0 , 1 , 2 , 3 .
Let F 1 and F 2 be two distinct subsets of V for a system G = ( V , E ) . Define the symmetric difference F 1 Δ F 2 = ( F 1 \ F 2 ) ( F 2 \ F 1 ) . Yuan et al. [20] presented a sufficient and necessary condition for a system to be g-good-neighbor t-diagnosable under the PMC model.
Lemma 1
([20]). A system G = ( V , E ) is g-good-neighbor t-diagnosable under the P M C model if and only if there is an edge u v E with u V \ ( F 1 F 2 ) and v F 1 Δ F 2 for each distinct pair of g-good-neighbor faulty subsets F 1 and F 2 of V with | F 1 | t and | F 2 | t (See Figure 2). The g-good-neighbor diagnosability t g ( G ) of G is the maximum value of t such that G is g-good-neighbor t-diagnosable under the PMC model.
Theorem 6.
The diagnosability of the bubble-sort graph B n is n 1 under the PMC model when n 4 .
Proof. 
Let A = { ( 1 ) } . Then | N ( A ) | = n 1 . Let F 1 = N ( A ) and F 2 = A N ( A ) . Then | F 1 | = n 1 and | F 2 | = n . Since ( 1 ) = F 1 Δ F 2 and N B n ( ( 1 ) ) = F 1 F 2 , there is no edge of B n between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . By Lemma 1, we show that B n is not n-diagnosable under the PMC model. Hence, by the definition of the diagnosability, we have that the diagnosability of B n is less than n-diagnosable, i.e., t ( B n ) = t 0 ( B n ) n 1 .
By the definition of the diagnosability, it is sufficient to show that B n is ( n 1 ) -diagnosable under the PMC model. By Lemma 1, to prove that B n is ( n 1 ) -diagnosable, it is equivalent to prove that there is an edge u v E ( B n ) with u V ( B n ) \ ( F 1 F 2 ) and v F 1 Δ F 2 for each distinct pair of faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | n 1 and | F 2 | n 1 . We prove this statement by contradiction. Suppose that there are two distinct faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | n 1 and | F 2 | n 1 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with the condition in Theorem 1, i.e., there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Without loss of generality, assume that F 2 \ F 1 . Suppose V ( B n ) = F 1 F 2 . By the definition of B n , | F 1 F 2 | = | S n | = n ! . It is obvious that n ! > 2 n 2 for n 4 . Since n 4 , we have that n ! = | V ( B n ) | = | F 1 F 2 | = | F 1 | + | F 2 | | F 1 F 2 | | F 1 | + | F 2 | < 2 n 2 , a contradiction. Therefore, V ( B n ) F 1 F 2 . Since there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , and | V ( B n ) \ ( F 1 F 2 ) | 0 and | F 1 Δ F 2 | 0 , we have that F 1 F 2 is a cut set. By Theorem 2, | F 1 F 2 | n 1 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 1 + n 1 = n , which contradicts with that | F 2 | n 1 . So B n is ( n 1 ) -diagnosable. By the definition of t ( B n ) , the diagnosability t ( B n ) n 1 . □
Theorem 7.
The 1-good-neighbor diagnosability of B n is 2 n 3 under the PMC model when n 4 .
Proof. 
Let A = { ( 1 ) , ( 12 ) } . By Proposition 2, | N ( A ) | = 2 n 4 . Let F 1 = N ( A ) and F 2 = A N ( A ) . Then | F 1 | = 2 n 4 and | F 2 | = 2 n 2 . Let v V ( B n ) \ ( F 1 F 2 ) . By Proposition 4, | N ( v ) N ( ( 1 ) ) | 2 and | N ( v ) N ( ( 12 ) ) | 2 . By Proposition 2, N ( v ) N ( ( 1 ) ) and N ( v ) N ( ( 12 ) ) = or N ( v ) N ( ( 12 ) and N ( v ) N ( ( 1 ) ) = . Therefore, d ( v ) n 1 2 1 ( n 4 ) in B n ( F 1 F 2 ) and F 1 is a 1-good-neighbor cut of B n . Since { ( 1 ) , ( 12 ) } = F 1 Δ F 2 and F 1 F 2 , there is no edge of B n between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . By Lemma 1, we show that B n is not 1-good-neighbor ( 2 n 2 ) -diagnosable under the PMC model. Hence, by the definition of the 1-good-neighbor diagnosability, we have that t 1 ( B n ) 2 n 3 .
By the definition of the 1-good-neighbor diagnosability, it is sufficient to show that B n is 1-good-neighbor ( 2 n 3 ) -diagnosable. By Lemma 1, to prove that B n is 1-good-neighbor ( 2 n 3 ) -diagnosable, it is equivalent to prove that there is an edge u v E ( B n ) with u V ( B n ) \ ( F 1 F 2 ) and v F 1 Δ F 2 for each distinct pair of 1-good-neighbor faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | 2 n 3 and | F 2 | 2 n 3 .
We prove this statement by contradiction. Suppose that there are two distinct 1-good-neighbor faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | 2 n 3 and | F 2 | 2 n 3 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with the condition in Lemma 1, i.e., there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Without loss of generality, assume that F 2 \ F 1 . Suppose V ( B n ) = F 1 F 2 . Since n 4 , we have that n ! = | V ( B n ) | = | F 1 F 2 | = | F 1 | + | F 2 | | F 1 F 2 | | F 1 | + | F 2 | 2 ( 2 n 3 ) = 4 n 6 , a contradiction. Therefore, V ( B n ) F 1 F 2 .
Since there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , and F 1 is a 1-good-neighbor faulty set, B n F 1 has two parts B n F 1 F 2 and B n [ F 2 \ F 1 ] (for convenience). Thus, δ ( B n F 1 F 2 ) 1 and δ ( B n [ F 2 \ F 1 ] ) 1 . Similarly, δ ( B n [ F 1 \ F 2 ] ) 1 when F 1 \ F 2 . Therefore, F 1 F 2 is also a 1-good-neighbor faulty set. When F 1 \ F 2 = , F 1 F 2 = F 1 is also a 1-good-neighbor faulty set. Since there are no edges between V ( B n F 1 F 2 ) and F 1 Δ F 2 , F 1 F 2 is a 1-good-neighbor cut. By Theorem 3, | F 1 F 2 | 2 n 4 . Note that | F 2 \ F 1 | 2 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 2 + 2 n 4 = 2 n 2 , which contradicts with that | F 2 | 2 n 3 . So B n is 1-good-neighbor ( 2 n 3 ) -diagnosable. By the definition of t 1 ( B n ) , t 1 ( B n ) 2 n 3 . □
Lemma 2.
Let A = { ( 1 ) , ( 12 ) , ( 34 ) , ( 12 ) ( 34 ) } . If n 4 , F 1 = N B n ( A ) , F 2 = A N B n ( A ) , then | F 1 | = 4 n 12 , | F 2 | = 4 n 8 , δ ( B n F 1 ) 2 , and δ ( B n F 2 ) 2 .
Proof. 
By A = { ( 1 ) , ( 12 ) , ( 34 ) , ( 12 ) ( 34 ) } , we have that B n [ A ] is a 4-cycle. By Propositions 3 and 4, | N B n ( A ) | = 4 n 12 . Thus from calculating, we have | F 1 | = 4 n 12 , | F 2 | = | A | + | F 1 | = 4 n 8 .
Let v V ( B n ) \ F 2 and | N ( v ) N ( A ) | 0 and w N ( v ) N ( A ) . Let u A and u w E ( B n ) . By Proposition 1, let u = ( 1 ) . Then w = ( a b ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) } . By Proposition 2, there is no u { ( 12 ) , ( 34 ) } such that | N ( u ) N ( v ) | 1 . Therefore, we consider only u { ( 1 ) , ( 12 ) ( 34 ) } . We discuss the following cases.
Case 1. v = ( a b ) ( c d ) and { a , b } { c , d } = , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( a b ) } .
If ( c d ) { ( 12 ) , ( 34 ) } , then a contradiction to v V ( B n ) \ F 2 . Therefore, ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( a b ) , ( 12 ) , ( 34 ) } . In this case, | N ( v ) N ( u ) | = 2 . Consider ( 12 ) ( 34 ) ( x y ) and ( a b ) ( c d ) ( u v ) , ( x y ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) } . Suppose { x , y } { 1 , 2 , 3 , 4 } = . Since ( a b ) , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) } , ( 12 ) ( 34 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 23 ) , then ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) . If ( u v ) ( 12 ) , then, 1 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 2 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 45 ) , then ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) . If ( u v ) ( 12 ) , then, 1 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 3 3 or 3 2 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) . Therefore, | N ( v ) N ( A ) | 2 .
Case 2. v = ( a b ) ( c d ) and { a , b } { c , d } , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( a b ) } .
Without loss of generality, let v = ( a b ) ( b d ) = ( a b d ) . Let w N ( v ) \ { w } . Then w = ( a b ) ( b d ) ( u v ) , ( u v ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( c d ) } . If ( u v ) = ( a b ) , then w = ( a b ) ( b d ) ( u v ) = ( a d ) . Note ( a d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } . Then | N ( v ) N ( u ) | = 1 . Suppose ( u v ) ( a b ) . Consider ( 12 ) ( 34 ) ( x y ) and ( a b ) ( c d ) ( u v ) , ( x y ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) } . If { x , y } { 1 , 2 , 3 , 4 } = , then, by Theorem 1, ( 12 ) ( 34 ) ( x y ) w = ( a b ) ( b d ) ( u v ) . If ( x y ) = ( 23 ) , then ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) . If ( u v ) = ( 12 ) , then, 2 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( u v ) ( 12 ) , then, 1 1 or 1 3 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 45 ) , then ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) . If ( u v ) ( 12 ) , then, 1 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 3 3 or 3 2 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) . Therefore, | N ( v ) N ( A ) | 2 .
By Cases 1 and 2, d ( v ) n 1 2 2 ( n 5 ) in B n ( F 1 F 2 ) and F 1 is a 2-good-neighbor cut of B n . When n = 4 , it is easy to verify that F 1 is a 2-good-neighbor cut of B n . □
Lemma 3.
Let n 4 . Then the 2-good-neighbor diagnosability t 2 ( B n ) 4 n 9 under the PMC model.
Proof. 
Let A be defined in Lemma 2, and let F 1 = N B n ( A ) , F 2 = A N B n ( A ) . By Lemma 2, | F 1 | = 4 n 12 , | F 2 | = 4 n 8 , δ ( B n F 1 ) 2 and δ ( B n F 2 ) 2 . Therefore, F 1 and F 2 are both 2-good-neighbor faulty sets of B n with | F 1 | = 4 n 12 and | F 2 | = 4 n 8 . Since A = F 1 Δ F 2 and N B n ( A ) = F 1 F 2 , there is no edge of B n between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . By Lemma 1, we show that B n is not 2-good-neighbor ( 4 n 8 ) -diagnosable under the PMC model. Hence, by the definition of 2-good-neighbor diagnosability, we conclude that the 2-good-neighbor diagnosability of B n is less than 4 n 8 , i.e., t 2 ( B n ) 4 n 9 . □
Lemma 4.
Let H be a subgraph of B n such that δ ( H ) = 2 . Then | V ( H ) | 4 .
By the definition of B n , we have Lemma 4.
Lemma 5.
Let n 4 . Then the 2-good-neighbor diagnosability t 2 ( B n ) 4 n 9 under the PMC model.
Proof. 
By the definition of 2-good-neighbor diagnosability, it is sufficient to show that B n is 2-good-neighbor ( 4 n 9 ) -diagnosable. By Theorem 1, to prove B n is 2-good-neighbor ( 4 n 9 ) -diagnosable, it is equivalent to prove that there is an edge u v E ( B n ) with u V ( B n ) \ ( F 1 F 2 ) and v F 1 Δ F 2 for each distinct pair of 2-good-neighbor faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | 4 n 9 and | F 2 | 4 n 9 .
We prove this statement by contradiction. Suppose that there are two distinct 2-good-neighbor faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | 4 n 9 and | F 2 | 4 n 9 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with the condition in Lemma 1, i.e., there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Without loss of generality, assume that F 2 \ F 1 . Suppose V ( B n ) = F 1 F 2 . By the definition of B n , | F 1 F 2 | = | S n | = n ! . It is obvious that n ! > 8 n 18 for n 4 . Since n 4 , we have that n ! = | V ( B n ) | = | F 1 F 2 | = | F 1 | + | F 2 | | F 1 F 2 | | F 1 | + | F 2 | 2 ( 4 n 9 ) = 8 n 18 , a contradiction. Therefore, V ( B n ) F 1 F 2 .
Since there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , and F 1 is a 2-good-neighbor faulty set, B n F 1 has two parts B n F 1 F 2 and B n [ F 2 \ F 1 ] . Thus, δ ( B n F 1 F 2 ) 2 and δ ( B n [ F 2 \ F 1 ] ) 2 . Similarly, δ ( B n [ F 1 \ F 2 ] ) 2 when F 1 \ F 2 . Therefore, F 1 F 2 is also a 2-good-neighbor faulty set. When F 1 \ F 2 = , F 1 F 2 = F 1 is also a 2-good-neighbor faulty set. Since there are no edges between V ( B n F 1 F 2 ) and F 1 Δ F 2 , F 1 F 2 is a 2-good-neighbor cut. Since n 4 , by Theorem 4, | F 1 F 2 | 4 n 12 . By Lemma 4, | F 2 \ F 1 | 4 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 4 + 8 n 22 = 8 n 18 , which contradicts with that | F 2 | 4 n 9 . So B n is 2-good-neighbor ( 8 n 19 ) -diagnosable. By the definition of t 2 ( B n ) , t 2 ( B n ) 4 n 9 . □
Combining Lemmas 3 and 5, we have the following theorem.
Theorem 8.
Let n 4 . Then the 2-good-neighbor diagnosability of the bubble-sort graph B n under the PMC model is 4 n 9 .
Lemma 6.
Let A = { ( 1 ) , ( 12 ) , ( 34 ) , ( 56 ) , ( 12 ) ( 34 ) , ( 12 ) ( 56 ) , ( 34 ) ( 56 ) , ( 12 ) ( 34 ) ( 56 ) } . If n 7 , F 1 = N B n ( A ) , F 2 = A N B n ( A ) , then | F 1 | = 8 n 32 , | F 2 | = 8 n 24 , δ ( B n F 1 ) 3 and δ ( B n F 2 ) 3 .
Proof. 
By A = { ( 1 ) , ( 12 ) , ( 34 ) , ( 56 ) , ( 12 ) ( 34 ) , ( 12 ) ( 56 ) , ( 34 ) ( 56 ) , ( 12 ) ( 34 ) ( 56 ) } , we have that B n [ A ] is 3-regular and | A | = 8 .
Claim 1. ( N ( u ) N ( v ) ) \ A = for u , v A .
By Proposition 1, let u = ( 1 ) . By Proposition 2, we consider only v { ( 12 ) ( 34 ) , ( 12 ) ( 56 ) , ( 34 ) ( 56 ) } . Since | N ( u ) N ( v ) | = 2 , by Proposition 4, we have ( N ( u ) N ( v ) ) \ A = . The proof of Claim 1 is complete.
By Claim 1, | N B n ( A ) | = 8 n 32 . Thus from calculating, we have | F 1 | = 8 n 32 , | F 2 | = | A | + | F 1 | = 8 n 24 . Let v V ( B n ) \ F 2 and | N ( v ) N ( A ) | 0 and w N ( v ) N ( A ) . Let u A and u w E ( B n ) . By Proposition 1, let u = ( 1 ) . Then w = ( a b ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } . By Proposition 2, there is no u { ( 12 ) , ( 34 ) , ( 56 ) , ( 12 ) ( 34 ) ( 56 ) } such that | N ( u ) N ( v ) | 1 . Therefore, we consider only u { ( 1 ) , ( 12 ) ( 34 ) , ( 12 ) ( 56 ) , ( 34 ) ( 56 ) } .
Claim 2. | N ( A ) N ( v ) | 2 .
Let v V ( B n ) \ F 2 . We discuss the following cases.
Case 1. v = ( a b ) ( c d ) and { a , b } { c , d } = , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( a b ) } .
If ( c d ) { ( 12 ) , ( 34 ) , ( 56 ) } , then a contradiction to v V ( B n ) \ F 2 . Therefore, ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( a b ) , ( 12 ) , ( 34 ) , ( 56 ) } . Consider ( a b ) ( c d ) ( u v ) . If ( u v ) = ( a b ) , then | N ( v ) N ( u ) | = 2 . Let ( u v ) ( a b ) .
Consider ( 12 ) ( 34 ) ( x y ) and ( a b ) ( c d ) ( u v ) , ( x y ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } . Suppose { x , y } { 1 , 2 , 3 , 4 } = . Since ( a b ) , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } , ( 12 ) ( 34 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 23 ) , then ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) . If ( u v ) ( 12 ) , then, 1 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 2 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 45 ) , then ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) . If ( u v ) ( 12 ) , then, 1 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 3 3 or 3 2 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) .
Consider ( 34 ) ( 56 ) ( x y ) and ( a b ) ( c d ) ( u v ) , ( x y ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } . Suppose { x , y } { 3 , 4 , 5 , 6 } = . Since ( a b ) , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 23 ) , then ( 34 ) ( 23 ) ( 56 ) = ( 243 ) ( 56 ) . If ( u v ) = ( 23 ) , then 2 3 or 2 2 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 23 ) ( 56 ) = ( 243 ) ( 56 ) ( a b ) ( c d ) ( u v ) . If ( u v ) ( 23 ) , then ( u v ) = ( 12 ) or ( 34 ) or ( u v ) ( u , v 4 ). When ( u v ) = ( 12 ) , 2 1 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 23 ) ( 56 ) = ( 243 ) ( 56 ) ( a b ) ( c d ) ( u v ) . When ( u v ) = ( 34 ) , 2 2 or 2 3 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 23 ) ( 56 ) = ( 243 ) ( 56 ) ( a b ) ( c d ) ( u v ) . When u , v 4 , 2 2 or 2 3 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 23 ) ( 56 ) = ( 243 ) ( 56 ) ( a b ) ( c d ) ( u v ) .
Similarly, consider ( 12 ) ( 56 ) ( x y ) and ( a b ) ( c d ) ( u v ) . We have ( 12 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . Therefore, | N ( v ) N ( A ) | 2 .
Case 2. v = ( a b ) ( c d ) and { a , b } { c , d } , ( c d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( a b ) } .
Without loss of generality, let v = ( a b ) ( b d ) = ( a b d ) . Let w N ( v ) \ { w } . Then w = ( a b ) ( b d ) ( u v ) , ( u v ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( c d ) } . If ( u v ) = ( a b ) , then w = ( a b ) ( b d ) ( u v ) = ( a d ) . Note ( a d ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } . Then | N ( v ) N ( u ) | = 1 . Suppose ( u v ) ( a b ) . Consider ( 12 ) ( 34 ) ( x y ) and ( a b ) ( c d ) ( u v ) , ( x y ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } . If { x , y } { 1 , 2 , 3 , 4 } = , then, by Theorem 1, ( 12 ) ( 34 ) ( x y ) w = ( a b ) ( b d ) ( u v ) . If ( x y ) = ( 23 ) , then ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) . If ( u v ) = ( 12 ) , then, 2 1 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( u v ) ( 12 ) , then, 1 1 or 1 3 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 23 ) = ( 1243 ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 45 ) , then ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) . If ( u v ) ( 12 ) , then, 1 1 or 1 3 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 3 3 or 3 2 in ( a b ) ( c d ) ( u v ) , ( 12 ) ( 34 ) ( 45 ) = ( 12 ) ( 345 ) ( a b ) ( c d ) ( u v ) .
Consider ( 34 ) ( 56 ) ( x y ) and ( a b ) ( c d ) ( u v ) , ( x y ) { ( i , i + 1 ) : i = 1 , 2 , 3 , , n 1 } \ { ( 12 ) , ( 34 ) , ( 56 ) } . If { x , y } { 3 , 4 , 5 , 6 } = , then, by Theorem 1, ( 34 ) ( 56 ) ( x y ) w = ( a b ) ( b d ) ( u v ) . If ( x y ) = ( 23 ) , then ( 34 ) ( 56 ) ( x y ) = ( 243 ) ( 56 ) . If ( u v ) = ( 12 ) , then, 2 1 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( u v ) ( 12 ) , then, 1 1 or 1 3 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 45 ) , then ( 34 ) ( 56 ) ( x y ) = ( 3465 ) . If ( u v ) ( 12 ) , then, 1 1 or 1 3 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 3 3 or 3 2 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( x y ) = ( 67 ) , then ( 34 ) ( 56 ) ( x y ) = ( 34 ) ( 567 ) . If ( u v ) ( 12 ) , then, 1 1 or 1 3 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . If ( u v ) = ( 12 ) , then, 3 3 or 3 2 in ( a b ) ( c d ) ( u v ) , ( 34 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) .
Similarly, consider ( 12 ) ( 56 ) ( x y ) and ( a b ) ( c d ) ( u v ) . We have ( 12 ) ( 56 ) ( x y ) ( a b ) ( c d ) ( u v ) . Therefore, | N ( v ) N ( A ) | 2 . The proof of Claim 2 is complete.
By Claim 2, d ( v ) n 1 3 3 ( n 7 ) in B n ( F 1 F 2 ) and F 1 is a 3-good-neighbor cut of B n . □
Lemma 7.
Let n 7 . Then the 3-good-neighbor diagnosability t 3 ( B n ) 8 n 25 under the PMC model.
Proof. 
Let A be defined in Lemma 6, and let F 1 = N B n ( A ) , F 2 = A N B n ( A ) . By Lemma 6, | F 1 | = 8 n 32 , | F 2 | = 8 n 24 , δ ( B n F 1 ) 3 and δ ( B n F 2 ) 3 . Therefore, F 1 and F 2 are both 3-good-neighbor faulty sets of B n with | F 1 | = 8 n 32 and | F 2 | = 8 n 24 . Since A = F 1 Δ F 2 and N B n ( A ) = F 1 F 2 , there is no edge of B n between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . By Lemma 1, we can deduce that B n is not 3-good-neighbor ( 8 n 24 ) -diagnosable under the PMC model. Hence, by the definition of 3-good-neighbor diagnosability, we conclude that the 2-good-neighbor diagnosability of B n is less than 8 n 24 , i.e., t 2 ( B n ) 8 n 25 . □
Lemma 8.
Let H be a subgraph of B n such that δ ( H ) = 3 . Then | V ( H ) | 8 .
Proof. 
Note that there is no subgraph K 3 , 3 of B n . Suppose, on the contrary, that there is a subgraph H of B n such that δ ( H ) 3 and | V ( H ) | = 7 . Since B n is bipartite, let V ( H ) = ( U , W ) and | U | = 3 , | W | = 4 . By Proposition 1, let W = { ( 1 ) , x , y , z } and U = { a , b , c } . Since δ ( H ) 3 , N ( x ) N ( y ) = { a , b , c } , a contradiction to Proposition 4. Therefore, | V ( H ) | 8 . □
Lemma 9.
Let n 7 . Then the 3-good-neighbor diagnosability t 3 ( B n ) 8 n 25 under the PMC model.
Proof. 
By the definition of 3-good-neighbor diagnosability, it is sufficient to show that B n is 3-good-neighbor ( 8 n 25 ) -diagnosable. By Lemma 1, to prove B n is 3-good-neighbor ( 8 n 25 ) -diagnosable, it is equivalent to prove that there is an edge u v E ( B n ) with u V ( B n ) \ ( F 1 F 2 ) and v F 1 Δ F 2 for each distinct pair of 3-good-neighbor faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | 8 n 25 and | F 2 | 8 n 25 .
We prove this statement by contradiction. Suppose that there are two distinct 3-good-neighbor faulty subsets F 1 and F 2 of V ( B n ) with | F 1 | 8 n 25 and | F 2 | 8 n 25 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with the condition in Lemma 1, i.e., there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Without loss of generality, assume that F 2 \ F 1 . Suppose V ( B n ) = F 1 F 2 . By the definition of B n , | F 1 F 2 | = | S n | = n ! . It is obvious that n ! > 16 n 50 for n 7 . Since n 7 , we have that n ! = | V ( B n ) | = | F 1 F 2 | = | F 1 | + | F 2 | | F 1 F 2 | | F 1 | + | F 2 | 2 ( 8 n 25 ) = 16 n 50 , a contradiction. Therefore, V ( B n ) F 1 F 2 .
Since there are no edges between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , and F 1 is a 3-good-neighbor faulty set, B n F 1 has two parts B n F 1 F 2 and B n [ F 2 \ F 1 ] . Thus, δ ( B n F 1 F 2 ) 3 and δ ( B n [ F 2 \ F 1 ] ) 3 . Similarly, δ ( B n [ F 1 \ F 2 ] ) 3 when F 1 \ F 2 . Therefore, F 1 F 2 is also a 3-good-neighbor faulty set. When F 1 \ F 2 = , F 1 F 2 = F 1 is also a 3-good-neighbor faulty set. Since there are no edges between V ( B n F 1 F 2 ) and F 1 Δ F 2 , F 1 F 2 is a 3-good-neighbor cut. Since n 7 , by Theorem 5, | F 1 F 2 | 8 n 32 . By Lemma 8, | F 2 \ F 1 | 8 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 8 + 8 n 32 = 8 n 24 , which contradicts with that | F 2 | 8 n 25 . So B n is 3-good-neighbor ( 8 n 25 ) -diagnosable. By the definition of t 3 ( B n ) , t 3 ( B n ) 8 n 25 . □
Combining Lemmas 7 and 9, we have the following theorem.
Theorem 9.
Let n 7 . Then the 3-good-neighbor diagnosability of the bubble-sort graph B n under the PMC model is 8 n 25 .

4. The Diagnosability of the Bubble-Sort Graph B n under the MM Model

Before discussing the diagnosability of the bubble-sort graph B n under the MM model, we first give an existing result.
Lemma 10
([4,20]). A system G = ( V , E ) is g-good-neighbor t-diagnosable under the M M model if and only if for each distinct pair of g-good-neighbor faulty subsets F 1 and F 2 of V with | F 1 | t and | F 2 | t satisfies one of the following conditions. (1) There are two vertices u , w V \ ( F 1 F 2 ) and there is a vertex v F 1 Δ F 2 such that u w E and v w E . (2) There are two vertices u , v F 1 \ F 2 and there is a vertex w V \ ( F 1 F 2 ) such that u w E and v w E . (3) There are two vertices u , v F 2 \ F 1 and there is a vertex w V \ ( F 1 F 2 ) such that u w E and v w E (See Figure 3). The g-good-neighbor diagnosability t g ( G ) of G is the maximum value of t such that G is g-good-neighbor t-diagnosable under the MM model.
Theorem 10
([12]). The diagnosability t ( G ) = t 0 ( G ) of B n is n 1 under the MM model when n 4 .
A component of a graph G is odd according as it has an odd number of vertices. We denote by o ( G ) the number of odd component of G.
Lemma 11
([22]). A graph G = ( V , E ) has a perfect matching if and only if o ( G S ) | S | for all S V .
Lemma 12
([22]). Let k 0 be an integer. Then every k-regular bipartite graph has k edge-disjoint perfect matchings.
Since the bubble-sort graph is a regular bipartite graph, we have the following corollary by Lemma 12.
Corollary 1.
The bubble-sort graph has a perfect matching.
Lemma 13.
Let n 4 . Then the 1-good-neighbor diagnosability of the bubble-sort graph B n under the MM model is less than or equal to 2 n 3 , i.e., t 1 ( B n ) 2 n 3 .
Proof. 
Let u = ( 1 ) and v = ( 12 ) . Then u is adjacent to v. Let F 1 = N ( { u , v } ) and F 2 = F 1 { u , v } . By Proposition 2, | F 1 | = 2 n 4 , | F 2 | = 2 n 2 . Let w V ( B n ) \ ( F 1 F 2 ) . By Proposition 4, | N ( w ) N ( ( 1 ) ) | 2 and | N ( w ) N ( ( 12 ) ) | 2 . By Proposition 2, if N ( w ) N ( ( 1 ) ) , then N ( w ) N ( ( 12 ) ) = or if N ( w ) N ( ( 12 ) , then N ( w ) N ( ( 1 ) ) = . Therefore, d ( v ) n 1 2 1 ( n 4 ) in B n ( F 1 F 2 ) and F 1 is a 1-good-neighbor cut of B n . Since { ( 1 ) , ( 12 ) } = F 1 Δ F 2 and F 1 F 2 , there is no edge of B n between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . By Lemma 10, we show that B n is not 1-good-neighbor ( 2 n 2 ) -diagnosable under the MM model. Hence, by the definition of the 1-good-neighbor diagnosability, we have that t 1 ( B n ) 2 n 3 . □
Lemma 14.
Let n 5 . Then the 1-good-neighbor diagnosability of the bubble-sort graph B n under the MM model is more than or equal to 2 n 3 , i.e., t 1 ( B n ) 2 n 3 .
Proof. 
By the definition of 1-good-neighbor diagnosability, it is sufficient to show that B n is 1-good-neighbor ( 2 n 3 ) -diagnosable. By Lemma 10, suppose, on the contrary, that there are two distinct 1-good-neighbor faulty subsets F 1 and F 2 of B n with | F 1 | 2 n 3 and | F 2 | 2 n 3 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Theorem 10. Without loss of generality, assume that F 2 \ F 1 . Similarly to the discussion on V ( B n ) F 1 F 2 in Theorem 3, we have V ( B n ) F 1 F 2 .
Claim 1. B n F 1 F 2 has no isolated vertex.
Suppose, on the contrary, that B n F 1 F 2 has at least one isolated vertex w. Since F 1 is a 1-good-neighbor faulty set, there is a vertex u F 2 \ F 1 such that u is adjacent to w. Since the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Lemma 10, there is at most one vertex u F 2 \ F 1 such that u is adjacent to w. Thus, there is just a vertex u F 2 \ F 1 such that u is adjacent to w. Assume F 1 \ F 2 = . Then F 1 F 2 . Since F 2 is a 1-good-neighbor faulty set, B n F 2 = B n F 1 F 2 has no isolated vertex, a contradiction. Therefore, let F 1 \ F 2 as follows. Similarly, we can show that there is just a vertex v F 1 \ F 2 such that v is adjacent to w. Let W V ( B n ) \ ( F 1 F 2 ) be the set of isolated vertices in B n [ V ( B n ) \ ( F 1 F 2 ) ] , and let H be the subgraph induced by the vertex set V ( B n ) \ ( F 1 F 2 W ) . Then for any w W , there are ( n 3 ) neighbors in F 1 F 2 . By Corollary 1, B n has a perfect matching. By Lemma 11, | W | o ( G ( F 1 F 2 ) ) | F 1 F 2 | | F 1 | + | F 2 | | F 1 F 2 | 2 ( 2 n 3 ) ( n 3 ) = 3 n 3 . Assume V ( H ) = . Note that n ! = | V ( B n ) | = | F 1 F 2 | + | W | 2 ( 3 n 3 ) = 6 n 6 . This is a contradiction to n 5 . So V ( H ) . Since the vertex set pair ( F 1 , F 2 ) is not satisfied with the condition (1) of Theorem 10, and any vertex of V ( H ) is not isolated in H, we induce that there is no edge between V ( H ) and F 1 Δ F 2 . Thus, F 1 F 2 is a vertex cut of B n and δ ( B n ( F 1 F 2 ) ) 1 , i.e., F 1 F 2 is a 1-good-neighbor cut of B n . By Theorem 3, | F 1 F 2 | 2 n 4 . Because | F 1 | 2 n 3 and | F 2 | 2 n 3 , and neither F 1 \ F 2 nor F 2 \ F 1 is empty, we have | F 1 \ F 2 | = | F 2 \ F 1 | = 1 . Let F 1 \ F 2 = { v 1 } and F 2 \ F 1 = { v 2 } . Then for any vertex w W , w is adjacent to v 1 and v 2 . According to Proposition 4, there are at most three common neighbors for any pair of vertices in B n , it follows that there are at most two isolated vertices in B n F 1 F 2 , i.e., | W | 2 .
Suppose that there is exactly one isolated vertex v in B n F 1 F 2 . Let v 1 and v 2 be adjacent to v. Then N B n ( v ) \ { v 1 , v 2 } F 1 F 2 . Note that B n has no 3-cycle. Thus, N B n ( v 1 ) \ { v } F 1 F 2 , N B n ( v 2 ) \ { v } F 1 F 2 , | ( N B n ( v ) \ { v 1 , v 2 } ) ( N B n ( v 1 ) \ { v } ) | = 0 and | ( N B n ( v ) \ { v 1 , v 2 } ) ( N B n ( v 2 ) \ { v } ) | = 0 and | [ N B n ( v 1 ) \ { v } ] [ N B n ( v 2 ) \ { v } ] | 1 . Thus, | F 1 F 2 | | N B n ( v ) \ { v 1 , v 2 } | + | N B n ( v 1 ) \ { v } | + | N B n ( v 2 ) \ { v } | ( n 1 2 ) + ( n 1 1 ) + ( n 1 1 ) 1 = 3 n 8 . It follows that | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 1 + 3 n 8 = 3 n 7 > 2 n 3 ( n 5 ) , which contradicts | F 2 | 2 n 3 .
Suppose that there are exactly two isolated vertices v and w in B n F 1 F 2 . Let v 1 and v 2 be adjacent to v and w, respectively. Then N B n ( v ) \ { v 1 , v 2 } F 1 F 2 , N B n ( w ) \ { v 1 , v 2 } F 1 F 2 , N B n ( v 1 ) \ { v , w } F 1 F 2 , N B n ( v 2 ) \ { v , w } F 1 F 2 , | ( N B n ( v ) \ { v 1 , v 2 } ) ( N B n ( v 1 ) \ { v , w } ) | = 0 and | ( N B n ( v ) \ { v 1 , v 2 } ) ( N B n ( v 2 ) \ { v , w } ) | = 0 . | ( N B n ( w ) \ { v 1 , v 2 } ) ( N B n ( v 1 ) \ { v , w } ) | = 0 , | ( N B n ( w ) \ { v 1 , v 2 } ) ( N B n ( v 2 ) \ { v , w } ) | = 0 and | [ N B n ( v 1 ) \ { v , w } ] [ N B n ( v 2 ) \ { v , w } ] | = 0 . By Proposition 4, there are at most two common neighbors for any pair of vertices in B n . Thus, it follows that | ( N B n ( v ) \ { v 1 , v 2 } ) ( N B n ( w ) \ { v 1 , v 2 } ) | = 0 . Thus, | F 1 F 2 | | N B n ( v ) \ { v 1 , v 2 } | + | N B n ( w ) \ { v 1 , v 2 } | + | N B n ( v 1 ) \ { v , w } | + | N B n ( v 2 ) \ { v , w } | = ( n 1 2 ) + ( n 1 2 ) + ( n 1 2 ) + ( n 1 2 ) = 4 n 12 . It follows that | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 1 + 4 n 12 = 4 n 11 > 2 n 3 ( n 5 ) , which contradicts | F 2 | 2 n 3 . The proof of Claim 1 is complete.
Let u V ( B n ) \ ( F 1 F 2 ) . By Claim 1, u has at least one neighbor in B n F 1 F 2 . Since the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Lemma 10, by the condition (1) of Lemma 10, for any pair of adjacent vertices u , w V ( B n ) \ ( F 1 F 2 ) , there is no vertex v F 1 Δ F 2 such that u w E ( B n ) and v w E ( B n ) . It follows that u has no neighbor in F 1 Δ F 2 . By the arbitrariness of u, there is no edge between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Since F 2 \ F 1 and F 1 is a 1-good-neighbor faulty set, δ B n ( [ F 2 \ F 1 ] ) 1 and hence | F 2 \ F 1 | 2 . Since both F 1 and F 2 are 1-good-neighbor faulty sets, and there is no edge between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , F 1 F 2 is a 1-good-neighbor cut of B n . By Theorem 3, | F 1 F 2 | 2 n 4 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 2 + 2 n 4 = 2 n 2 , which contradicts with that | F 2 | 2 n 3 . So B n is 1-good-neighbor ( 2 n 3 ) -diagnosable. By the definition of t 1 ( B n ) , t 1 ( B n ) 3 n 4 . □
Combining Lemmas 13 and 14, we have the following theorem.
Theorem 11.
Let n 5 . Then the 1-good-neighbor diagnosability of the bubble-sort graph B n under the MM model is 2 n 3 .
Lemma 15.
Let n 4 . Then the 2-good-neighbor diagnosability t 2 ( B n ) 4 n 9 under the MM model.
Proof. 
Let A, F 1 and F 2 be defined in Lemma 2. By the Lemma 2, F 1 = N B n ( A ) , F 2 = A N B n ( A ) , then | F 1 | = 4 n 12 , | F 2 | = 4 n 8 , δ ( B n F 1 ) 2 , and δ ( B n F 2 ) 2 . So both F 1 and F 2 are 2-good-neighbor faulty sets. By the definitions of F 1 and F 2 , F 1 Δ F 2 = A . Note F 1 \ F 2 = , F 2 \ F 1 = A and ( V ( B n ) \ ( F 1 F 2 ) ) A = . Therefore, both F 1 and F 2 are not satisfied with any one condition in Lemma 10, and B n is not 2-good-neighbor ( 4 n 8 ) -diagnosable. Hence, t 2 ( B n ) 4 n 9 . The proof is complete. □
Lemma 16.
Let n 4 . Then the 2-good-neighbor diagnosability t 2 ( B n ) 4 n 9 under the MM model.
Proof. 
By the definition of 2-good-neighbor diagnosability, it is sufficient to show that B n is 2-good-neighbor ( 4 n 9 ) -diagnosable. By Lemma 10, suppose, on the contrary, that there are two distinct 2-good-neighbor faulty subsets F 1 and F 2 of B n with | F 1 | 4 n 9 and | F 2 | 4 n 9 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Lemma 10. Without loss of generality, assume that F 2 \ F 1 . Similarly to the discussion on V ( B n ) F 1 F 2 in Lemma 5, we have V ( B n ) F 1 F 2 .
Claim 1. B n F 1 F 2 has no isolated vertex.
Suppose, on the contrary, that B n F 1 F 2 has at least one isolated vertex w. Since F 1 is a 2-good neighbor faulty set, there are two vertices u , v F 2 \ F 1 such that u and v are adjacent to w. Since the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Lemma 10, this is a contradiction. Therefore, B S n F 1 F 2 has no isolated vertex. The proof of Claim 1 is complete.
Let u V ( B n ) \ ( F 1 F 2 ) . By Claim 1, u has at least one neighbor in B n F 1 F 2 . Since the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Theorem 10, by the condition (1) of Lemma 10, for any pair of adjacent vertices u , w V ( B n ) \ ( F 1 F 2 ) , there is no vertex v F 1 Δ F 2 such that u w E ( B n ) and v w E ( B n ) . It follows that u has no neighbor in F 1 Δ F 2 . By the arbitrariness of u, there is no edge between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Since F 2 \ F 1 and F 1 is a 2-good-neighbor faulty set, δ B n ( [ F 2 \ F 1 ] ) 2 . By Lemma 4, | F 2 \ F 1 | 4 . Since both F 1 and F 2 are 2-good-neighbor faulty sets, and there is no edge between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , F 1 F 2 is a 2-good-neighbor cut of B n . By Theorem 4, we have | F 1 F 2 | 4 n 12 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 4 + ( 4 n 12 ) = 4 n 8 , which contradicts | F 2 | 4 n 9 . Therefore, B n is 2-good-neighbor ( 4 n 9 ) -diagnosable and t 2 ( B n ) 4 n 9 . The proof is complete. □
Combining Lemmas 15 and 16, we have the following theorem.
Theorem 12.
Let n 4 . Then the 2-good-neighbor diagnosability of the bubble-sort star graph B n under the M M model is 4 n 9 .
We point out that B 4 is the least bubble-sort graph satisfying the three sufficient conditions in Lemma 10. Because B 3 is a cycle with six vertices which is isomorphic to the 3-dimensional star graph, by [21] B 3 is not 2-diagnosable.
Lemma 17.
Let n 7 . Then the 3-good-neighbor diagnosability t 3 ( B n ) 8 n 25 under the MM model.
Proof. 
Let A, F 1 and F 2 be defined in Lemma 6. By the Lemma 6, F 1 = N B n ( A ) , F 2 = A N B n ( A ) , then | F 1 | = 8 n 32 , | F 2 | = 8 n 24 , δ ( B n F 1 ) 3 , and δ ( B n F 2 ) 3 . So both F 1 and F 2 are 3-good-neighbor faulty sets. By the definitions of F 1 and F 2 , F 1 Δ F 2 = A . Note F 1 \ F 2 = , F 2 \ F 1 = A and ( V ( B n ) \ ( F 1 F 2 ) ) A = . Therefore, both F 1 and F 2 are not satisfied with any one condition in Lemma 10, and B n is not 3-good-neighbor ( 8 n 24 ) -diagnosable. Hence, t 2 ( B n ) 8 n 25 . The proof is complete. □
Lemma 18.
Let n 7 . Then the 3-good-neighbor diagnosability t 3 ( B n ) 8 n 25 under the MM model.
Proof. 
By the definition of 3-good-neighbor diagnosability, it is sufficient to show that B n is 3-good-neighbor ( 8 n 25 ) -diagnosable. By Lemma 10, suppose, on the contrary, that there are two distinct 3-good-neighbor faulty subsets F 1 and F 2 of B n with | F 1 | 8 n 25 and | F 2 | 8 n 25 , but the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Lemma 10. Without loss of generality, assume that F 2 \ F 1 . Similarly to the discussion on V ( B n ) F 1 F 2 in Lemma 9, we have V ( B n ) F 1 F 2 .
Claim 1. B n F 1 F 2 has no isolated vertex.
Suppose, on the contrary, that B n F 1 F 2 has at least one isolated vertex w. Since F 1 is a 3-good neighbor faulty set, there are three vertices u , v F 2 \ F 1 such that u, v and x are adjacent to w. Since the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Lemma 10, this is a contradiction. Therefore, B S n F 1 F 2 has no isolated vertex. The proof of Claim 1 is complete.
Let u V ( B n ) \ ( F 1 F 2 ) . By Claim 1, u has at least one neighbor in B n F 1 F 2 . Since the vertex set pair ( F 1 , F 2 ) is not satisfied with any one condition in Theorem 10, by the condition (1) of Lemma 10, for any pair of adjacent vertices u , w V ( B n ) \ ( F 1 F 2 ) , there is no vertex v F 1 Δ F 2 such that u w E ( B n ) and v w E ( B n ) . It follows that u has no neighbor in F 1 Δ F 2 . By the arbitrariness of u, there is no edge between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 . Since F 2 \ F 1 and F 1 is a 3-good-neighbor faulty set, δ B n ( [ F 2 \ F 1 ] ) 3 . By Lemma 8, | F 2 \ F 1 | 8 . Since both F 1 and F 2 are 3-good-neighbor faulty sets, and there is no edge between V ( B n ) \ ( F 1 F 2 ) and F 1 Δ F 2 , F 1 F 2 is a 3-good-neighbor cut of B n . By Theorem 5, we have | F 1 F 2 | 8 n 32 . Therefore, | F 2 | = | F 2 \ F 1 | + | F 1 F 2 | 8 + ( 8 n 32 ) = 8 n 24 , which contradicts | F 2 | 8 n 25 . Therefore, B n is 3-good-neighbor ( 8 n 25 ) -diagnosable and t 3 ( B n ) 8 n 25 . The proof is complete. □
Combining Lemmas 17 and 18, we have the following theorem.
Theorem 13.
Let n 7 . Then the 3-good-neighbor diagnosability of the bubble-sort graph B n under the M M model is 8 n 25 .

5. Conclusions

In this paper, we investigate the problem of g-good-neighbor diagnosability of the n-dimensional bubble-sort graph B n under the PMC model and MM model and show g-good-neighbor diagnosability of B n is 2 g ( n g ) 1 under the PMC model for g = 0 , 1 , 2 , 3 and the MM model for g = 0 , 1 , 2 , 3 , respectively.
The work will help engineers to develop more different networks.

Author Contributions

S.W. and Z.W. conceived and designed the study and wrote the manuscript. S.W. revised the manuscript. All authors read and approved the final manuscript.

Funding

This work is supported by the National Natural Science Foundation of China (61772010) and the Science Foundation of Henan Normal University (Xiao 20180529, 20180454).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Preparata, F.P.; Metze, G.; Chien, R.T. On the connection assignment problem of diagnosable systems. IEEE Trans. Comput. 1967, 16, 848–854. [Google Scholar] [CrossRef]
  2. Barsi, F.; Grandoni, F.; Maestrini, P. A Theory of Diagnosability of Digital Systems. IEEE Trans. Comput. 1976, 25, 585–593. [Google Scholar] [CrossRef]
  3. Maeng, J.; Malek, M. A comparison connection assignment for self-diagnosis of multiprocessor systems. In Proceedings of the 11th International Symposium on Fault-Tolerant Computing, Portland, OR, USA, 24–26 June 1981; pp. 173–175. [Google Scholar]
  4. Dahbura, A.T.; Masson, G.M. An O(n2.5) Fault identification algorithm for diagnosable systems. IEEE Trans. Comput. 1984, 33, 486–492. [Google Scholar] [CrossRef]
  5. Peng, S.-L.; Lin, C.-K.; Tan, J.J.M.; Hsu, L.-H. The g-good-neighbor conditional diagnosability of hypercube under PMC model. Appl. Math. Comput. 2012, 218, 10406–10412. [Google Scholar] [CrossRef]
  6. Chang, N.-W.; Hsieh, S.-Y. Structural properties and conditional diagnosability of star graphs by using the PMC Model. IEEE Trans. Parallel Distrib. Syst. 2014, 25, 3002–3011. [Google Scholar] [CrossRef]
  7. Cheng, E.; Lipták, L. Fault resiliency of Cayley graphs generated by transpositions. Int. J. Found. Comput. Sci. 2007, 18, 1005–1022. [Google Scholar] [CrossRef]
  8. Fan, J. Diagnosability of crossed cubes under the comparison diagnosis model. IEEE Trans. Parallel Distrib. Syst. 2002, 13, 1099–1104. [Google Scholar]
  9. Hu, S.-C.; Yang, C.-B. Fault tolerance on star graphs. In Proceedings of the First Aizu International Symposium on Parallel Algorithms/Architecture Synthesis, Aizu-Wakamatsu, Japan, 15–17 March 1995; pp. 176–182. [Google Scholar]
  10. Lai, P.-L.; Tan, J.J.M.; Chang, C.-P.; Hsu, L.-H. Conditional diagnosability measures for large multiprocessor systems. IEEE Trans. Comput. 2005, 54, 165–175. [Google Scholar] [Green Version]
  11. Lin, C.-K.; Tan, J.J.M.; Hsu, L.-H.; Cheng, E.; Lipták, L. Conditional diagnosability of Cayley graphs generated by transposition trees under the comparison diagnosis Model. J. Interconnect. Netw. 2008, 9, 83–97. [Google Scholar] [CrossRef]
  12. Ren, Y.; Wang, S. Diagnosability of bubble-sort graph networks under the comparison diagnosis model. In Proceedings of the 2015 International Conference on Computational Intelligence and Communication Networks, Jabalpur, India, 12–14 December 2015; pp. 823–826. [Google Scholar]
  13. Wang, M.; Guo, Y.; Wang, S. The 1-good-neighbor diagnosability of Cayley graphs generated by transposition trees under the PMC model and MM* model. Int. J. Comput. Math. 2017, 94, 620–631. [Google Scholar] [CrossRef]
  14. Wang, M.; Lin, Y.; Wang, S. The 1-good-neighbor connectivity and diagnosability of Cayley graphs generated by complete graphs. Discret. Appl. Math. 2018, 246, 108–118. [Google Scholar] [CrossRef]
  15. Wang, M.; Lin, Y.; Wang, S. The connectivity and nature diagnosability of expanded k-ary n-cubes. RAIRO-Theor. Inform. Appl. 2017, 51, 71–89. [Google Scholar] [CrossRef]
  16. Wang, S.; Ren, Y. g-Good-neighbor diagnosability of arrangement graphs under the PMC model and MM* model. Information 2018, 9, 275. [Google Scholar] [CrossRef]
  17. Wang, S.; Zhao, L. A note on the nature diagnosability of alternating group graphs under the PMC model and MM* model. J. Interconnect. Netw. 2018, 18, 1850005. [Google Scholar] [CrossRef]
  18. Wang, S.; Wang, M. The g-good-neighbor and g-extra diagnosability of networks. Theor. Comput. Sci. 2018, in press. [Google Scholar] [CrossRef]
  19. Wang, S.; Han, W. The g-good-neighbor conditional diagnosability of n-dimensional hypercubes under the MM* model. Inf. Process. Lett. 2016, 116, 574–577. [Google Scholar] [CrossRef]
  20. Yuan, J.; Liu, A.; Ma, X.; Liu, X.; Qin, X.; Zhang, J. The g-good-neighbor conditional diagnosability of k-ary n-cubes under the PMC model and MM* model. IEEE Trans. Parallel Distrib. Syst. 2015, 26, 1165–1177. [Google Scholar] [CrossRef]
  21. Zheng, J.; Latifi, S.; Regentova, E.; Luo, K.; Wu, X. Diagnosability of star graphs under the comparison diagnosis Model. Inf. Process. Lett. 2005, 93, 29–36. [Google Scholar] [CrossRef]
  22. Bondy, J.A.; Murty, U.S.R. Graph Theory; Springer: New York, NY, USA, 2007. [Google Scholar]
  23. Hungerford, T.W. Algebra; Springer: New York, NY, USA, 1974. [Google Scholar]
  24. Akers, S.B. Balakrishnan Krishnamurthy, A group-theoretic model for symmetric interconnection networks. IEEE Trans. Comput. 1989, 38, 555–566. [Google Scholar] [CrossRef]
  25. Cheng, E.; Lipták, L.; Shawash, N. Orienting Cayley graphs generated by transposition trees. Comput. Math. Appl. 2008, 55, 2662–2672. [Google Scholar] [CrossRef] [Green Version]
  26. Yang, W.; Li, H.; Meng, J. Conditional connectivity of Cayley graphs generated by transposition trees. Inf. Process. Lett. 2010, 110, 1027–1030. [Google Scholar] [CrossRef]
  27. Shi, L.-S.; Wu, P. Conditional connectivity of bubble sort graphs. Acta Math. Appl. Sin. 2017, 33, 933–944. [Google Scholar] [CrossRef]
Figure 1. The bubble-sort graphs B 2 , B 3 and B 4 .
Figure 1. The bubble-sort graphs B 2 , B 3 and B 4 .
Information 10 00021 g001
Figure 2. Illustration of a distinguishable pair ( F 1 , F 2 ) under Preparata, Metze, and Chien’s (PMC) model.
Figure 2. Illustration of a distinguishable pair ( F 1 , F 2 ) under Preparata, Metze, and Chien’s (PMC) model.
Information 10 00021 g002
Figure 3. Illustration of a distinguishable pair ( F 1 , F 2 ) under Maeng and Malek’s (MM)* model.
Figure 3. Illustration of a distinguishable pair ( F 1 , F 2 ) under Maeng and Malek’s (MM)* model.
Information 10 00021 g003

Share and Cite

MDPI and ACS Style

Wang, S.; Wang, Z. The g-Good-Neighbor Diagnosability of Bubble-Sort Graphs under Preparata, Metze, and Chien’s (PMC) Model and Maeng and Malek’s (MM)* Model. Information 2019, 10, 21. https://doi.org/10.3390/info10010021

AMA Style

Wang S, Wang Z. The g-Good-Neighbor Diagnosability of Bubble-Sort Graphs under Preparata, Metze, and Chien’s (PMC) Model and Maeng and Malek’s (MM)* Model. Information. 2019; 10(1):21. https://doi.org/10.3390/info10010021

Chicago/Turabian Style

Wang, Shiying, and Zhenhua Wang. 2019. "The g-Good-Neighbor Diagnosability of Bubble-Sort Graphs under Preparata, Metze, and Chien’s (PMC) Model and Maeng and Malek’s (MM)* Model" Information 10, no. 1: 21. https://doi.org/10.3390/info10010021

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