Next Article in Journal
RNDLP: A Distributed Framework for Supporting Continuous k-Similarity Trajectories Search over Road Network
Next Article in Special Issue
An Efficient GNSS Coordinate Classification Strategy with an Adaptive KNN Algorithm for Epidemic Management
Previous Article in Journal
Numerical Analysis of Blood Clot Mechanical Behavior in Relation to Blood Flow Inside the Popliteal Vein
Previous Article in Special Issue
Two Combinatorial Algorithms for the Constrained Assignment Problem with Bounds and Penalties
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Validation of the Phenomenon of Linearly Many Faults on Burnt Pancake Graphs with Its Applications

1
Department of Science and Technology, China University of Political Science and Law, Beijing 102249, China
2
Institute of Information and Decision Sciences, National Taipei University of Business, Taipei 10051, Taiwan
*
Author to whom correspondence should be addressed.
Mathematics 2024, 12(2), 268; https://doi.org/10.3390/math12020268
Submission received: 7 December 2023 / Revised: 10 January 2024 / Accepted: 12 January 2024 / Published: 14 January 2024
(This article belongs to the Special Issue Graph Theory: Advanced Algorithms and Applications)

Abstract

:
“Linearly many faults” is a phenomenon observed by Cheng and Lipták in which a specific structure emerges when a graph is disconnected and often occurs in various interconnection networks. This phenomenon means that if a certain number of vertices or edges are deleted from a graph, the remaining part either stays connected or breaks into one large component along with smaller components with just a few vertices. This phenomenon can be observed in many types of graphs and has important implications for network analysis and optimization. In this paper, we first validate the phenomenon of linearly many faults for surviving graph of a burnt pancake graph B P n when removing any edge subset with a size of approximately six times λ ( B P n ) . For graph G, the -component edge connectivity denoted as λ ( G ) (resp., the -extra edge connectivity denoted as λ ( ) ( G ) ) is the cardinality of a minimum edge subset S such that G S is disconnected and has at least components (resp., each component of G S has at least + 1 vertices). Both λ ( G ) and e λ ( ) ( G ) are essential metrics for network reliability assessment. Specifically, from the property of “linearly many faults”, we may further prove that λ 5 ( B P n ) = λ ( 3 ) ( B P n ) + 3 = 4 n 3 for n 5 ; λ 6 ( B P n ) = λ ( 4 ) ( B P n ) + 4 = 5 n 4 and λ 7 ( B P n ) = λ ( 5 ) ( B P n ) + 5 = 6 n 5 for n 6 .

1. Introduction

Investigating interconnection networks and their intrinsic properties is crucial for developing efficient parallel and distributed computer systems. A simple undirected graph represents the underlying topology of such a system called an interconnection network, where vertices represent a processor, and edges represent communication links between processors. Therefore, a well-structured network topology can lead to higher benefits for the system operation, including fault-tolerant data transmission and system reliability. For convenience, the terms graphs and networks are used interchangeably.

1.1. Background

It is almost impossible to design a multiprocessor system without defects. Connectivity  κ ( G ) and edge connectivity λ ( G ) are used to adjudicate a network’s reliability and fault tolerance. Usually, a fundamental property of an interconnection network is that it must possess regularity (i.e., every vertex in the network has the same degree). In particular, it is better if it meets the maximal connectivity (i.e., the connectivity equals the regularity of the graph). It is interesting to think about what would happen if we were to remove more than n vertices or edges from an n-regular graph. In such cases, two possible scenarios could arise. Either the resulting graph would remain connected, or it would split into several components, with the smaller component containing just a singleton. Further, one may wonder what exactly would happen if about 2 n , 3 n , 4 n , 5 n , or more vertices or edges were further removed. When multiple failures occur at the same time and the graph becomes disconnected, the best-case scenario is when a large component containing most of the remaining vertices is retained, along with some smaller components. This way, the subnetwork represented by the large component can continue to function effectively. In fact, this phenomenon of a disconnected graph caused by failures was first discovered in the pioneering work of Yang et al. [1]. Later, Cheng and Lipt’ak [2] popularized this concept and formally called this phenomenon the “linear many faults” property. Since then, this property has attracted much attention in the research for other networks, e.g., Cayley graphs generated by transposition trees [2], 2-tree [3], transposition triangle free unicyclic graphs [4], ( n , k ) -star graphs [5], arrangement graphs [6], augmented cubes [7], and dual-cube-like networks [8]. Mainly, this property can export network metrics related to fault tolerance [9,10,11,12].
Regarding Cayley graphs generated by transposition trees, we let Γ be a finite group and S a subset of Γ . The Cayley digraph of Γ generated by S, denoted by Cay ( Γ , S ) , is digraph with vertex set Γ and arc set { ( γ , γ s ) | γ Γ and s S } . If S does not include the identity and S = S 1 = { s 1 | s S } , then Cay ( Γ , S ) is an undirected simple graph. We let [ n ] = { 1 , 2 , , n } , S y m ( n ) be the symmetric group on [ n ] , and T be a set of transpositions of S y m ( n ) . Then, Cay ( S y m ( n ) , T ) is called the Cayley graphs generated by transposition tree T if G ( T ) is a tree with the vertex set [ n ] such that edge u v E ( G ( T ) ) if and only if the corresponding transposition ( u v ) T .
To better understand the reliability of networks, Harary [13] proposed a concept called conditional connectivity which involves attaching certain conditions to connected components. Additionally, Fábrega and Fiol [14] introduced two generalizations of classical connectivity, namely extra connectivity and extra edge connectivity, which help to ensure the scale of each component. Later on, Sampathkumar [15] and Chartrand et al. [16] independently introduced a generalization of classical (edge) connectivity regarding the number of components for disconnected graphs, the former called general connectivity and the latter called generalized connectivity. Henceforth, we adopt appropriate terms called component connectivity and component edge connectivity, suggested by Hsu et al. [17] and Zhao et al. [18], respectively. For the recent results of interconnection networks, please refer to [19,20,21,22,23] for extra (edge) connectivity, [24,25,26,27,28,29] for component (edge) connectivity, and [12,30,31,32] for relationship between these two kinds of (edge) connectivity. In addition, for research on connectivity related to diverse graph indices (such as the Wiener index, the Zagreb index, the Randic index, etc.) with fuzzy information and their applications, please refer to [33,34,35,36].
This paper investigates the “linear many faults” property on a burnt pancake graph B P n , which is the Cayley graph of the group of signed permutations generated by prefix reversals and defined by Gates and Papadimitriou in 1979 [37]. B P n attracts the attention of researchers mainly because of another accompanying interesting definition called the pancake graph, which refers to the mathematic puzzle of sorting a pile of unordered pancakes in the size order. In this case, a spatula could be inserted anywhere in the pancake stack to flip all the pancakes above it. The minimum number of flips required to sort the given pancakes is called the pancake number. Hence, the operation of flips is called the prefix reversal when we treat the stack of pancakes as a sequence of symbols, and acquiring the pancake number is equal to obtaining the diameter of the pancake graph. Then, B P n introduces the change in positive and negative signs, making this question more interesting. However, there has yet to be a general solution to the diameter problem of these two classes of graphs so far [38].
For burnt pancake graphs, the earliest research mainly pursued their diameters, while the current research focuses on exploring fault tolerance [39,40] and diagnosis [40,41]. In addition, many diverse connectivities have been investigated in the literature, including spanning connectivity [42], structure connectivity [43], neighbor connectivity [44,45], and component connectivity [25,28]. Following the direction of probing connectivity, this paper first proves that when removing any edge subset with a size of approximately six times λ ( B P n ) , the surviving graph possesses the “linearly many faults” property. According to this characteristic, we obtain component edge connectivity and extra edge connectivity of B P n for certain dimensions n, extending the results of [30]. Specifically, we prove that λ 5 ( B P n ) = λ ( 3 ) ( B P n ) + 3 = 4 n 3 for n 5 ; λ 6 ( B P n ) = λ ( 4 ) ( B P n ) + 4 = 5 n 4 and λ 7 ( B P n ) = λ ( 5 ) ( B P n ) + 5 = 6 n 5 for n 6 .

1.2. Organization

Section 2 introduces definitions and necessary terminologies and notations. Also, burnt pancake graphs and related properties are given. Section 3 shows the existence of the “linearly many faults” property for the surviving graph of B P n when the removal of an edge subset with a size of approximately six times λ ( B P n ) . Section 4 obtains some relations between component edge connectivity and extra edge connectivity of B P n through the derived property. Finally, we add concluding remarks in Section 5.

2. Preliminaries

2.1. Definitions and Terminologies

Let G = ( V ( G ) , E ( G ) ) be a graph. Two vertices u and v are adjacent if they are joined by an edge, where u and v are called neighbors to each other. For vertex u V ( G ) , let N G ( u ) be the set of neighbors of u in G. For U V ( G ) , the open neighborhood of U in G is defined as N G ( U ) = u U N G ( u ) U . The edge neighborhood of U in G, denoted as N E ( G ) ( U ) (or N E ( U ) ), is the set of edges incident with at least one vertex of U in G. Also, denote G [ U ] the subgraph of G induced by U. For two disjoint subgraphs (or vertex sets) H 1 and H 2 , let E ( H 1 , H 2 ) be the set of edges with one end in H 1 and the other in H 2 . A cycle (resp., path) of length k is called a k-cycle (resp., k-path), denoted by C k (resp., P k ).
Let G be a graph. The connectivity (resp., edge connectivity) of G, denoted by κ ( G ) (resp., λ ( G ) ), is the minimum number of vertices (resp., edges) that need to be removed to disconnect G or become a trivial graph. For S V ( G ) (resp., S E ( G ) ), let G S be the graph that removes vertices (resp., edges) of S from G. Particularly, S is a vertex-cut (resp., edge-cut) of G provided G S is disconnected. In G S , the component with the largest number of vertices is called the large component, and a component that is not the largest one is called the smaller component.
Graph G is super h-vertex-connected (resp., super h-edge-connected) of order q if, after deleting at most h vertices (resp., h edges), the resulting graph is either connected or has one large component along with smaller components containing totally at most q vertices. In other words, the resulting graph has a component of size at least | V ( G F ) | q with | F | h . The following result is helpful throughout the paper.
Proposition 1
([9]). Let q 1 be an integer. If a connected graph G with at least max { m + 2 q + 4 , 3 q + 1 } vertices is super-m-vertex-connected of order q, then G is super-m-edge-connected of order q.
Definition 1
(see [17]). Let G be a connected graph and F E ( G ) . If G F is disconnected and has at least ℓ components, then F is called anℓ-component edge-cut. The ℓ-component edge connectivity of G, denoted by λ ( G ) , is the cardinality of a minimum ℓ-component edge-cut of G. Obviously, λ + 1 ( G ) λ ( G ) and λ 2 ( G ) = λ ( G ) for every positive integer ℓ.
Definition 2
(see [14]). Let G be a connected graph and F E ( G ) . If G F is disconnected and every component of G F has at least h + 1 vertices, then F is called an h-extra edge-cut. The h-extra edge connectivity of G, denoted by λ ( h ) ( G ) , is the cardinality of a minimum h-extra edge-cut, if it exists. Obviously, λ ( h + 1 ) ( G ) λ ( h ) ( G ) and λ ( 0 ) ( G ) = λ ( G ) .
Lemma 1
(see [30]). Let H be a connected graph and k < | V ( H ) | / 2 be an integer. Let
X * = arg min X V ( H ) { | E ( X , H X ) | : | X | = k , H [ X ] and H X are connected subgraphs } ,
h = | E ( X * , H X * ) | , and = | E ( H [ X * ] ) | . If H fulfills the following:
(i)
For F E ( H ) with | F | h 1 , H F has a large component along with small components containing totally at most k 1 vertices;
(ii)
For F E ( H ) with | F | h + 1 , H F has at most k components;
then λ k + 1 ( H ) = h + = λ ( k 1 ) ( H ) + .

2.2. Burnt Pancake Graphs B P n

We put a negative sign on the top of a symbol for notational convenience, e.g., k ¯ = k . We let [ n ] = { 1 , 2 , , n } and n = [ n ] { k ¯ : k [ n ] } . A signed permutation of [ n ] is an permutation x 1 x 2 x n of n such that | x 1 | | x 2 | | x n | (each element takes the absolute value) forms a permutation of [ n ] . For signed permutation x = x 1 x 2 x i x n of n and integer i [ n ] , the ith prefix reversal of x is defined by x i = x ¯ i x ¯ i 1 x ¯ 1 x i + 1 x n .
Definition 3
(see [37]). An n-regular graph B P n with n ! 2 n vertices is called the n-dimensional burnt pancake network if every vertex of B P n has a unique label from the signed permutation of n such that u v E ( B P n ) if and only if u i = v for i [ n ] . The edge u v is called an i-dimensional edge and u is called the i-neighbor of v, and vice versa.
Figure 1 depicts B P n for all n [ 3 ] , where we use different types of line to draw distinct dimensional edges. Clearly, every vertex of B P n has a unique k-neighbor for k [ n ] . By definition, B P n is decomposed into 2 n vertex-disjoint subgraphs B P n k for k n such that every vertex in a subgraph fixes the symbol k in the rightmost position. Clearly, B P n k is isomorphic to B P n 1 . An external edge of B P n is one whose two ends are in distinct B P n k s. For u V ( B P n i ) , the unique neighbor outside B P n k is called the external neighbor of u. Indeed, an external edge is an n-dimensional edge. Also, E j , k ( B P n ) denotes the set of edges between B P n j and B P n j for j , k n with j k .
Lemma 2
(see [39,42,46]). For B P n , the following properties hold:
(1)
B P n is an n-regular graph with n × 2 n 1 × n ! edges. | E j , k ( B P n ) | = 2 n 2 × ( n 2 ) ! if j k ¯ , and | E j , k ¯ ( B P n ) | = 0 .
(2)
For n 2 , κ ( B P n ) = λ ( B P n ) = n .
(3)
For n 2 , the girth of B P n is g ( B P n ) = 8 .
Lemma 3
(see [40,41]). For n 4 , we let F be a vertex-cut of B P n . The following properties hold:
(1)
If | F | 2 n 2 , B P n F has two components, one of which is a singleton or an edge. Furthermore, if the small component is an edge, then F is the neighborhood of this edge and | F | = 2 n 2 .
(2)
If | F | 3 n 5 , B P n F has a large component along with smaller components containing totally at most two vertices.
(3)
If | F | 4 n 7 , B P n F has a large component along with smaller components containing totally at most three vertices.
Lemma 4
(see [28]). For n 5 , we let F be a vertex-cut of B P n . If | F | 5 n 9 , B P n F contains a large component along with smaller components containing totally at most four vertices.
Lemma 5.
For n 4 , we let F be an edge-cut of B P n . The following properties hold:
(1)
If | F | 2 n 2 , B P n F has two components, one of which is a singleton or an edge. Furthermore, if the small component is an edge, then F is the neighborhood of this edge and | F | = 2 n 2 .
(2)
If | F | 3 n 5 , B P n F has a large component along with smaller components containing totally at most two vertices.
(3)
If | F | 4 n 7 , B P n F has a large component along with smaller components containing totally at most three vertices.
Proof. 
By Lemma 3, B P n is super- ( 2 n 3 ) -vertex-connected of order 1, ( 3 n 5 ) -vertex-connected of order 2, and ( 4 n 7 ) -vertex-connected of order 3, respectively. We note that | V ( B P n ) | = n ! 2 n > max { ( 2 n 3 ) + 2 × 1 + 4 , 3 × 1 + 1 } (resp., n ! 2 n > max { ( 3 n 5 ) + 2 × 2 + 4 , 3 × 2 + 1 } and n ! 2 n > max { ( 4 n 7 ) + 2 × 3 + 4 , 3 × 3 + 1 } ) for n 4 . By Proposition 1, B P n is super- ( 2 n 3 ) -edge-connected of order 1, ( 3 n 5 ) -edge-connected of order 2, and ( 4 n 7 ) -edge-connected of order 3, respectively. Thus, the lemma follows. □
Lemma 6.
For n 5 , we let F be an edge-cut of B P n . If | F | 5 n 9 , B P n F has a large component along with smaller components containing totally at most four vertices.
Proof. 
By Lemma 4, B P n is super- ( 5 n 9 ) -vertex-connected of order 4. We note that | V ( B P n ) | = n ! 2 n > max { ( 5 n 9 ) + 2 × 4 + 4 , 3 × 4 + 1 } = max { 5 n + 3 , 13 } for n 5 . By Proposition 1, B P n is super- ( 5 n 9 ) -edge-connected of order 4, and the result holds. □

3. Linearly Many Faults in Burnt Pancake Graphs

In this section, we focus on the linearly many faults in burnt pancake graphs.
Lemma 7.
For B P n with n 4 and X V ( B P n ) , if | X | = 4 , then | E ( X , B P n X ) | 4 n 6 and | N E ( B P n ) ( X ) | 4 n 3 .
Proof. 
Let X = { u , v , x , y } . Note that B P n has no k-cycle for k 4 . By Lemma 2, κ ( B P n ) = λ ( B P n ) = n and g ( B P n ) = 8 .
If B P n [ X ] contains four singletons, then | E ( X , B P n X ) | = | N E ( B P n ) ( X ) | = 4 n .
If B P n [ X ] contains two singletons and an edge, then | E ( X , B P n X ) | = 2 n + 2 ( n 1 ) = 4 n 2 and | N E ( B P n ) ( X ) | = 4 n 2 + 1 = 4 n 1 .
If B P n [ X ] contains (i) two edges or (ii) a 2-path and a singleton, then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 1 ) = 4 n 4 and | N E ( B P n ) ( X ) | = 4 n 4 + 2 = 4 n 2 .
If B P n [ X ] contains (i) a 3-path or (ii) a graph isomorphic to K 1 , 3 , then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 2 ) = 4 n 6 and | N E ( B P n ) ( X ) | = 4 n 6 + 3 = 4 n 3 .
Table 1 lists all cases of B P n [ X ] . Hence, | E ( X , B P n X ) | 4 n 6 and | N E ( B P n ) ( X ) | 4 n 3 . □
Lemma 8.
For B P n with n 4 and X V ( B P n ) , if | X | = 5 , then | E ( X , B P n X ) | 5 n 8 and | N E ( B P n ) ( X ) | 5 n 4 .
Proof. 
Let X = { x , y , z , u , v } . Note that B P n has no k-cycle for k 5 . By Lemma 2, κ ( B P n ) = λ ( B P n ) = n and g ( B P n ) = 8 .
If B P n [ X ] contains five singletons, then | E ( X , B P n X ) | = | N E ( B P n ) ( X ) | = 5 n .
If B P n [ X ] contains three singletons and an edge, then | E ( X , B P n X ) | = 3 n + 2 ( n 1 ) = 5 n 2 and | N E ( B P n ) ( X ) | = 5 n 2 + 1 = 5 n 1 .
If B P n [ X ] contains (i) two edges and a singleton or (ii) a 2-path and two singletons, then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 1 ) + n = 5 n 4 (resp., | E ( X , B P n X ) | = 2 ( n 1 ) + ( n 2 ) + 2 n = 5 n 4 ) and | N E ( B P n ) ( X ) | = 5 n 4 + 2 = 5 n 2 .
If B P n [ X ] contains (i) a 2-path and an edge, (ii) a 3-path and a singleton, or (iii) a graph isomorphic to K 1 , 3 and a singleton, then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 1 ) + n 2 = 5 n 6 and | N E ( B P n ) ( X ) | = 5 n 6 + 3 = 5 n 3 .
If B P n [ X ] contains (i) a 4-path, (ii) a graph isomorphic to K 1 , 4 , or (iii) a tree with five vertices, then | E ( X , B P n X ) | = 2 ( n 1 ) + 3 ( n 2 ) = 5 n 8 and | N E ( B P n ) ( X ) | = 5 n 8 + 4 = 5 n 4 .
All cases of the induced subgraph B P n [ X ] are listed in Table 2 (see Figure 2a–c). Hence, | E ( X , B P n X ) | 5 n 8 and | N E ( B P n ) ( X ) | 5 n 4 . □
Lemma 9.
For B P n with n 4 and X V ( B P n ) , if | X | = 6 , then | E ( X , B P n X ) | 6 n 10 and | N E ( B P n ) ( X ) | 6 n 5 .
Proof. 
Let X = { x , y , z , u , v , w } . Note that B P n has no k-cycle for k 6 . By Lemma 2, κ ( B P n ) = λ ( B P n ) = n and g ( B P n ) = 8 .
If B P n [ X ] contains six singletons, then | E ( X , B P n X ) | = | N E ( B P n ) ( X ) | = 6 n .
If B P n [ X ] contains four singletons and an edge, then | E ( X , B P n X ) | = 4 n + 2 ( n 1 ) = 6 n 2 and | N E ( B P n ) ( X ) | = 6 n 2 + 1 = 6 n 1 .
If B P n [ X ] contains (i) two edges and two singleton or (ii) a 2-path and three singletons, then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 1 ) + 2 n = 6 n 4 (resp., | E ( X , B P n X ) | = 2 ( n 1 ) + ( n 2 ) + 3 n = 6 n 4 ) and | N E ( B P n ) ( X ) | = 6 n 4 + 2 = 6 n 2 .
If B P n [ X ] contains (i) a 3-path and two singletons, (ii) three edges, or (iii) an edge, a 2-path and a singleton, then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 2 ) + 2 n = 6 n 6 and | N E ( B P n ) ( X ) | = 6 n 6 + 3 = 6 n 3 .
If B P n [ X ] contains (i) a singleton and a tree with five vertices Figure 2a–c, (ii) an edge and a 3-path or a graph isomorphic to K 1 , 3 , or (iii) two 2-paths, then | E ( X , B P n X ) | = 2 ( n 1 ) + 2 ( n 1 ) + 2 ( n 2 ) = 6 n 8 and | N E ( B P n ) ( X ) | = 6 n 8 + 4 = 6 n 4 .
If B P n [ X ] contains (i) a 5-path, (ii) a graph isomorphic to K 1 , 5 , or (iii) a tree with 6 vertices, isomorphic to one of Figure 3b–d, then | E ( X , B P n X ) | = 2 ( n 1 ) + 4 ( n 2 ) = 6 n 10 and | N E ( B P n ) ( X ) | = 6 n 10 + 5 = 5 n 5 .
All cases of the induced subgraph B P n [ X ] are listed in Table 3 (see Figure 3). Hence, | E ( X , B P n X ) | 6 n 10 and | N E ( B P n ) ( X ) | 6 n 5 . □
Figure 3. (af) Six trees with six vertices.
Figure 3. (af) Six trees with six vertices.
Mathematics 12 00268 g003
Lemma 10.
For B P n with n 4 and W V ( B P n ) , if | W | = 7 , then | E ( W , B P n W ) | 7 n 12 and | N E ( B P n ) ( W ) | 7 n 6 .
Proof. 
By Lemma 2, we have g ( B P n ) = 8 . We let H be a connected subgraph of B P n that does not contain a 6-path. Then, any vertex x V ( B P n ) V ( H ) can connect to at most one vertex in H; otherwise, the subgraph induced by V ( H ) { x } produces a cycle of length of less than 8. Particularly, we consider H a component of B P n [ X ] , where X is a subset of V ( B P n ) with | X | = 6 shown in Table 3. We let t be the number of components of B P n [ X ] and let W = X { x } , where x V ( B P n ) X . Clearly, | E ( x , B P n { x } ) | = | N E ( B P n ) ( x ) | = n and, from the above reasoning, x may connect to at most t vertices of X in B P n , i.e., | E ( { x } , X ) | t . By checking all sixteen cases in Table 3, we have | E ( X , B P n X ) | 2 | E ( { x } , X ) | | E ( X , B P n X ) | 2 t 6 n 12 and | N E ( B P n ) ( X ) | | E ( { x } , X ) | | N E ( B P n ) ( X ) | t 6 n 6 . Thus,
| E ( W , B P n W ) | = | E ( X { x } , B P n ( X { x } ) ) | = | E ( x , B P n { x } ) | + | E ( U , B P n X ) | 2 | E ( { x } , X ) | n + ( 6 n 12 ) = 7 n 12
and
| N E ( B P n ) ( W ) | = | N E ( B P n ) ( X { x } ) | = | N E ( B P n ) ( x ) | + | N E ( B P n ) ( X ) | | E ( { x } , X ) | n + ( 6 n 6 ) = 7 n 6 ,
as desired. □
We recall that B P n is decomposed into 2 n vertex-disjoint subgraphs B P n i for i n by fixing symbol i in the rightmost position for each vertex where each B P n i is isomorphic to B P n 1 . Henceforth, we consider F to be an edge-cut of B P n and let F i = F E ( B P n i ) and f i = | F i | for each i n . We let F c = F i n F i and f c = | F c | . We let I = { i n : f i n 1 } and J = n I . Also, we define
F I = i I F i , F J = j J F j , f I = | F I | , f J = | F J | , and B P n J = B P n [ j J V ( B P n j ) ] .
Theorem 1.
For n 5 , we let B P n be the n-dimensional burnt pancake graph and F E ( B P n ) be an arbitrary edge set. If | F | 6 n 11 , then B P n F either is connected to or contains a large component along with smaller components containing totally at most five vertices.
Proof. 
We suppose that B P n F is disconnected and let M be the union of smaller components of B P n F . By the definition of M, it suffices to show that | V ( M ) | 5 . Since | F | 6 n 11 and f i n 1 for i I , we have | I | 5 . Then, | J | = 2 n | I | 2 n 5 5 when n 5 . For each j J , as each subgraph B P n j is isomorphic to B P n 1 , by Lemma 2(2), we have f j < n 1 = λ ( B P n 1 ) , and thus B P n j F j is connected. We claim that the following remark holds.
Remark 1.
B P n J F J is connected.
For j , k J and j k ¯ , by Lemma 2(1), we have | E j , k ( B P n ) | = ( n 2 ) ! × 2 n 2 > 6 n 11 when n 5 . Thus, B P n j F j is connected with B P n k F k through an external edge. Moreover, since | J | 5 , if k , k ¯ J , there exists j J { k , k ¯ } such that B P n j F j is connected to each of B P n k F k and B P n k ¯ F k ¯ through external edges. Therefore, B P n J F J is connected.
We prove the theorem by induction on n, and the proof is separated into two parts: Part I for base case ( n = 5 ) and Part II for induction step ( n 6 ).
For base case, if n = 5 , then | F | 6 n 11 = 19 . We note that B P 5 can be decomposed into 10 vertex-disjoint subgraphs, denoted by B P 5 i , by fixing symbol i in the rightmost position of each vertex for i 5 . Obviously, B P 5 i is isomorphic to B P 4 . As I = { i 5 : f i n 1 = 4 } , we have | I | 4 ; otherwise, | F | ( n 1 ) | I | 4 × 5 > 19 . By Remark 1, B P 5 J F J is connected. If | I | = 0 , then B P 5 F = B P 5 J F J is connected; the result holds. We now consider 1 | I | 4 . For each i I , we let S i V ( B P n i ) be the set of vertices that do not belong to the large component of B P n i F i . We consider the following cases.
Case I-1. | I | = 1 . We let I = { i } . For 4 f i 11 = 5 ( n 1 ) 9 , if B P 5 i F i is disconnected, by Lemma 6, it has a large component and is with | S i | 4 . Since every vertex of B P 5 i has an external edge, there are 2 n 1 ( n 1 ) ! = 4 ! × 2 4 edges between B P 5 i and B P 5 J F J . Also, since 4 ! × 2 4 > 19 | F | , the large component of B P 5 i F i is connected to B P 5 J F J . This implies that | V ( M ) | | S i | 4 (see Figure 4a).
It remains to consider 12 f i 19 . In this case, we have f c | F | f i 19 12 = 7 . Since every vertex of M has exactly one external neighbor, we have | V ( M ) | f c 7 . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P 5 V ( M ) ) | 6 n 10 = 20 > 19 , a contradiction. Similarly, if | V ( M ) | = 7 , by Lemma 10, | F | | E ( V ( M ) , B P n V ( M ) ) | 7 n 12 = 23 > 19 , a contradiction. This implies that | V ( M ) | 5 (see Figure 4b).
Case I-2. | I | = 2 . We let I = { i , j } and, without loss of generality, we suppose f i f j . Since | F | 19 , we have 4 f i 9 ; otherwise, f i + f j 2 f i 20 . We first consider 4 f j 9 . For each I , as f 9 = 4 ( n 1 ) 7 , by Lemma 5(3), if B P 5 F is disconnected, it has a large component and is with | S | 3 . Thus, | V ( M ) | | S i | + | S j | 6 . A proof similar to Case 1 shows that the large component of B P n F is connected to B P n J F J . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P n V ( M ) ) | 6 n 10 = 20 > 19 , a contradiction. This implies that | V ( M ) | 5 .
It remains to consider 10 f j | F | f i 19 4 = 15 . In this situation, f c | F | f i f j 19 4 10 = 5 , which means that at most five faulty external edges. Since every vertex in M has exactly one external neighbor, we have | V ( M ) | f c 5 .
Case I-3. | I | = 3 . We let I = { i , j , k } . Without loss of generality, we suppose f i f j f k . Since | F | 19 , we have 4 f i f j f k 19 2 × 4 = 11 . If f j 8 , then | F | = f i + f j + f k 4 + 2 × 8 = 20 , a contradiction. Thus, 4 f i f j 7 . We first consider 4 f i f j f k 7 = 3 ( n 1 ) 5 . For each I , if B P n F is disconnected, by Lemma 5(2), it has large components and is with | S | 2 . Thus, | V ( M ) | | S i | + | S j | + | S k | 6 . A proof similar to Case 1 shows that the large component of B P n F is connected to B P n J F J . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P n V ( M ) ) | 6 n 10 = 20 > 19 , a contradiction. This implies that | V ( M ) | 5 .
It remains to consider 8 f k 11 . In this situation, f c | F | f i f j f k 19 2 × 4 8 = 3 , which means that at most three faulty external edges. Since every vertex in M has exactly one external neighbor, we have | V ( M ) | f c 3 .
Case I-4. | I | = 4 . We let I = { i , j , k , m } . As f 4 for each I , we have f c | F | f i f j f k f m 19 4 × 4 = 3 , which means that at most three faulty external edges. Since every vertex in M has exactly one external neighbor, we have | V ( M ) | f c 3 .
For induction step, we assume n 6 and the result holds for B P n 1 . That is, for each i I , if | F i | 6 ( n 1 ) 11 , then B P n i F i either is connected or contains a large component and smaller components containing totally at most five vertices. We let S i V ( B P n i ) be the set of vertices that do not belong to the large component of B P n i F i . Obviously, if | I | = 0 , then B P n F = B P n J F J is connected and the result holds. We consider the following cases:
Case II-1. | I | = 1 . We let I = { i } . There are two subcases depending on the range of f i .
Case II-1.1. n 1 f i 6 n 17 .
Since B P n i is isomorphic to B P n 1 and f i 6 n 17 = 6 ( n 1 ) 11 , by induction hypothesis, we have | S i | 5 . Since every vertex of B P n i has an external edge, there are 2 n 1 ( n 1 ) ! edges between B P n i and B P n J F J . Also, since 2 n 1 ( n 1 ) ! | S i | 2 n 1 ( n 1 ) ! 5 > 6 n 11 | F | when n 6 , the large component of B P n i F i is connected to B P n J F J . As M is the union of smaller components of B P n F , this implies that | V ( M ) | | S i | 5 .
Case II-1.2. 6 n 16 f i 6 n 11 .
In this case, we have f c | F | f i ( 6 n 11 ) ( 6 n 16 ) = 5 , which means that F contains at most five faulty external edges. Since every vertex in M has exactly one external neighbor, we have | V ( M ) | f c 5 .
Case II-2. | I | = 2 . We let I = { i , j } and, without loss of generality, we suppose f i f j . Since | F | 6 n 11 , we have n 1 f i f j ( 6 n 11 ) ( n 1 ) = 5 n 10 . If f i 4 n 11 , then f i + f j 2 ( 4 n 11 ) = 8 n 22 > 6 n 11 | F | for n 6 . Thus, it requires that f i 4 n 12 . We consider the following two subcases.
Case II-2.1. n 1 f j 4 n 11 .
In this case, we have n 1 f i f j 4 n 11 = 4 ( n 1 ) 7 . For each I , if B P n F is disconnected; by Lemma 5(3), it contains a large component and is with | S | 3 . Then, via a proof similar to Case 1.1, we can show that the large component of B P n F is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | 6 . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P n V ( M ) ) | 6 n 10 , a contradiction. This implies that | V ( M ) | 5 .
Case II-2.2. 4 n 10 f j 5 n 10 .
In this case, we have n 1 f i min { ( 6 n 11 ) ( 4 n 10 ) , 4 n 12 } = 2 n 1 < 4 ( n 1 ) 7 for n 6 . By Lemma 5(3), if B P n i F i is disconnected, it contains a large component and is with | S i | 3 . For 4 n 10 f j 5 n 14 = 5 ( n 1 ) 9 , if B P n j F j is disconnected, by Lemma 6, it contains a large component and is with | S j | 4 . Since 2 n 1 ( n 1 ) ! | S i | | S j | 2 n 1 ( n 1 ) ! 7 > 6 n 11 | F | when n 6 , the large component of B P n F for { i , j } is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | 7 . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P n V ( M ) ) | 6 n 10 , a contradiction. Similarly, if | V ( M ) | = 7 , by Lemma 10, | F | | E ( V ( M ) , B P n V ( M ) ) | 7 n 12 > 6 n 10 when n 6 , a contradiction. This implies that | V ( M ) | 5 .
It remains to consider 5 n 13 f j 5 n 10 . In this situation, since | F | 6 n 11 and f i n 1 , it follows that f c | F | f i f j = ( 6 n 11 ) ( n 1 ) ( 5 n 13 ) = 3 . Thus, at most three vertices in B P n i B P n j ( F i F j ) cannot connect to B P n J F J in B P n F , i.e., | V ( M ) | f c 3 .
Case II-3. | I | = 3 . We let I = { i , j , k } . Without loss of generality, we suppose f i f j f k . Since | F | 6 n 11 , we have n 1 f i f j f k ( 6 n 11 ) 2 ( n 1 ) = 4 n 9 . If f j 3 n 7 , then f i + f j + f k ( n 1 ) + 2 ( 3 n 7 ) = 7 n 15 > 6 n 11 | F | for n 6 . Thus, it requires that f i f j 3 n 8 . We consider the following two subcases.
Case II-3.1. n 1 f i f j f k 3 n 8 = 3 ( n 1 ) 5 .
For each I , if B P n F is disconnected, by Lemma 5(2), it contains a large component and is with | S | 2 . Then, via a proof similar to Case 1.1, we can show that the large component of B P n F is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | + | S k | 6 . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P n V ( M ) ) | 6 n 10 , a contradiction. This implies that | V ( M ) | 5 .
Case II-3.2. n 1 f i f j 3 n 8 < 3 n 7 f k 4 n 9
For each { i , j } , since n 1 f i f j 3 n 8 = 3 ( n 1 ) 5 , if B P n F is disconnected, by Lemma 5(2), it contains a large component and is with | S | 2 . For 3 n 7 f k 4 n 11 = 4 ( n 1 ) 7 , if B P n k F k is disconnected, by Lemma 5(3), it contains a large component and is with | S k | 3 . Then, via a proof similar to Case 1.1, we can show that the large component of B P n F for { i , j , k } is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | + | S k | 7 . If | V ( M ) | = 6 , by Lemma 9, | F | | E ( V ( M ) , B P n V ( M ) ) | 6 n 10 , a contradiction. Similarly, if | V ( M ) | = 7 , by Lemma 10, | F | | E ( V ( M ) , B P n V ( M ) ) | 7 n 12 > 6 n 10 when n 6 , a contradiction. This implies that | V ( M ) | 5 .
It remains to consider 4 n 10 f k 4 n 9 . In this situation, since | F | 6 n 11 and f j f i n 1 , it follows that f c | F | f i f j f k ( 6 n 11 ) 2 ( n 1 ) ( 4 n 10 ) = 1 . Thus, at most one vertex in B P n i B P n j B P n k ( F i F j F k ) cannot connect with B P n J F J in B P n F , i.e., | V ( M ) | f c 1 .
Case II-4. | I | = 4 . We let I = { i , j , k , m } . Without loss of generality, we suppose f i f j f k f m . Since | F | 6 n 11 , we have n 1 f i f j f k f m ( 6 n 11 ) 3 ( n 1 ) = 3 n 8 . If f k 2 n 4 , then f i + f j + f k + f m 2 ( n 1 ) + 2 ( 2 n 4 ) = 6 n 10 > 6 n 11 | F | for n 6 . Thus, it requires that n 1 f i f j f k 2 n 5 . We consider the following two subcases.
Case II-4.1. n 1 f i f j f k f m 2 n 5 < 2 ( n 1 ) 2 .
For each I , if B P n F is disconnected, by Lemma 5(1), it has two components, one of which is a singleton, i.e., | S | = 1 . A proof similar to Case 1.1 shows that the large component of B P n F is connected to B P n J F J . Clearly, | V ( M ) | | S i | + | S j | + | S k | + | S m | 4 .
Case II-4.2. n 1 f i f j f k 2 n 5 < 2 n 4 f m 3 n 8 .
For each { i , j , k } , since n 1 f 2 n 5 < 2 ( n 1 ) 2 , if B P n F is disconnected, by Lemma 5(1), it contains a large component and is with | S | = 1 . Since 2 n 4 f m 3 n 8 = 3 ( n 1 ) 5 , if B P n m F m is disconnected, by Lemma 5(2), it contains a large component and is with | S m | 2 . A proof similar to Case 1.1 shows that the large component of B P n F for I is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | + | S k | + | S m | 5 .
Case II-5. | I | = 5 . We let I = { i , j , k , m , p } . For each I , we let S V ( B P n ) be the set of vertices that do not belong to the large component of B P n F . Since | F | 6 n 11 , we have n 1 f ( 6 n 11 ) 4 ( n 1 ) = 2 n 7 < 2 ( n 1 ) 2 for n 6 . Since f 2 ( n 1 ) 2 , if B P n F is disconnected, by Lemma 5(1), it has two components, one of which is a singleton, i.e., | S | = 1 . A proof similar to Case 1.1 shows that the large component of B P n F is connected to B P n J F J . Clearly, | V ( M ) | | S i | + | S j | + | S k | + | S m | + | S p | 5 . □

4. Applications to Extra Edge Connectivity and Component Edge Connectivity

As applications of Theorem 1, we determine the relation between λ ( ) ( B P n ) and λ + 2 ( B P n ) for 3 5 .

4.1. Relation between λ ( 3 ) ( B P n ) and λ 5 ( B P n )

Lemma 11.
For n 5 , let B P n be the n-dimensional burnt pancake graph and F E ( B P n ) be an arbitrary edge set. If | F | 4 n 4 , then B P n F has at most four components.
Proof. 
Note that | F | 4 n 4 5 n 9 for n 5 . By Lemma 6, if B P n F is disconnected, it has a large component along with smaller components containing totally at most four vertices. Suppose that B P n S has five components, four of which are singletons. By Lemma 7, isolating these four singletons requires the removal of at least 4 n 3 edges, which contradicts that | F | 4 n 4 . □
Theorem 2.
λ 5 ( B P n ) = λ ( 3 ) ( B P n ) + 3 = 4 n 3 for n 5 .
Proof. 
Let s = 4 and S * = arg min S V ( B P n ) { | E ( S , G S ) | : | S | = s , B P n [ S ] and B P n S are connected subgraphs}. As | S * | = 4 and B P n [ S * ] is connected, observe from Table 1 that B P n [ S * ] is a 3-path or a K 1 , 3 . By Lemma 7, let t = | E ( S * , G S * ) | = 4 n 6 and m = | E ( B P n [ S * ] ) | = 3 . Let F be an edge-cut of B P n . By Lemma 5(3), if | F | 4 n 7 = ( 4 n 6 ) 1 = t 1 , then B P n F has a large component along with smaller components containing totally at most s 1 = 3 vertices. This fulfills the condition of Lemma 1(i). Also, by Lemma 11, if | F | 4 n 4 = ( 4 n 6 ) + 3 1 = t + m 1 , then B P n F has at most s = 4 components. This fulfills the condition of Lemma 1(ii). Therefore, by Lemma 1, have λ 4 + 1 ( B P n ) = λ ( 4 1 ) ( B P n ) + m = t + m = ( 4 n 6 ) + 3 = 4 n 3 for n 5 . □

4.2. Relation between λ ( 4 ) ( B P n ) and λ 6 ( B P n )

Lemma 12.
For n 6 , let B P n be the n-dimensional burnt pancake graph and F E ( B P n ) be an arbitrary edge set. If | F | 5 n 5 , then B P n F has at most five components.
Proof. 
Note that | F | 5 n 5 6 n 11 for n 6 . By Theorem 1, if B P n F is disconnected, it has a large component and smaller components containing totally at most five vertices. Suppose that B P n S has six components, five of which are singletons. By Lemma 8, isolating these five singletons requires the removal of at least 5 n 4 edges, which contradicts that | F | 5 n 5 . □
Theorem 3.
λ 6 ( B P n ) = λ ( 4 ) ( B P n ) + 4 = 5 n 4 for n 6 .
Proof. 
Let s = 5 and S * = arg min S V ( B P n ) { | E ( S , G S ) | : | S | = s , B P n [ S ] and B P n S are connected subgraphs}. As | S * | = 5 and B P n [ S * ] is connected, observe from Table 2 that B P n [ S * ] is a 4-path or a tree with 5 vertices (including K 1 , 4 ). By Lemma 8, let t = | E ( S * , G S * ) | = 5 n 8 and m = | E ( B P n [ S * ] ) | = 4 . Let F be an edge-cut of B P n . By Lemma 6, if | F | 5 n 9 = ( 5 n 8 ) 1 = t 1 , then B P n F has a large component and smaller components containing totally at most s 1 = 4 vertices. This fulfills the condition of Lemma 1(i). Also, by Lemma 12, if | F | 5 n 5 = ( 5 n 8 ) + 4 1 = t + m 1 , then B P n F has at most s = 5 components. This fulfills the condition of Lemma 1(ii). Therefore, by Lemma 1, have λ 5 + 1 ( B P n ) = λ ( 5 1 ) ( B P n ) + m = t + m = ( 5 n 8 ) + 4 = 5 n 4 for n 6 . □

4.3. Relation between λ ( 5 ) ( B P n ) and λ 7 ( B P n )

Lemma 13.
For n 6 , let B P n be the n-dimensional burnt pancake graph and F E ( B P n ) be an arbitrary edge set. If | F | 6 n 6 , then B P n F has at most six components.
Proof. 
Let M be the union of smaller components of B P n F and let c ( M ) be the such number of components in M. By the definition of M, it suffices to show that c ( M ) 5 . Since | F | 6 n 6 and f i n 1 for i I , have | I | 6 . Then, | J | = 2 n | I | 2 n 6 5 when n 6 . With reasoning similar to Remark 1 in the proof of Theorem 1, it is shown that B P n j F j is connected for each j J and the following remark is further obtained.
Remark 2.
B P n J F J is connected.
Obviously, if | I | = 0 , then B P n F = B P n J F J is connected and the result holds. Now consider 1 | I | 6 . For each i I , let S i V ( B P n i ) be the set of vertices that do not belong to the large component of B P n i F i .
Case 1. | I | = 1 . Let I = { i } . There are two subcases depending on the range of f i .
Case 1.1. n 1 f i 6 n 17 = 6 ( n 1 ) 11 .
Since B P n i is isomorphic to B P n 1 , by Theorem 1, B P n i F i has a large component and is with | S i | 5 . As every vertex of B P n i has an external edge, there are 2 n 1 ( n 1 ) ! edges between B P n i and B P n J F J . Also, since 2 n 1 ( n 1 ) ! 5 > 6 n 6 | F | when n 6 , the large component of B P n i F i is connected to B P n J F J . This implies that c ( M ) | V ( M ) | | S i | 5 .
Case 1.2. 6 n 16 f i 6 n 6 .
In this case, there is f c | F | f i ( 6 n 6 ) ( 6 n 16 ) = 10 , which means that F contains at most ten faulty external edges. Since every vertex in M has exactly one external neighbor, there is | V ( M ) | f c 10 . If | V ( M ) | 5 , it is clear that c ( M ) | V ( M ) | 5 . If | V ( M ) | = 6 , by Lemma 9, | F | | N E ( B P n ) ( V ( M ) ) | 6 n 5 > 6 n 6 , a contradiction. Similarly, if | V ( M ) | = 7 , by Lemma 10, | F | | N E ( B P n ) ( V ( M ) ) | 7 n 6 > 6 n 6 , a contradiction. Now deal with the situations for 8 | V ( M ) | 10 as follows.
Case 1.2.1. | V ( M ) | = 8 . Let V ( M ) = V ( M 1 ) { x } , where | V ( M 1 ) | = 7 . By Lemma 10, | N E ( B P n ) ( V ( M 1 ) ) | 7 n 6 . Clearly, | N E ( B P n ) ( x ) | = n and x may connect to at most 7 vertices in M 1 , i.e., | E ( { x } , M 1 ) | 7 . Thus,
| N E ( B P n ) ( V ( M ) ) | = | N E ( B P n ) ( V ( M 1 ) ) | + | N E ( B P n ) ( x ) | | E ( { x } , M 1 ) | ( 7 n 6 ) + n 7 = 8 n 13 > 6 n 6 | F |
when n 6 , a contradiction.
Case 1.2.2. | V ( M ) | = 9 . Let V ( M ) = V ( M 1 ) { x } , where | V ( M 1 ) | = 8 . By Case 1.2.1, | N E ( B P n ) ( V ( M 1 ) ) | 8 n 13 . Clearly, | N E ( B P n ) ( x ) | = n and x may connect to at most 8 vertices in M 1 , i.e., | E ( { x } , M 1 ) | 8 . Thus,
| N E ( B P n ) ( V ( M ) ) | = | N E ( B P n ) ( V ( M 1 ) ) | + | N E ( B P n ) ( x ) | | E ( { x } , M 1 ) | ( 8 n 13 ) + n 8 = 9 n 21 > 6 n 6 | F |
when n 6 , a contradiction.
Case 1.2.3. | V ( M ) | = 10 . Let V ( M ) = V ( M 1 ) { x , y } , where | V ( M 1 ) | = 8 . By Case 1.2.1, | N E ( B P n ) ( V ( M 1 ) ) | 8 n 13 . First, consider x y forms an edge in M. Then, | N E ( B P n ) ( { x , y } ) | = 2 n 1 and x (resp., y) may connect to at most eight vertices or n 1 vertices (if 6 n 8 ) in M 1 . That is, | E ( { x } , M 1 ) | min { 8 , n 1 } and | E ( { y } , M 1 ) | min { 8 , n 1 } . Since x y E ( B P n ) and the girth of B P n is 8, x and y cannot be adjacent to a vertex in M 1 simultaneously. Thus, | E ( { x , y } , M 1 ) | min { 8 , n 1 } 8 and
| N E ( B P n ) ( V ( M ) ) | = | N E ( B P n ) ( V ( M 1 ) ) | + | N E ( B P n ) ( { x , y } ) | | E ( { x , y } , M 1 ) | ( 8 n 13 ) + ( 2 n 1 ) 8 = 10 n 22 > 6 n 6 | F |
when n 6 , a contradiction. Next, suppose x and y are singletons in M. Then, | N E ( B P n ) ( { x , y } ) | = 2 n and | E ( { x , y } , M 1 ) | min { 16 , 2 ( n 1 ) } 16 . Thus,
| N E ( B P n ) ( V ( M ) ) | = | N E ( B P n ) ( V ( M 1 ) ) | + | N E ( B P n ) ( { x , y } ) | | E ( { x , y } , M 1 ) | ( 8 n 13 ) + 2 n 16 = 10 n 29 > 6 n 6 | F |
when n 6 , a contradiction.
Based on the discussion of the above situations, conclude c ( M ) | V ( M ) | 5 .
Case 2. | I | = 2 . Let I = { i , j } and, without loss of generality, suppose f i f j . Since | F | 6 n 6 , there is n 1 f i f j 6 n 6 ( n 1 ) = 5 n 5 . Consider the following three subcases.
Case 2.1. n 1 f i f j 4 n 11 .
In this case, there is n 1 f i f j 4 n 11 = 4 ( n 1 ) 7 . For each I , if B P n F is disconnected, by Lemma 5(3), it contains a large component and is with | S | 3 . Then, via a proof similar to Case 1.1, it can be shown that the large component of B P n F is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | 6 . If | V ( M ) | = 6 , by Lemma 9, | F | | N E ( B P n ) ( V ( M ) ) | = 6 n 5 , a contradiction. This implies that c ( M ) | V ( M ) | 5 .
Case 2.2. n 1 f i 4 n 11 < 4 n 10 f j 5 n 5 .
In this case, there is n 1 f i 4 n 11 = 4 ( n 1 ) 7 . By Lemma 5(3), if B P n i F i is disconnected, it contains a large component and is with | S i | 3 . For 4 n 10 f j 5 n 14 = 5 ( n 1 ) 9 , if B P n j F j is disconnected, by Lemma 6, it contains a large component and is with | S i | 4 . Then, via a proof similar to Case 1.1, it can be shown that the large component of B P n F for I is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | 7 . If 6 | V ( M ) | 7 , a contradiction can be acquired through an argument similar to Case 1.2. This implies that c ( M ) | V ( M ) | 5 .
It remains to consider 5 n 13 f j 5 n 5 . In this situation, since | F | 6 n 6 , there is f c | F | f i f j ( 6 n 6 ) ( n 1 ) ( 5 n 13 ) = 8 . Thus, at most eight vertices in B P n I F I cannot connect to B P n J F J in B P n F , i.e., | V ( M ) | f c 8 . If 6 | V ( M ) | 8 ,a contradiction can be acquired through an argument similar to Case 1.2. Thus, c ( M ) | V ( M ) | 5 .
Case 2.3. 4 n 10 f i f j 5 n 5 .
In this case, 6 n 6 f i + f j 2 ( 4 n 10 ) = 8 n 20 , which leads to 6 n 7 . Note that f c | F | f i f j ( 6 n 6 ) 2 ( 4 n 10 ) = 14 2 n . Thus, 0 f c 2 and at most two vertices in B P n I F I cannot connect with B P n J F J in B P n F , i.e., | V ( M ) | f c 2 . It is clear that c ( M ) | V ( M ) | 2 .
Case 3. | I | = 3 . Let I = { i , j , k } . Without loss of generality, suppose f i f j f k . Since | F | 6 n 6 , there is n 1 f i f j f k ( 6 n 6 ) 2 ( n 1 ) = 4 n 4 . If f i 3 n 7 , then f i + f j + f k 3 ( 3 n 7 ) = 9 n 21 > 6 n 6 | F | for n 6 . Thus, it requires that n 1 f i 3 n 8 . Consider the following three subcases.
Case 3.1. n 1 f i f j f k 3 n 8 = 3 ( n 1 ) 5 .
For each I , if B P n F is disconnected, by Lemma 5(2), it contains a large component and is with | S | 2 . Then, via a proof similar to Case 1.1, it can be shown that the large component of B P n F is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | + | S k | 6 . If | V ( M ) | = 6 , by Lemma 9, | F | | N E ( B P n ) ( V ( M ) ) | 6 n 5 > 6 n 6 , a contradiction. This implies that c ( M ) | V ( M ) | 5 .
Case 3.2. n 1 f i f j 3 n 8 < 3 n 7 f k 4 n 4 .
For each { i , j } , since n 1 f i f j 3 n 8 = 3 ( n 1 ) 5 , if B P n F is disconnected, by Lemma 5(2), it contains a large component and is with | S | 2 . For 3 n 7 f k 4 n 11 = 4 ( n 1 ) 7 , if B P n k F k is disconnected, by Lemma 5(3), it contains a large component and is with | S k | 3 . Then, via a proof similar to Case 1.1, it can b shown that the large component of B P n F for I is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | + | S k | 7 . If 6 | V ( M ) | 7 , a contradiction can be acquired through an argument similar to Case 1.2. Thus, c ( M ) | V ( M ) | 5 .
It remains to consider 4 n 10 f k 4 n 4 . In this situation, since | F | 6 n 6 and f j f i n 1 , there is f c | F | f i f j f k ( 6 n 6 ) 2 ( n 1 ) ( 4 n 10 ) = 6 . Thus, at most six vertices in B P n I F I cannot connect with B P n J F J in B P n F , i.e., | V ( M ) | f c 6 . If | V ( M ) | = 6 , by Lemma 9, | F | | N E ( B P n ) ( V ( M ) ) | 6 n 5 > 6 n 6 , a contradiction. This implies that c ( M ) | V ( M ) | 5 .
Case 3.3. n 1 f i 3 n 8 < 3 n 7 f j f k 4 n 4 .
In this case, 6 n 6 f i + f j + f k ( n 1 ) + 2 ( 3 n 7 ) = 7 n 15 , which leads to 6 n 9 . Note that f c | F | f i f j f k ( 6 n 6 ) ( n 1 ) 2 ( 3 n 7 ) = 9 n . Thus, 0 f c 3 and at most three vertices in B P n I F I cannot connect with B P n J F J in B P n F , i.e., | V ( M ) | f c 3 . It is clear that c ( M ) | V ( M ) | 3 .
Case 4. | I | = 4 . Let I = { i , j , k , m } . Without loss of generality, suppose f i f j f k f m . Since | F | 6 n 6 , there is n 1 f i f j f k f m ( 6 n 6 ) 3 ( n 1 ) = 3 n 3 . If f i 2 n 4 , then f i + f j + f k + f m 4 ( 2 n 4 ) = 8 n 16 > 6 n 6 | F | for n 6 . Thus, it requires that n 1 f i 2 n 5 . Also, if f k 3 n 7 , then f i + f j + f k + f m 2 ( n 1 ) + 2 ( 3 n 7 ) = 8 n 16 > 6 n 6 | F | for n 6 . Thus, it requires that n 1 f j f k 3 n 8 . Consider the following two subcases.
Case 4.1. n 1 f i 2 n 5 , n 1 f j f k f m 3 n 8 .
In this case, there is n 1 f i 2 n 5 < 2 ( n 1 ) 2 . If B P n i F i is disconnected, by Lemma 5(1), it has two components, one of which is a singleton, i.e., | S i | = 1 . For { j , k , m } , since n 1 f 3 n 8 < 3 ( n 1 ) 5 , if B P n F is disconnected, by Lemma 5(2), it contains a large component and is with | S k | 2 . A proof similar to Case 1.1 shows that the large component of B P n F for I is connected to B P n J F J . Thus, | V ( M ) | | S i | + | S j | + | S k | + | S m | 7 . If 6 | V ( M ) | 7 , a contradiction can be acquired through an argument similar to Case 1.2. Thus, c ( M ) | V ( M ) | 5 .
Case 4.2. n 1 f i f j f k 3 n 8 < 3 n 7 f m 3 n 3 .
In this case, f c | F | f i f j f k f m ( 6 n 6 ) 3 ( n 1 ) ( 3 n 7 ) = 2 . Thus, at most two vertices in B P n I F I cannot connect with B P n J F J in B P n F , i.e., | V ( M ) | f c 2 . It is clear that c ( M ) | V ( M ) | 2 .
Case 5. | I | = 5 . Let I = { i , j , k , m , p } . Without loss of generality, suppose f i f j f k f m f p . Since | F | 6 n 6 , there is n 1 f i f j f k f m f p ( 6 n 6 ) 4 ( n 1 ) = 2 n 2 . If f m 2 n 4 , then f i + f j + f k + f m + f p 3 ( n 1 ) + 2 ( 2 n 4 ) = 7 n 11 > 6 n 6 | F | for n 6 . Thus, it requires that n 1 f i f j f k f m 2 n 5 . Consider the following two subcases.
Case 5.1. n 1 f i f j f k f m f p 2 n 5 .
For each I , if B P n F is disconnected, by Lemma 5(1), B P n F has two components, one of which is a singleton, i.e., | S i | = 1 . A proof similar to Case 1.1 shows that the large component of B P n F is connected to B P n J F J . Thus, | V ( M ) | 5 . This leads to c ( M ) | V ( M ) | 5 .
Case 5.2. n 1 f i f j f k f m 2 n 5 < 2 n 4 f p 2 n 2 .
In this case, f c | F | f i f j f k f m ( 6 n 6 ) 4 ( n 1 ) ( 2 n 4 ) = 2 . Thus, at most two vertices in B P n I F I cannot connect with B P n J F J in B P n F , i.e., | V ( M ) | f c 2 . It is clear that c ( M ) | V ( M ) | 2 .
Case 6. | I | = 6 . Let I = { i , j , k , m , p , q } . Since | F | 6 n 6 , there is f i = f j = f k = f m = f p = f q = n 1 and f c = 0 . Since f = n 1 < 2 ( n 1 ) 2 for n 6 , by Lemma 5(1), if B P n F is disconnected, then B P n F has two components, one of which is a singleton, i.e., | S | = 1 . As n 6 = | I | , by Lemma 2(1), there exists n ( I { ¯ } ) such that | E , ( B P n ) | ( f + 1 ) = ( n 2 ) ! × 2 n 2 ( n 1 ) 1 > 0 . This implies that the large component of B P n F is connected to B P n J F J . Thus, | V ( M ) | 6 . If | V ( M ) | = 6 , by Lemma 9, | F | | N E ( B P n ) ( V ( M ) ) | 6 n 5 > 6 n 6 , a contradiction. This implies that c ( M ) | V ( M ) | 5 . □
Theorem 4.
λ 7 ( B P n ) = λ ( 5 ) ( B P n ) + 5 = 6 n 5 for n 6 .
Proof. 
Let s = 6 and S * = arg min S V ( B P n ) { | E ( S , G S ) | : | S | = s , B P n [ S ] and B P n S are connected subgraphs}. As | S * | = 6 and B P n [ S * ] is connected, it can be observed from Table 3 that B P n [ S * ] is a 5-path or a tree with 6 vertices (including K 1 , 5 ). By Lemma 9, let t = | E ( S * , G S * ) | = 6 n 10 and m = | E ( B P n [ S * ] ) | = 5 . Let F be an edge-cut of B P n . By Theorem 1, if | F | 6 n 11 = ( 6 n 10 ) 1 = t 1 , then B P n F has a large component along with smaller components containing totally at most s 1 = 5 vertices. This fulfills the condition of Lemma 1(i). Also, by Lemma 13, if | F | 6 n 6 = ( 6 n 10 ) + 5 1 = t + m 1 , then B P n F has at most s = 6 components. This fulfills the condition of Lemma 1(ii). Therefore, by Lemma 1, there is λ 6 + 1 ( B P n ) = λ ( 6 1 ) ( B P n ) + m = t + m = ( 6 n 10 ) + 5 = 6 n 5 for n 6 . □

5. Concluding Remarks

For burnt pancake graph B P n , this paper shows that when removing any edge subset with a size of approximately six times λ ( B P n ) , the surviving graph possesses the “linearly many faults" property. Applying this property, we attain λ ( h ) ( B P n ) and λ r ( B P n ) . Specifically, we prove that λ 5 ( B P n ) = λ ( 3 ) ( B P n ) + 3 = 4 n 3 for n 5 ; λ 6 ( B P n ) = λ ( 4 ) ( B P n ) + 4 = 5 n 4 and λ 7 ( B P n ) = λ ( 5 ) ( B P n ) + 5 = 6 n 5 for n 6 , as summarized in Table 4.
For -componen edge connectivity and h-extra edge connectivity with higher and h, e.g., h = 6 and = 8 , since we showed in Lemma 10 that E ( W , B P n W ) | 7 n 12 and | N E ( B P n ) ( W ) | 7 n 6 for W V ( B P n ) with | W | = 7 , this prompts us to have the following conjecture:
Conjecture 1.
λ 8 ( B P n ) = λ ( 6 ) ( B P n ) + 6 = 7 n 6 for n 6 .
Obviously, to affirm the above conjecture is equivalent to showing that the following two implications hold for n 7 and any edge set F E ( B P n ): (i) If | F | 7 n 13 , then B P n F either is connected or contains a large component along with smaller components containing totally at most six vertices. (ii) if | F | 7 n 7 , then B P n F has at most seven components.
Similarly, as B P n is n-regular and its girth is eight, we are easy to check that | E ( C 8 , B P n C 8 ) | = 8 n 16 and | N E ( B P n ) ( C 8 ) | = 8 n 8 . Based on the relationship of λ ( h ) ( G ) and λ r ( G ) for a regular graph G [30], we also have the following conjecture:
Conjecture 2.
λ 9 ( B P n ) = λ ( 7 ) ( B P n ) + 8 = 8 n 8 for n 6 .
To prove this conjecture, we need to show that when removing any edge subset with a size approximately of eight times λ ( B P n ) , the surviving graph still retains the “linearly many faults” property. With the increase in the removal of edges, the situation becomes more complex, and it is an interesting and challenging research topic.
We conclude this paper by discussing some of its limitations against real-world instances. Even though various interconnection networks have specific structural phenomena when a linear number of vertices or edges fail, do these phenomena occur frequently? Since most research considers vertex or edge failures in a network to be random and uncorrelated, it ignores possible events that cause components close to each other to fail simultaneously with a higher probability. In this case, is there a more reasonable evaluation measure combining h-extra edge connectivity or -component edge connectivity that can genuinely reflect this phenomenon?

Author Contributions

Conceptualization, methodology, writing—original draft preparation, funding acquisition, M.-M.G.; validation, formal analysis, visualization, H.-X.Y.; writing—review and editing, funding acquisition, J.-M.C. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China under Grant Nos. 12101610, 11971054, the Fundamental Research Funds for the Central Universities China, Innovation Foundation of CUPL for Youth No. 10823423, and National Science and Technology Council of Taiwan under Grant NSTC-112-2221-E-141-004.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data used in the study are available with the authors and can be shared upon reasonable requests.

Acknowledgments

The authors would like to thank the anonymous reviewers and the editor for their careful reviews and constructive suggestions to help us improve the quality of this paper.

Conflicts of Interest

The authors declare that they have no conflict of interest.

References

  1. Yang, X.; Evans, D.J.; Chen, B.; Megson, G.M.; Lai, H. On the maximal connected component of hypercube with faulty vertices. Int. J. Comput. Math. 2004, 81, 515–525. [Google Scholar] [CrossRef]
  2. Cheng, E.; Lipták, L. Linearly many faults in Cayley graphs generated by transposition trees. Inf. Sci. 2007, 177, 4877–4882. [Google Scholar] [CrossRef]
  3. Cheng, E.; Lipták, L.; Sala, F. Linearly many faults in 2-tree-generated networks. Networks 2010, 55, 90–98. [Google Scholar] [CrossRef]
  4. Li, P.; Meng, X. Linearly many faults in Cayley graphs generated by transposition triangle free unicyclic graphs. Theor. Comput. Sci. 2020, 847, 95–102. [Google Scholar] [CrossRef]
  5. Yuan, A.; Cheng, E.; Lipták, L. Linearly many faults in (n, k)-star graphs. Int. J. Found. Comput. Sci. 2011, 22, 1729–1745. [Google Scholar] [CrossRef]
  6. Cheng, E.; Lipták, L.; Yuan, A. Linearly many faults in arrangement graphs. Networks 2013, 61, 281–289. [Google Scholar] [CrossRef]
  7. Angjeli, A.; Cheng, E.; Lipták, L. Linearly many faults in augmented cubes. Int. J. Parallel Emergent Distrib. Syst. 2013, 28, 475–483. [Google Scholar] [CrossRef]
  8. Angjeli, A.; Cheng, E.; Lipták, L. Linearly many faults in dual-cube-like networks. Theor. Comput. Sci. 2013, 472, 1–8. [Google Scholar] [CrossRef]
  9. Cheng, E.; Lipman, M.J.; Lipták, L. Matching preclusion and conditional matching preclusion for regular interconnection networks. Discret. Appl. Math. 2012, 160, 1936–1954. [Google Scholar] [CrossRef]
  10. Cheng, E.; Qiu, K.; Shen, Z. Connectivity results of complete cubic networks as associated with linearly many faults. J. Interconnect. Netw. 2015, 15, 155007. [Google Scholar] [CrossRef]
  11. Cheng, E.; Qiu, K.; Shen, Z. A strong connectivity property of the generalized exchanged hypercube. Discret. Appl. Math. 2017, 216, 529–536. [Google Scholar] [CrossRef]
  12. Gu, M.M.; Hao, R.X.; Cheng, E. Note on applications of linearly many faults. Comput. J. 2020, 63, 1406–1416. [Google Scholar] [CrossRef]
  13. Harary, F. Conditional connectivity. Networks 1983, 143, 346–357. [Google Scholar] [CrossRef]
  14. Fábrega, J.; Fiol, M.A. On the extra connectivity graphs. Discret. Math. 1996, 155, 49–57. [Google Scholar] [CrossRef]
  15. Sampathkumar, E. Connectivity of a graph—A generalization. J. Comb. Inf. Syst. Sci. 1984, 9, 71–78. [Google Scholar]
  16. Chartrand, G.; Kapoor, S.; Lesniak, L.; Lick, D.R. Generalized connectivity in graphs. Bull. Bombay Math. Colloq. 1984, 2, 1–6. [Google Scholar]
  17. Hsu, L.-H.; Cheng, E.; Lipták, L.; Tan, J.M.; Lin, C.-K.; Ho, T.-Y. Component connectivity of the hypercubes. Int. J. Comput. Math. 2012, 89, 137–145. [Google Scholar] [CrossRef]
  18. Zhao, S.; Yang, W.; Zhang, S.; Xu, L. Component edge connectivity of hypercubes. Int. J. Found. Comput. Sci. 2018, 29, 995–1001. [Google Scholar] [CrossRef]
  19. Yang, W.; Meng, J. Extraconnectivity of hypercubes. Appli. Math. Lett. 2009, 22, 887–891. [Google Scholar] [CrossRef]
  20. Hsieh, S.-Y.; Chang, Y.-H. Extraconnectivity of k-ary n-cube networks. Theor. Comput. Sci. 2012, 443, 63–69. [Google Scholar] [CrossRef]
  21. Chang, N.-W.; Hsieh, S.-Y. {2,3}-extraconnectivity of hypercube-like networks. J. Comput. Syst. Sci. 2013, 79, 669–688. [Google Scholar] [CrossRef]
  22. Li, P.; Xu, M. Fault-tolerant strong Menger (edge) connectivity and 3-extra edge-connectivity of balanced hypercubes. Theoret. Comput. Sci. 2018, 707, 56–68. [Google Scholar] [CrossRef]
  23. Li, X.; Fan, J.; Lin, C.-K.; Cheng, B.-L.; Jia, X. The extra connectivity, extra conditional diagnosability and t/k-diagnosability of the data center network DCell. Theor. Comput. Sci. 2019, 766, 16–29. [Google Scholar] [CrossRef]
  24. Chang, J.-M.; Pai, K.-J.; Ro, R.-Y.; Yang, J.-S. The 4-component connectivity of alternating group networks. Theor. Comput. Sci. 2019, 766, 38–45. [Google Scholar] [CrossRef]
  25. Gu, M.-M.; Hao, R.-X.; Tang, S.-M.; Chang, J.-M. Analysis on component connectivity of bubble-sort star graphs and burnt pancake graphs. Discret. Appl. Math. 2020, 279, 80–91. [Google Scholar] [CrossRef]
  26. Gu, M.-M.; Chang, J.-M.; Hao, R.-X. On computing component (edge) connectivities of balanced hypercubes. Comput. J. 2020, 63, 1311–1320. [Google Scholar] [CrossRef]
  27. Gu, M.-M.; Chang, J.-M.; Hao, R.-X. On component connectivity of hierarchical star networks. Int. J. Found. Comput. Sci. 2021, 31, 313–326. [Google Scholar] [CrossRef]
  28. Liu, J.; Zhou, S.; Zhang, H.; Chen, G. Vulnerability analysis of multiprocessor system based on burnt pancake networks. Discret. Appl. Math. 2022, 314, 304–320. [Google Scholar] [CrossRef]
  29. Zhao, S.; Yang, W. Conditional connectivity of folded hypercubes. Discret. Appl. Math. 2019, 257, 388–392. [Google Scholar] [CrossRef]
  30. Hao, R.-X.; Gu, M.-M.; Chang, J.-M. Relationship between extra edge connectivity and component edge connectivity for regular graphs. Theor. Comput. Sci. 2020, 833, 41–55. [Google Scholar] [CrossRef]
  31. Li, X.; Lin, C.-K.; Fan, J.; Jia, X.; Cheng, B.-L.; Zhou, J. Relationship between extra connectivity and component connectivity in networks. Comput. J. 2021, 64, 38–53. [Google Scholar] [CrossRef]
  32. Guo, L.; Zhang, M.; Zhai, S.; Xu, L. Relation of extra edge connectivity and component edge connectivity for regular networks. Int. J. Found. Comput. Sci. 2021, 32, 137–149. [Google Scholar] [CrossRef]
  33. Poulik, S.; Ghorai, G. Determination of journeys order based on graph’s Wiener absolute index with bipolar fuzzy information. Inform. Sci. 2021, 545, 608–619. [Google Scholar] [CrossRef]
  34. Poulik, S.; Ghorai, G. Connectivity concepts in bipolar fuzzy incidence graphs. Thai J. Math. 2022, 20, 1609–1619. [Google Scholar]
  35. Poulik, S.; Ghorai, G.; Xin, Q. Explication of crossroads order based on Randic index of graph with fuzzy information. Soft Comput. 2023. [Google Scholar] [CrossRef]
  36. Poulik, S.; Ghorai, G. First entire Zagreb index of fuzzy graph and its application. Axioms 2023, 12, 415. [Google Scholar]
  37. Gates, W.H.; Papadimitriou, C.H. Bounds for sorting by prefix reversal. Discret. Math. 1979, 27, 47–49. [Google Scholar] [CrossRef]
  38. Bulteau, L.; Fertin, G.; Rusu, I. Pancake flipping is hard. J. Comput. Syst. Sci. 2015, 81, 1556–1574. [Google Scholar] [CrossRef]
  39. Iwasaki, T.; Kaneko, K. Fault-tolerant routing in burnt pancake graphs. Inform. Process. Lett. 2010, 110, 535–538. [Google Scholar] [CrossRef]
  40. Song, S.; Li, X.; Zhou, S.; Chen, M. Fault tolerance and diagnosability of burnt pancake networks under the comparison model. Theor. Comput. Sci. 2015, 582, 48–59. [Google Scholar] [CrossRef]
  41. Song, S.; Zhou, S.; Li, X. Conditional diagnosability of burnt pancake networks under the PMC model. Comput. J. 2016, 59, 91–105. [Google Scholar]
  42. Chin, C.; Weng, T.-H.; Hsu, L.-H.; Chiou, S.-C. The spanning connectivity of the burnt pancake graphs. IEICE Trans. Inform. Syst. 2009, E92-D, 389–400. [Google Scholar] [CrossRef]
  43. Dilixiati, S.; Sabir, E.; Meng, J. Star structure connectivities of pancake graphs and burnt pancake graphs. Int. J. Parallel Emergent Distrib. Syst. 2021, 36, 440–448. [Google Scholar] [CrossRef]
  44. Wang, N.; Meng, J.; Tian, Y. Neighbor-connectivity of pancake networks and burnt pancake networks. Theor. Comput. Sci. 2022, 916, 31–39. [Google Scholar] [CrossRef]
  45. Gu, M.-M.; Chang, J.-M. Neighbor connectivity of pancake graphs and burnt pancake graphs. Discret. Appl. Math. 2023, 324, 46–57. [Google Scholar] [CrossRef]
  46. Compeau, P.E.C. Girth of pancake graphs. Discret. Appl. Math. 2011, 159, 1641–1645. [Google Scholar] [CrossRef]
Figure 1. Burnt pancake graphs of small dimensions.
Figure 1. Burnt pancake graphs of small dimensions.
Mathematics 12 00268 g001
Figure 2. (ac) Three trees with five vertices.
Figure 2. (ac) Three trees with five vertices.
Mathematics 12 00268 g002
Figure 4. A schematic concept to illustrate the proof of Case I-1: (a) | V ( M ) | 4 when 4 f i 11 ; (b) | V ( M ) | 5 when 12 f i 19 .
Figure 4. A schematic concept to illustrate the proof of Case I-1: (a) | V ( M ) | 4 when 4 f i 11 ; (b) | V ( M ) | 5 when 12 f i 19 .
Mathematics 12 00268 g004
Table 1. All cases of B P n [ X ] for X = { x , y , u , v } .
Table 1. All cases of B P n [ X ] for X = { x , y , u , v } .
BP n [ X ] E ( X , BP n X ) N E ( BP n ) ( X )
1four singletons 4 n 4 n
2an edge and two singletons 4 n 2 4 n 1
3a 2-path and a singleton 4 n 4 4 n 2
4two edges 4 n 4 4 n 2
5a graph isomorphic to K 1 , 3 4 n 6 4 n 3
6a 3-path 4 n 6 4 n 3
Table 2. All cases of B P n [ X ] for X = { x , y , z , u , v } .
Table 2. All cases of B P n [ X ] for X = { x , y , z , u , v } .
BP n [ X ] E ( X , BP n X ) N E ( BP n ) ( X )
1five singletons 5 n 5 n
2an edge and three singletons 5 n 2 5 n 1
3two edges and a singleton 5 n 4 5 n 2
4a 2-path and two singletons 5 n 4 5 n 2
5a 2-path and an edge 5 n 6 5 n 3
6a 3-path and a singleton 5 n 6 5 n 3
7a graph isomorphic to K 1 , 3 and a singleton 5 n 6 5 n 3
8a 4-path, Figure 2a 5 n 8 5 n 4
9a graph isomorphic to K 1 , 4 , Figure 2c 5 n 8 5 n 4
10a tree with 5 vertices, Figure 2b 5 n 8 5 n 4
Table 3. All cases of B P n [ X ] for X = { x , y , z , u , v , w } .
Table 3. All cases of B P n [ X ] for X = { x , y , z , u , v , w } .
BP n [ X ] E ( X , BP n X ) N E ( BP n ) ( X )
1six singletons 6 n 6 n
2an edge and four singletons 6 n 2 6 n 1
3a 2-path and three singletons 6 n 4 6 n 2
4a 3-path and two singletons 6 n 6 6 n 3
5two singletons and two edges 6 n 4 6 n 2
6a 4-path and a singleton 6 n 8 6 n 4
7a singleton and a graph isomorphic to K 1 , 4 6 n 8 6 n 4
8a singleton and a tree with 5 vertices, Figure 2b 6 n 8 6 n 4
9three edges 6 n 6 6 n 3
10an edge and 3-path 6 n 8 6 n 4
11an edge and a graph isomorphic to K 1 , 3 6 n 8 6 n 4
12an edge, a singleton and 2-path 6 n 6 6 n 3
13two 2-paths 6 n 8 6 n 4
14a 5-path, Figure 3a 6 n 10 6 n 5
15a graph isomorphic to K 1 , 5 , Figure 3f 6 n 10 6 n 5
16a tree with 6 vertices, isomorphic to one of Figure 3b–d 6 n 10 6 n 5
Table 4. The comparison of λ ( h ) ( B P n ) and λ r ( B P n ) .
Table 4. The comparison of λ ( h ) ( B P n ) and λ r ( B P n ) .
λ ( h ) ( BP n ) Ref. λ r ( BP n ) Ref.
λ ( 1 ) ( B P n ) = 2 n 2 [30] λ 3 ( B P n ) = 2 n 1 [30]
λ ( 2 ) ( B P n ) = 3 n 4 λ 4 ( B P n ) = 3 n 2
λ ( 3 ) ( B P n ) = 4 n 6 Theorem 2 λ 5 ( B P n ) = 4 n 3 Theorem 2
λ ( 4 ) ( B P n ) = 5 n 8 Theorem 3 λ 6 ( B P n ) = 5 n 4 Theorem 3
λ ( 5 ) ( B P n ) = 6 n 10 Theorem 4 λ 7 ( B P n ) = 6 n 5 Theorem 4
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

Gu, M.-M.; Yan, H.-X.; Chang, J.-M. A Validation of the Phenomenon of Linearly Many Faults on Burnt Pancake Graphs with Its Applications. Mathematics 2024, 12, 268. https://doi.org/10.3390/math12020268

AMA Style

Gu M-M, Yan H-X, Chang J-M. A Validation of the Phenomenon of Linearly Many Faults on Burnt Pancake Graphs with Its Applications. Mathematics. 2024; 12(2):268. https://doi.org/10.3390/math12020268

Chicago/Turabian Style

Gu, Mei-Mei, Hong-Xia Yan, and Jou-Ming Chang. 2024. "A Validation of the Phenomenon of Linearly Many Faults on Burnt Pancake Graphs with Its Applications" Mathematics 12, no. 2: 268. https://doi.org/10.3390/math12020268

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