Next Article in Journal
Keyword Pool Generation for Web Text Collecting: A Framework Integrating Sample and Semantic Information
Previous Article in Journal
Application of Mass Service Theory to Economic Systems Optimization Problems—A Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The m-Component Connectivity of Leaf-Sort Graphs

School of Mathematics and Computer Science, Shanxi Normal University, Taiyuan 030031, China
*
Author to whom correspondence should be addressed.
Mathematics 2024, 12(3), 404; https://doi.org/10.3390/math12030404
Submission received: 7 January 2024 / Revised: 21 January 2024 / Accepted: 23 January 2024 / Published: 26 January 2024
(This article belongs to the Section Computational and Applied Mathematics)

Abstract

:
Connectivity plays an important role in measuring the fault tolerance of interconnection networks. As a special class of connectivity, m-component connectivity is a natural generalization of the traditional connectivity of graphs defined in terms of the minimum vertex cut. Moreover, it is a more advanced metric to assess the fault tolerance of a graph G. Let G = ( V ( G ) , E ( G ) ) be a non-complete graph. A subset F ( F V ( G ) ) is called an m-component cut of G, if G F is disconnected and has at least m components ( m 2 ) . The m-component connectivity of G, denoted by c κ m ( G ) , is the cardinality of the minimum m-component cut. Let C F n denote the n-dimensional leaf-sort graph. Since many structures do not exist in leaf-sort graphs, many of their properties have not been studied. In this paper, we show that c κ 3 ( C F n ) = 3 n 6   ( n is odd) and c κ 3 ( C F n ) = 3 n 7   ( n is even) for n 3 ; c κ 4 ( C F n ) = 9 n 21 2   ( n is odd) and c κ 4 ( C F n ) = 9 n 24 2   ( n is even) for n 4 .

1. Introduction

An interconnection network is usually modeled as an undirected graph, in which vertices and edges correspond to processor and communication links, respectively. Let G = ( V ( G ) , E ( G ) ) be a graph with vertex set V ( G ) and edge set E ( G ) . As an application, graphs can also be used to study many issues related to interconnection networks [1,2]. For a graph G, the failure of vertices or edges is inevitable. In order to have an unimpeded interconnection network, we must think about the fault tolerance of a graph. There are many references focused on the fault tolerance of interconnection networks (see, for example [3,4,5,6,7,8,9,10]).
The connectivity of a graph is an important topology parameter in graph theory. The connectivity can be used to assess the vulnerability of corresponding networks, and is an important measurement for the reliability and fault tolerance of the network. A subgraph obtained from G by removing a set F of vertices and all associated incident edges is denoted by G F . In particular, F is called a vertex cut of a connected graph G, if G F becomes disconnected or has only one vertex. If F is a vertex cut of a graph G, then the biggst component of G F is called the big component. Furthermore, when G is not a complete graph, the traditional connectivity κ ( G ) is defined to be the cardinality of a minimum vertex cut of G. By convention, the connectivity of a complete graph with n vertices is defined to be n 1 . A graph G is k-connected if κ ( G ) k .
However, traditional connectivity is not enough to evaluate the reliability of networks [11,12]. To further analyze the detailed situation of the disconnected graph caused by a vertex cut F, it is natural to generalize the traditional connectivity by introducing some conditions or restrictions on the vertex cut F and/or the components of G F . The notion concerning the number of components associated with the disconnected graph G F was first introducted by Chartrand et al. [13] and Sampathkumar [14]. Furthermore, in order to figure out how many sizes of a vertex cut can result in a disconnected graph with a certain number of components, Hsu et al. [15] proposed the definition of m-component connectivity. For a non-complete graph G, a subset F ( F V ( G ) ) is called an m-component cut of G, if G F is disconnected and has at least m components ( m 2 ) . The m-component connectivity of G, denoted by c κ m ( G ) , is the cardinality of the minimum m-component cut. By this definition, it is obvious that c κ 2 ( G ) = κ ( G ) and c κ m + 1 ( G ) c κ m ( G ) for every positive integer m.
In recent years, the exact values of m-component connectivity have been studied for many graphs. For example, Hsu et al. [15] and Zhao et al. [16] studied the n-dimensional hypercube Q n for 2 m n + 1 and n + 2 m 2 n 4 , respectively. Zhao and Yang studied the n-dimensional folded hypercube F Q n for 1 m n 1 and n 8 [17]. Zhang et al. [18] determined the ( m + 1 ) -component connectivity of augmented cubes. In addition, the m-component connectivity ( m = 3 , m = 4 ) has been studied for many graphs: alternating group networks A N n [19,20], split-star networks [20], hierarchical star networks [21], balanced hypercube [22], bubble-sort star graphs, and burnt pancake graphs [23]. However, most of these results are related to m = 3 and m = 4 . For m = 5 , there are a few results. Furthermore, it is worth noting that some scholars have studied the relationship between m-component ( e d g e ) connectivity c κ m ( G ) and m-extra ( e d g e ) connectivity [24,25,26]. The m-extra connectivity, denoted by κ m ( G ) , is defined as the minimum number of vertices whose removal from G results in every component in G F having at least ( m + 1 ) vertices [27].
In this paper, we study the m-component connectivity of leaf-sort graphs, which will be defined later in Section 2. Although this graph has been proposed for a long time, many properties related to it have not been studied due to its unique structure. The biggest feature of leaf-sort graphs is as follows: let u V ( C F n i ) , if n is odd, u has two outgoing neighbors in other subgraphs; if n is even, u only has one outgoing neighbor in other subgraphs (Proposition 2 in Section 2). Due to this special feature, many structures which exist in other graphs do not exist in leaf-sort graphs. This leads to many difficulties when studying this graph. Meanwhile, there are some conclusions about leaf-sort graphs [28,29]. It is worth noting that there are many scholars working on the domination number of a graph [30], which is a very interesting research topic, and we can try to do more research in this direction.
The remaining part of this paper is organized as follows: Section 2 introduces the definition of C F n and gives some properties of C F n . In Section 3, we first prove that the following conclusion is true: when n is odd, | N C F n ( S ) | 3 n 6 ; when n is even, | N C F n ( S ) | 3 n 7   ( S is an I n d s e t ) . Then, we get the exact value of c κ 3 ( C F n ) . In Section 4, we prove certain structures do not exist in leaf-sort graphs firstly, and then get the exact value of c κ 4 ( C F n ) . Section 5 concludes this paper.

2. Preliminaries

Let G = ( V ( G ) , E ( G ) ) be a simple connected graph, where V ( G ) is the vertex set and E ( G ) is the edge set. For a vertex v V ( G ) , N G ( v ) = { u | ( u , v ) E ( G ) } is the set of neighbors of v. Let d e g G ( v ) = | N G ( v ) | be the degree of v and δ ( G ) = min { d e g G ( v ) | v V ( G ) } be the minimum degree of G. If d e g G ( v ) = k for every v V ( G ) , then G is k-regular. A singleton of G is a vertex v with d e g G ( v ) = 0 . For a vertex set X, N G ( X ) = { x X N G ( x ) } X is the neighbor of X. The distance between any two vertices u and v, denoted by d G ( u , v ) , is the length of the shortest path from u to v. G is bipartite if there exist two vertex subsets V 1 , V 2 with V 1 V 2 = such that V ( G ) = V 1 V 2 and for each edge ( u , v ) E ( G ) , | { u , v } V 1 | = | { u , v } V 2 | = 1 . It is well known that bipartite graphs contain no odd cycles. We use Bondy and Murty [31] for terminology and notation not defined here.

2.1. Definition of Leaf-Sort Graphs

Let l 1 , l 2 be two integers with 1 l 1 l 2 . Set [ l 1 , l 2 ] = { l | l as an integer with l 1 l l 2 } . In the permutation 1 2 n p 1 p 2 p n , i p i . For convenience, we denote the permutation 1 2 n p 1 p 2 p n by p 1 p 2 p n . In [32], every permutation can be denoted by a product of disjoint cycles. For example, 1 2 3 2 3 1 = ( 123 ) . In particular, 1 2 n 1 2 n = ( 1 ) . The product σ τ of two permutations is the composition function τ followed by σ , e.g., ( 12 ) ( 13 ) = ( 132 ) . Let S n be the symmetric group on [ 1 , n ] containing all permutations p = p 1 p 2 p n of [ 1 , n ] . It is well known that { ( 1 i ) : i = 2 , 3 , , n } is a generating set for S n . So { ( 1 , i ) : i = 2 , 3 , , n } { ( j , j + 1 ) : j = 2 , 4 , , n 1 } (n is odd) is also a generating set for S n and { ( 1 , i ) : i = 2 , 3 , , n } { ( j , j + 1 ) : j = 2 , 4 , , n 2 } (n is even) is also a generating set for S n . For terminology and notation not defined here, we follow [32]. Now, we give the definition of n-dimensional leaf-sort graphs C F n .
Definition 1 
([29]). The n-dimensional leaf-sort graph C F n is a graph with vertex set V ( C F n ) = S n in which two vertices u , v are adjacent if and only if u = v ( 1 , i ) , 2 i n , or u = v ( j , j + 1 ) ,   2 j n 1 when j is even and n is odd, or u = v ( j , j + 1 ) ,   2 j n 2 when j and n are even.
By definition, we can obtain C F n as a 3 n 3 2 -regular graph on n ! vertices for odd n, and 3 n 4 2 -regular graph on n ! vertices for even n. The graphs C F 2 , C F 3 and C F 4 are depicted in Figure 1.

2.2. Structural Properties of C F n

We can partition C F n into n subgraphs C F n 1 , C F n 2 , , C F n n , where every vertex u = x 1 x 2 x n   C F n i has a fixed integer i in the last position x n for i [ 1 , n ] . It is obvious that C F n i is isomorphic to C F n 1 for i [ 1 , n ] [29]. The edges’ end vertices in different C F n i s are called cross-edges. Two edges are said to be independent if they do not share the same vertex. For i , j [ 1 , n ] with i j , we denote by E i , j ( C F n ) the set of edges between C F n i and C F n j . For each vertex u V ( C F n i ) , two vertices adjacent to u via out-edges are called the outgoing neighbors of u, and are denoted by u + = u ( 1 , n ) , u = u ( n 1 , n ) . Let N u + = { u + , u } .
Proposition 1 
([29]). Let C F n i   ( 1 i n ) be defined as above. Then, there are 2 ( n 2 ) ! independent cross-edges between two different C F n i s when n is odd; there are ( n 2 ) ! independent cross-edges between two different C F n i s when n is even.
Proposition 2 
([29]). Let v V ( C F n i )   ( 1 i n ) , which is defined as above. Then, v ( 1 , n ) and v ( n 1 , n ) belong to two different C F n j ’s ( j i ) when n is odd; v ( 1 , n ) belong to C F n j   ( j i ) when n is even.
Proposition 3. 
For any u , v V ( C F n i ) , N u + N v + = when n is odd; u + v + when n is even.
Proof. 
Let u = u 1 u 2 u n 1 i and v = v 1 v 2 v n 1 i , where u j v j for some j [ 1 , n 1 ] . Then, u + = i u 2 u n 1 u 1 i v 2 v n 1 v 1 = v + , u = u 1 u 2 i u n 1 v 1 v 2 i v n 1 = v . Moreover, u + v and v + u . Hence, when n is odd, N u + N v + = ; when n is even, u + v + . □
Proposition 4 
([29]). For any integer n 2 , C F n is bipartite.
Proposition 5. 
For any two vertices x , y V ( C F n )   ( n 3 ) , | N C F n ( x ) N C F n ( y ) | 3 .
Proof. 
If d C F n ( x , y ) = 1 or d C F n ( x , y ) 3 , then | N C F n ( x ) N C F n ( y ) | = 0 ; otherwise, (i.e., | N C F n ( x ) N C F n ( y ) | 1 ) there will be a 3-circle or d C F n ( x , y ) = 2 , a contradiction. So we only consider the situation: d C F n ( x , y ) = 2 . Next, we prove this result by induction on n.
For n = 3 , | N C F 3 ( x ) N C F 3 ( y ) | = 3 as C F 3 K 3 , 3 and d C F 3 ( x , y ) = 2 .
For n = 4 , if x , y V ( C F 4 i ) , | N C F 4 ( x ) N C F 4 ( y ) | = 3 as C F 4 i C F 3 and x + y + . If x V ( C F 4 i ) , y V ( C F 4 j )   ( i j ) , let x = x 1 x 2 x 3 i and y = y 1 y 2 y 3 j , we know x + y + . If y + C F 4 i or x + C F 4 j , then N C F 4 ( x ) N C F 4 ( y ) { x + , y + } . Thus, | N C F 4 ( x ) N C F 4 ( y ) | 2 .
Now, we assume n 5 and the result holds for C F n 1 . If x , y V ( C F n i ) for i [ 1 , n ] , then by Proposition 3 and the inductive hypothesis, the result holds. So we let x V ( C F n i ) , y V ( C F n j )   ( i j ) , x = x 1 x 2 x n 1 i , y = y 1 y 2 y n 1 j . Then, x + = i x 2 x n 1 x 1 , x = x 1 x 2 i x n 1 , y + = j y 2 y n 1 y 1 , y = y 1 y 2 j y n 1 . We know x + x and y + y since i j , x + y + and x y . As d C F n ( x , y ) = 2 and N C F n ( x ) N C F n ( y ) { x + , x , y + , y } , we can assume y + N C F n ( x ) N C F n ( y ) .
When n is odd. If y + = x , then j y 2 y 3 y n 1 y 1 = x 1 x 2 i x n 1 , x 1 = j ,   y 2 = x 2 ,   y 3 = x 3 , , y n 2 = x n 2 , y n 1 = i , y 1 = x n 1 . Thus, x + = y n 1 y 2 y 3 y n 2 y 1 j C F n j and y = x n 1 x 2 x 3 x n 2 x 1 i C F n i , y x + E ( C F n j ) , x y E ( C F n i ) . So | N C F n ( x ) N C F n ( y ) | = 3 . If y + C F n i and adjacent to x, then y + = j y 2 y n 1 i , N C F n ( x ) N C F n ( y ) { x + , y + , x } . Thus, | N C F n ( x ) N C F n ( y ) | 3 . Furthermore, | N C F n ( x ) N C F n ( y ) | = 3 holds if and only if y = x + ; this is similar to the situation y + = x . When y x + , | N C F n ( x ) N C F n ( y ) | 2 . So when n is odd, this result holds.
When n is even, note that x + y + . If y + C F n i or x + C F n j , then N C F n ( x ) N C F n ( y ) { x + , y + } . Thus, | N C F n ( x ) N C F n ( y ) | 2 .
In summary, this proposition is proven. □
Corollary 1. 
When n 4 is even, if x and y belong to two different subgraphs in C F n , then | N C F n ( x ) N C F n ( y ) | 2 .
Corollary 2. 
When n 3 is odd, for any two vertices x , y V ( C F n ) , where x V ( C F n i ) , y V ( C F n j )   ( i j ) . Then, | N C F n ( x ) N C F n ( y ) | = 3 holds if and only if y + = x or y = x + .
Proposition 6 
([29]). Let C F n be the leaf-sort graph. Then, the connectivity κ ( C F n ) = 3 n 3 2 when n is odd and κ ( C F n ) = 3 n 4 2 when n is even.
Lemma 1 
([28]). Let F V ( C F n ) with | F | 3 n 6 when n is odd ( n 5 ) and | F | 3 n 7 when n is even ( n 4 ) . If C F n F is disconnected, then C F n F satisfies one of the following conditions:
( 1 )   C F n F has two components, one of which is a singleton;
( 2 )   C F n F has three components, two of which are singletons.
The conclusion of Lemma 1 is closely related to the m-component connectivity of C F n , which is why we listed it here.

3. The 3-Component Connectivity of CF n

In this section, we will discuss the 3-component connectivity of C F n , and will prove that, when n is odd, c κ 3 ( C F n ) = 3 n 6 for n 3 ; when n is even, c κ 3 ( C F n ) = 3 n 7 for n 3 . Before proving our main results, we prove some useful lemmas firstly. Let S be a subset of V ( G )  (i.e., S V ( G ) ) ; S is called an independent set ( I n d s e t ) if any two vertices x 1 , x 2 V ( S ) are nonadjacent.
Lemma 2. 
When n is odd, if x 1 V ( C F n i ) , then there exists only ( n 3 ) vertices in C F n i , which can satisfy that | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 ; when n is even, if x 1 V ( C F n i ) , then there exists only ( n 2 ) vertices in C F n i such that | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 . In addition, these vertices are all regular.
Proof. 
Note that C F n i C F n 1 . When n is odd, n 1 is even, { x 1 , x 2 } V ( C F n i ) . Since | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 , by Corollary 1 we know that x 1 , x 2 must belong to a common subgraph in C F n i ; otherwise, if x 1 , x 2 belong to different subgraphs in C F n i , then | N C F n i ( x 1 ) N C F n i ( x 2 ) | 2 . So we can assume x 1 = i 1 i 2 i 3 i n 2 j i , x 2 = j 1 j 2 j 3 j n 2 j i . Now, we let x 1 = i 1 i 2 i 3 i n 2 , x 2 = j 1 j 2 j 3 j n 2 , then { x 1 , x 2 } V ( G 1 ) , G 1 C F n 2 , n 2 is odd. Since | N G 1 ( x 1 ) N G 1 ( x 2 ) | = 3 , by the proof process of Proposition 5, we now x 1 , x 2 have two different situations:
Case 1. 
x 1 , x 2 belong to two different subgraphs in G 1 , and ( x 1 ) + = ( x 2 ) or ( x 1 ) = ( x 2 ) + .
In this case, we have i n 2 j n 2 . If ( x 1 ) + = i n 2 i 2 i 3 i n 3 i 1 = ( x 2 ) = j 1 j 2 j 3 j n 2   j n 3 , then j 1 = i n 2 , j 2 = i 2 ,, j n 4 = i n 4 , j n 3 = i 1 , j n 2 = i n 3 . Thus, x 2 = i n 2 i 2 i 3 i n 4   i 1 i n 3 j i . If ( x 1 ) = i 1 i 2 i 3 i n 2 i n 3 = ( x 2 ) + = j n 2 j 2 j 3 j n 3 j 1 , then j n 2 = i 1 ,   j 2 = i 2 ,   , j n 4 = i n 4 , j n 3 = i n 2 , j 1 = i n 3 . Thus, x 2 = i n 3 i 2 i 3 i n 4 i n 2 i 1 j i .
Case 2. 
x 1 , x 2 belong to the same subgraph in G 1 .
In this case, we have i n 2 = j n 2 , x 1 = i 1 i 2 i 3 i n 2 , x 2 = j 1 j 2 j 3 i n 2 . As G 1 i n 2 C F n 3 , n 3 is even, | N G 1 i n 2 ( x 1 ) N G 1 i n 2 ( x 2 ) | = 3 , we can obtain x 1 , x 2 belonging to a common subgraph in G 1 i n 2 . Then, i n 3 = j n 3 . Let x 1 = i 1 i 2 i 3 i n 4 , x 2 = j 1 j 2 j 3 j n 4 , then { x 1 , x 2 } V ( G 2 ) , G 2 C F n 4 and | N G 2 ( x 1 ) N G 2 ( x 2 ) | = 3 . As ( n 4 ) is odd, there are two different situations:
Subcase 2.1. 
x 1 , x 2 belong to two different subgraphs in G 2 , and ( x 1 ) + = ( x 2 ) or ( x 1 ) = ( x 2 ) + .
If ( x 1 ) + = ( x 2 ) , we can get j 1 = i n 4 , j 2 = i 2 , , j n 6 = i n 6 , j n 4 = i n 5 , j n 5 = i 1 . Thus, x 2 = i n 4 i 2 i 3 i n 6 i 1 i n 5 i n 3 i n 2 j i . If ( x 1 ) = ( x 2 ) + , then j 1 = i n 5 , j 2 = i 2 , , j n 4 = i 1 , j n 5 = i n 4 . Thus, x 2 = i n 5 i 2 i 3 i n 6 i n 4 i 1 i n 3 i n 2 j i .
Subcase 2.2. 
x 1 , x 2 belong to a same subgraph in G 2 .
This case is similar to case 2; this is a finite cycle process.
Finally, when n is odd, we can obtain ( n 3 ) vertices such that | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 , they are i n 2 i 2 i 3 i n 4 i 1 i n 3 j i , i n 3 i 2 i 3 i n 4 i n 2 i 1 j i , i n 4 i 2 i 3 i n 6 i 1 i n 5 i n 3 i n 2 j i , i n 5 i 2 i 3 i n 4 i 1 i n 3 i n 2 j i ,…, i 3 i 1 i 2 i 4 i n 2 j i , i 2 i 3 i 1 i 4 i n 2 j i .
When n is even, n 1 is odd, C F n i C F n 1 . Let x 1 = i 1 i 2 i 3 i n 1 i , x 2 = j 1 j 2 j 3 j n 1 i , | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 . Assume x 1 = i 1 i 2 i 3 i n 1 , x 2 = j 1 j 2 j 3 j n 1 , then { x 1 , x 2 } V ( G 1 ) , G 1 C F n 1 ; similarly, we can also divide it into two different situations:
Case 1. 
x 1 , x 2 belong to two different subgraphs in G 1 , and ( x 1 ) + = ( x 2 ) or ( x 1 ) = ( x 2 ) + .
In this case, we have i n 1 j n 1 . If ( x 1 ) + = ( x 2 ) , then j 1 = i n 1 , j 2 = i 2 , , j n 1 = i n 2 , j n 2 = i 1 . Thus, x 2 = i n 1 i 2 i 3 i n 3 i 1 i n 2 i . If ( x 1 ) = ( x 2 ) + , then j 1 = i n 2 , j 2 = i 2 , , j n 2 = i n 1 , j n 1 = i 1 . Thus, x 2 = i n 2 i 2 i 3 i n 3 i n 1 i 1 i .
Case 2. 
x 1 , x 2 belong to a same subgraph in G 1 .
In this case, i n 1 = j n 1 . Since G 1 i n 1 C F n 2 and | N G 1 i n 1 ( x 1 ) N G 1 i n 1 ( x 2 ) | = 3 , x 1 and x 2 are in a same subgraph in G 1 i n 1 . So i n 2 = j n 2 . Let x 1 = i 1 i 2 i 3 i n 3 , x 2 = j 1 j 2 j 3 j n 3 , then { x 1 , x 2 } V ( G 2 ) , G 2 C F n 3 , n 3 is odd. As | N G 2 ( x 1 ) N G 2 ( x 2 ) | = 3 , we can also consider the following two situations:
Subcase 2.1. 
x 1 and x 2 belong to two different subgraphs in G 2 , and ( x 1 ) + = ( x 2 ) or ( x 1 ) = ( x 2 ) + .
If ( x 1 ) + = ( x 2 ) , then j 1 = i n 3 , j 2 = i 2 , , j n 3 = i n 4 , j n 4 = i 1 . Thus x 2 = i n 3 i 2 i 3 i n 5   i 1 i n 4 i n 2 i n 1 i . If ( x 1 ) = ( x 2 ) + , then j 1 = i n 4 , j 2 = i 2 , , j n 3 = i 1 , j n 4 = i n 3 . Thus x 2 = i n 4 i 2 i 3 i n 5 i n 3 i 1 i n 2 i n 1 i .
Subcase 2.2. 
x 1 and x 2 belong to a same subgraph in G 2 .
This case is similar to case 2; this is also a finite cycle process.
Finally, when n is even, we can obtain ( n 2 ) vertices such that | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 , they are i n 1 i 2 i 3 i n 3 i 1 i n 2 i , i n 2 i 2 i 3 i n 3 i n 1 i 1 i , i n 3 i 2 i 3   i n 5 i 1 i n 4 i n 2 i n 1 i , i n 4 i 2 i 3   i n 5 i n 3 i 1 i n 2 i n 1 i ,, i 3 i 1 i 2 i 4 i n 2 i n 1 i , i 2 i 3 i 1 i 4 i n 2 i n 1 i . □
Corollary 3. 
Let C F n is an n-dimension leaf-sort graph, { x 1 , x 2 } V ( C F n i ) . If x 1 = i 1 i 2 i 3 i n 1 i , x 2 = j 1 j 2 j 3 j n 1 i and | N C F n i ( x 1 ) N C F n i ( x 2 ) | = 3 , then j 1 i 1 .
Lemma 3. 
For n 3 , let S is an I n d -set and | S | = 2 , then when n is odd, | N C F n ( S ) | 3 n 6 ; when n is even, | N C F n ( S ) | 3 n 7 .
Proof. 
Let S = { x 1 , x 2 } , as S is an I n d -set, so x 1 and x 2 are nonadjacent. By Proposition 5 and the definition of C F n , we know that | N C F n ( x 1 ) N C F n ( x 2 ) | 3 and C F n is a 3 n 3 2 -regular graph ( n is odd) or 3 n 4 2 -regular graph ( n is even). So, when n is odd, | N C F n ( S ) | = | N C F n ( x 1 ) | + | N C F n ( x 2 ) | | N C F n ( x 1 ) N C F n ( x 2 ) | 2 × 3 n 3 2 3 = 3 n 6 . When n is even, | N C F n ( S ) | = | N C F n ( x 1 ) | + | N C F n ( x 2 ) | | N C F n ( x 1 ) N C F n ( x 2 ) | 2 × 3 n 4 2 3 = 3 n 7 . □
Corollary 4. 
For n 4 , let F be a subset of V ( C F n )  (i.e., F V ( C F n ) ) and when n is odd, | F | 3 n 7 ; when n is even, | F | 3 n 8 , then C F n F contains a big component C, which satisfies | V ( C ) | n ! | F | 1 .
Theorem 1. 
For n 3 , when n is odd, c κ 3 ( C F n ) = 3 n 6 ; when n is even, c κ 3 ( C F n ) = 3 n 7 .
Proof. 
For n = 3 , since c κ l + 1 ( C F n ) c κ l ( C F n ) , we can obtain c κ 3 ( C F 3 ) 3 n 3 2 = 3 = 3 n 6 by Proposition 6. For n 4 , by Corollary 4, we can also obtain c κ 3 ( C F n ) 3 n 6 when n is odd and c κ 3 ( C F n ) 3 n 7 when n is even. Next, we will prove that, when n is odd, c κ 3 ( C F n ) 3 n 6 and when n is even, c κ 3 ( C F n ) 3 n 7 . Since | N C F n ( x 1 ) N C F n ( x 2 ) | 3 , we can choose two different vertices x 1 , x 2 V ( C F n ) , such that | N C F n ( x 1 ) N C F n ( x 2 ) | = 3 . From the definition of C F n , we know that C F n is a 3 n 3 2 -regular ( n is odd) and 3 n 4 2 -regular graph ( n is even), so when n is odd, | N C F n ( { x 1 , x 2 } ) | = 2 × 3 n 3 2 3 = 3 n 6 ; when n is even, | N C F n ( { x 1 , x 2 } ) | = 2 × 3 n 4 2 3 = 3 n 7 . Let F = N C F n ( { x 1 , x 2 } ) ; we know C F n F contains three components and two of them only have a singleton. So we can obtain c κ 3 ( C F n ) 3 n 6   ( n is odd) and c κ 3 ( C F n ) 3 n 7   ( n is even). □

4. The 4-Component Connectivity of CF n

Lemma 4. 
When n = 4 , let S be an I n d -set and | S | = 3 , | N C F 4 ( S ) | 6 .
Proof. 
Let S = { x 1 , x 2 , x 3 } ; since S is an I n d -set, x 1 , x 2 , x 3 are nonadjacent with each other. Note that C F 4 i C F 3 , C F 3 K 3 , 3 . Next, we will think about the following three cases.
Case 1. 
x 1 , x 2 , x 3 belong to the same subgraph C F 4 i .
In this case, since C F 4 i K 3 , 3 and S is an I n d -set, | N C F 4 i ( S ) | = 3 . By Proposition 3, we know the outgoing neighbors of { x 1 , x 2 , x 3 } are different. Thus, | N C F 4 ( S ) | = 3 + 3 = 6 .
Case 2. 
x 1 , x 2 , x 3 belong to two different subgraphs C F 4 i , C F 4 j   ( i j ) .
In this case, we can let { x 1 , x 2 } V ( C F 4 1 ) , x 3 V ( C F 4 2 ) . Since x 1 and x 2 are nonadjacent, we can obtain | N C F 4 1 ( { x 1 , x 2 } ) | = 3 , | N C F 4 2 ( x 3 ) | = 3 . By the definition of C F n , we know x i   ( i { 1 , 2 , 3 } ) only has one outgoing neighbor. If the structure shown in Figure 2a exists, | N C F 4 ( S ) | | N C F 4 1 ( { x 1 , x 2 } ) | + | N C F 4 2 ( x 3 ) | = 6 . Now, we can show that this structure does not exist. As | N C F 4 1 ( { x 1 , x 2 } ) | = 3 and { x 1 , x 2 } V ( C F 4 1 ) , we assume x 1 = 2341 , then x 2 = 4231 or x 2 = 3421 . Thus, x 1 + V ( C F 4 2 ) , x 2 + V ( C F 4 2 ) , and the structure shown in Figure 2a does not exist. Thus, | N C F 4 ( S ) | 7 .
Case 3. 
x 1 , x 2 , x 3 belong to three different subgraphs C F 4 i , C F 4 j , C F 4 k   ( i , j , k are different from each other).
In this case, we can let x i V ( C F 4 i ) . By the definition of C F n , we know | N C F 4 i ( x i ) | = 3 , thus | N C F 4 ( S ) | 3 × 3 = 9 .
Combining the above three situations, we can obtain | N C F 4 ( S ) | 6 . □
Lemma 5. 
When n = 5 , let S be an I n d -set and | S | = 3 , | N C F 5 ( S ) | 12 .
Proof. 
Let S = { x 1 , x 2 , x 3 } , since S is an I n d -set, x 1 , x 2 , x 3 are nonadjacent with each other. Note that C F 5 i C F 4   ( 1 i 5 ) . We think about the following three cases.
Case 1. 
x 1 , x 2 , x 3 belong to the same subgraph C F 5 i .
Since C F 5 i C F 4 , by Lemma 4, we can obtain | N C F 5 i ( S ) | 6 . By the definition of C F n and Proposition 3, we know the outgoing neighbors of { x 1 , x 2 , x 3 } are different and every vertex has two different outgoing neighbors. Thus, | N C F 5 ( S ) | = | N C F 5 i ( S ) | + 6 6 + 6 = 12 .
Case 2. 
x 1 , x 2 , x 3 belong to two different subgraphs C F 5 i , C F 5 j   ( i j ) .
In this case, we can let { x 1 , x 2 } V ( C F 5 1 ) , x 3 V ( C F 5 2 ) . Since C F 5 1 C F 4 , by Lemma 3, we know that | N C F 5 1 ( { x 1 , x 2 } ) | 3 ( n 1 ) 7 = 3 × 5 10 = 5 . By the definition of C F n , we can obtain | N C F 5 2 ( x 3 ) | = 3 ( n 1 ) 4 2 = 4 . By Proposition 2, we can ascertain that x 1 and x 2 have, at most, two neighbors which belong to C F 5 2 . In other words, there are at least two neighbors of x 1 and x 2 belonging to C F 5 C F 5 1 C F 5 2 . If the structure shown in Figure 2b exists, then | N C F 5 ( S ) | | N C F 5 1 ( { x 1 , x 2 } ) | + | N C F 5 2 ( x 3 ) | + 2 = 5 + 4 + 2 = 11 . Furthermore, | N C F 5 ( S ) | = 11 holds if and only if this structure exists. Now, we can prove this structure does not exist.
Since { x 1 , x 2 } V ( C F 5 1 ) and | N C F 5 1 ( x 1 ) N C F 5 1 ( x 2 ) | = 3 , by Lemma 2, we can ascertain whether x 1 = i 1 i 2 i 3 i 4 1 , x 2 = i 3 i 1 i 2 i 4 1 or x 2 = i 2 i 3 i 1 i 4 1   ( i 1 , i 2 , i 3 , i 4 are different from each other).
If x 2 = i 3 i 1 i 2 i 4 1 , then x 2 + = 1 i 1 i 2 i 4 i 3 , x 2 = i 3 i 1 i 2 1 i 4 . Since x 1 + = 1 i 2 i 3 i 4 i 1 , x 1 = i 1 i 2 i 3 1 i 4 and one of the two outgoing neighbors of x 1 , x 2 belong to C F 5 2 , we can obtain i 4 = 2 . Thus, { x 1 , x 2 } V ( C F 5 2 ) . As x 1 , x 2 are adjacent to x 3 , so x 3 = i 2 i 1 i 3 12 or x 3 = i 3 i 2 i 1 12 or x 3 = i 1 i 3 i 2 12 . When x 3 = i 2 i 1 i 3 12 , x 3 + = 2 i 1 i 3 1 i 2 V ( C F 5 i 2 ) , x 3 = i 2 i 1 i 3 21 V ( C F 5 1 ) , and x 3 is adjacent to x 2 . Since x 1 + = 1 i 2 i 3 2 i 1 V ( C F 5 i 1 ) , x 2 + = 1 i 1 i 2 2 i 3 V ( C F 5 i 3 ) , x 3 + x 1 + , x 3 + x 2 + . Thus, this structure does not exist. When x 3 = i 3 i 2 i 1 12 , x 3 + = 2 i 2 i 1 1 i 3 V ( C F 5 i 3 ) , x 3 = i 3 i 2 i 1 21 V ( C F 5 1 ) , and x 3 is adjacent to x 1 . Since x 1 + = 1 i 2 i 3 2 i 1 , x 2 + = 1 i 1 i 2 2 i 3 and 1 2 , x 3 + x 1 + , x 3 + x 2 + . When x 3 = i 1 i 3 i 2 12 , x 3 + = 2 i 3 i 2 1 i 1 V ( C F 5 i 1 ) , x 3 = i 1 i 3 i 2 21 V ( C F 5 1 ) , and x 3 is adjacent to x 2 . Since x 1 + = 1 i 2 i 3 2 i 1 , x 2 + = 1 i 1 i 2 2 i 3 and 1 2 , x 3 + x 1 + , x 3 + x 2 + . So this structure does not exist.
If x 2 = i 2 i 3 i 1 i 4 1 , then x 2 + = 1 i 3 i 1 i 4 i 2 , x 2 = i 2 i 3 i 1 1 i 4 . Since x 1 + = 1 i 2 i 3 i 4 i 1 , x 1 = i 1 i 2 i 3 1 i 4 and one of the two outgoing neighbors of x 1 , x 2 belong to C F 5 2 , we can obtain i 4 = 2 . Thus, { x 1 , x 2 } V ( C F 5 2 ) . As x 1 , x 2 are adjacent to x 3 , so x 3 = i 3 i 2 i 1 12 or x 3 = i 1 i 3 i 2 12 or x 3 = i 2 i 1 i 3 12 . As discussed above, we can also conclude that this structure does not exist.
Thus, the structure shown in Figure 2b does not exist, | N C F 5 ( S ) | 12 .
Case 3. 
x 1 , x 2 , x 3 belong to three different subgraphs C F 5 i , C F 5 j , C F 5 k   ( i , j , k are different from each other).
Without loss of generality, we can let x 1 V ( C F 5 1 ) , x 2 V ( C F 5 2 ) , x 3 V ( C F 5 3 ) . By the definition of C F n , we can obtain | N C F 5 i ( x i ) | = 3 ( n 1 ) 4 2 = 4   ( i { 1 , 2 , 3 } ) , thus | N C F 5 ( S ) | | N C F 5 1 ( x 1 ) | + | N C F 5 2 ( x 2 ) | + | N C F 5 3 ( x 3 ) | = 12 .
Combining the above three situations, we can obtain | N C F 5 ( S ) | 12 . □
Lemma 6. 
When n is odd, let S = { x 1 , x 2 , x 3 } be an I n d -set, where { x 1 , x 2 } V ( C F n i ) , x 3 V ( C F n j )   ( i j ) and | N C F n i ( { x 1 , x 2 } ) | = 3 n 10 . Then, | N C F n ( S ) | 9 n 23 2 .
Proof. 
When n is odd, | N C F n ( S ) | = 9 n 23 2 occurs if and only if the structure in Figure 3 appears. Next, we will prove that these structures cannot appear.
Firstly, we prove that the structure shown in Figure 3a does not exist. Suppose, on the contrary, we assume this structure exists and { x 1 , x 2 } V ( C F n 1 ) , then x 1 = i 1 i 2 i 3 i n 2 i n 1 1 , x 2 = j 1 j 2 j 3 j n 2 j n 1 1 . As | N C F n i ( { x 1 , x 2 } ) | = 3 n 10 , by the proof process of Lemma 3, we can know that x 1 , x 2 must have three common neighbors in C F n 1 . Note that n is odd, then n 1 is even, and C F n i C F n 1 . By Corollary 1, we can ascertain that x 1 , x 2 must belong to a common subgraph in C F n 1 ; otherwise, if x 1 , x 2 belongs to two different subgraphs in C F n 1 , then | N C F n 1 ( { x 1 , x 2 } ) | 2 , which is a contradiction. So j n 1 = i n 1 , x 1 + = 1 i 2 i 3 i n 2 i n 1 i 1 , x 1 = i 1 i 2 i 3 i n 2 1 i n 1 , x 2 + = 1 j 2 j 3 j n 2 i n 1 j 1 , x 2 = j 1 j 2 j 3 j n 2 1 i n 1 . By Corollary 3, we know j 1 i 1 . As one of the two outgoing neighbors of x 1 and x 2 belong to a common subgraph with x 3 , { x 1 , x 2 } V ( C F n i n 1 ) and x 3 V ( C F n i n 1 ) . Now, we assume x 3 = k 1 k 2 k 3 k n 2 k n 1 i n 1 . As one of the two outgoing neighbors of x 3 belongs to C F n 1 , x 3 = k 1 k 2 k 3 k n 2 1 i n 1 or x 3 = 1 k 2 k 3 k n 2 k n 1 i n 1 . When x 3 = k 1 k 2 k 3 k n 2 1 i n 1 , x 3 + = i n 1 k 2 k 3 k n 2 1 k 1 , x 3 = k 1 k 2 k 3 k n 2 i n 1 1 . In this situation, x 3 V ( C F n 1 ) , x 3 + V ( C F n k 1 ) , since i n 1 1 , we have x 3 + x 1 + , x 3 + x 2 + . Thus, this structure does not exist. When x 3 = 1 k 2 k 3 k n 2 k n 1 i n 1 , as x 1 , x 2 are adjacent to x 3 , we can obtain x 1 = x 3 ( 1 , n 1 ) , x 2 = x 3 ( 1 , n 1 ) ; this contradicts the fact that x 1 x 2 , thus this structure does not exist.
Next, we will prove that the structure in Figure 3b does not exist. Similarly, we know that j 1 i 1 , j n 1 = i n 1 , { x 1 , x 2 } V ( C F n i n 1 ) and x 3 V ( C F n i n 1 ) . We let x 3 = k 1 k 2 k 3 k n 2 k n 1 i n 1 , then x 3 + = i n 1 k 2 k 3 k n 2 k n 1 k 1 , x 3 = k 1 k 2 k 3 k n 2 i n 1 k n 1 . Thus, x 3 +   x 1 + and x 3 +   x 2 + ; the structure in Figure 3b does not exist. □
Lemma 7. 
When n is even, let S = { x 1 , x 2 , x 3 } be an I n d -set, where { x 1 , x 2 } V ( C F n i ) , x 3 V ( C F n j )   ( i j ) and | N C F n i ( { x 1 , x 2 } ) | = 3 n 9 . Then, | N C F n ( S ) | 9 n 24 2 .
Proof. 
When n is even, | N C F n ( S ) | = 9 n 24 2 occurs if and only if the structure in Figure 4 appears. Next, we will prove that this structure does not exist. Note that C F n i C F n 1 ; n 1 is odd.
Suppose, on the contrary, we assume this structure exists; as | N C F n i ( { x 1 , x 2 } ) | = 3 n 9 , we know x 1 , x 2 must have three common neighbors in C F n i by Lemma 3. Now, we let x 1 = i 1 i 2 i 3 i n 2 i n 1 i , x 2 = j 1 j 2 j 3 j n 2 j n 1 i . By Corollary 3, we know j i [ i 1 , i n 1 ] and j 1 i 1 . Thus, x 1 + V ( C F n i 1 ) , x 2 + V ( C F n j 1 ) , x 1 + and x 2 + can not belong to a common subgraph in C F n ; this contradicts this structure. Thus, | N C F n ( S ) | 9 n 24 2 . □
Lemma 8. 
When n 4 , let S be an I n d -set and | S | = 3 , then when n is odd, | N C F n ( S ) | 9 n 21 2 ; when n is even, | N C F n ( S ) | 9 n 24 2 .
Proof. 
Let S = { x 1 , x 2 , x 3 } ; since S is an I n d -set, x 1 , x 2 , x 3 are nonadjacent to each other. We prove this result by induction on n. By Lemmas 4 and 5, we know when n = 4 , 5 , this result holds. Now, we assume that n 6 and the result holds for C F n 1 . Note that C F n i C F n 1 . Next, we think about the following three cases:
Case 1. 
x 1 , x 2 , x 3 belong to a same subgraph C F n i .
When n is odd, by the induction hypothesis, we have | N C F n i ( S ) | 9 ( n 1 ) 24 2 = 9 n 33 2 . By Proposition 3 and the definition of C F n , we know the neighbors of x 1 , x 2 , x 3 in C F n C F n i are different and every vertex has two outgoing neighbors. Thus, | N C F n ( S ) | = | N C F n i ( S ) | + | N C F n C F n i ( S ) | 9 n 33 2 + 6 = 9 n 21 2 .
When n is even, by the induction hypothesis, we have | N C F n i ( S ) | 9 ( n 1 ) 21 2 = 9 n 30 2 . By Proposition 3 and the definition of C F n , we know the neighbors of x 1 , x 2 , x 3 in C F n C F n i are different and every vertex has only one outgoing neighbor. Thus, | N C F n ( S ) | = | N C F n i ( S ) | + | N C F n C F n i ( S ) | 9 n 30 2 + 3 = 9 n 24 2 .
Case 2. 
x 1 , x 2 , x 3 belong to two different subgraphs C F n i , C F n j   ( i j ) .
In this case, we can let { x 1 , x 2 } V ( C F n i ) , x 3 V ( C F n j ) . By Lemma 3, we can obtain the following: when n is odd, | N C F n i ( { x 1 , x 2 } ) | 3 ( n 1 ) 7 = 3 n 10 ; when n is even, | N C F n i ( { x 1 , x 2 } ) | 3 ( n 1 ) 6 = 3 n 9 . By the definition of C F n , we know that, when n is odd, | N C F n j ( x 3 ) | = 3 ( n 1 ) 4 2 = 3 n 7 2 ; when n is even, | N C F n j ( x 3 ) | = 3 ( n 1 ) 3 2 = 3 n 6 2 . When n is odd, by Proposition 2, we know x 1 , x 2 that, at most, two outgoing neighbors can belong to C F n j ; in other words, there are at least two outgoing neighbors of { x 1 , x 2 } that can belong to C F n C F n i C F n j . So | N C F n ( S ) | | N C F n i ( { x 1 , x 2 } ) | + | N C F n j ( x 3 ) | + 2 = 9 n 23 2 . By Lemma 6, we know | N C F n ( S ) | 9 n 23 2 , thus | N C F n ( S ) | 9 n 23 2 + 1 = 9 n 21 2 . When n is even, if the structure of Figure 4 exists, then | N C F n ( S ) | | N C F n i ( { x 1 , x 2 } ) | + | N C F n j ( x 3 ) | = 3 n 9 + 3 n 6 2 = 9 n 24 2 . By Lemma 7, we know this structure does not exist, so | N C F n ( S ) | 9 n 24 2 + 1 = 9 n 22 2 .
Case 3. 
x 1 , x 2 , x 3 belong to three different subgraphs C F n i , C F n j , C F n k   ( i , j , k are different from each other).
Without loss of generality, we can let x 1 V ( C F n 1 ) , x 2 V ( C F n 2 ) , x 3 V ( C F n 3 ) . By Proposition 6, we have, when n is odd, | N C F n i ( x i ) | = 3 n 7 2   ( i { 1 , 2 , 3 } ) ; when n is even, | N C F n i ( x i ) | = 3 n 6 2   ( i { 1 , 2 , 3 } ) . Thus, when n is odd, | N C F n ( S ) | 3 × 3 n 7 2 = 9 n 21 2 ; when n is even, | N C F n ( S ) | 3 × 3 n 6 2 = 9 n 18 2 .
Thus, the result holds. □
Corollary 5. 
When n is even, let S = { x 1 , x 2 , x 3 } be an I n d -set, if | N C F n ( S ) | = 9 n 24 2 , then x 1 , x 2 , x 3 belong to the same subgraph in C F n .
Lemma 9. 
For n = 5 , if | F | 11 , then C F 5 F contains a big component C, which satisfies the result | V ( C ) | 5 ! | F | 2 . In other words, C F 5 F satisfies one of the following conditions: ( 1 )   C F 5 F has two components, one of which is a singleton or an edge; ( 2 )   C F 5 F has three components, two of which are singletons.
Proof. 
We are not going to think about C F 5 F being connected for the moment, so we assume that C F 5 F is disconnected. Let F i = F V ( C F 5 i ) for i = 1 , 2 , 3 , 4 , 5 with | F i 1 | | F i 2 | | F i 3 | | F i 4 | | F i 5 | , where i j { 1 , 2 , 3 , 4 , 5 } . If | F i 3 | = 0 , then | F i 4 | = | F i 5 | = 0 and C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] is connected. By Proposition 2, we know every vertex in C F 5 i 1 F i 1   ( r e s p . , C F 5 i 2 F i 2 ) has an neighbor in C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] . So C F 5 F is connected, which is a contradiction. Hence, we consider | F i 3 | 1 . Since | F | 11 , we have | F i 5 | 2 , | F i 4 | 2 , 1 | F i 3 | 3 , 1 | F i 2 | 5 , 1 | F i 1 | 9 . Firstly, we prove the following claim is correct. □
Claim 1. 
If  | F i j | 3  for some  i j [ i 1 , i 4 ] , then  C F 5 [ i j , i 5 ] F [ i j , i 5 ]  is connected.
Proof of Claim 1. 
By Proposition 6, we can ascertain that C F 5 j F j is connected for each j [ i j , i 5 ] . On the other hand, as | F i 5 | 2 , we can obtain | E p , i 5 ( C F 5 ) | = 12 > 5 | F p | + | F i 5 | , which implies E p , i 5 ( C F 5 F ) for p [ i j , i 4 ] . Hence, C F 5 [ i j , i 5 ] F [ i j , i 5 ] is connected.
Since | F i 5 | | F i 4 | | F i 3 | 3 , by Claim 1, we can ascertain that C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] is connected. If C F 5 i 1 F i 1 and C F 5 i 2 F i 2 are all connected, we know C F 5 F is connected. As | E i 2 , i 3 ( C F 5 ) | = 12 > 8 | F i 2 F i 3 | , C F [ i 2 , i 5 ] F [ i 2 , i 5 ] is connected. As | E i 1 , i 5 ( C F 5 ) | = 12 > 9 + 2 = 11 | F i 1 F i 5 | , we establish that C F 5 F is connected. Since C F 5 F is disconnected, at least one of C F 5 i F i , i { i 1 , i 2 } is disconnected, which leads to the following two cases.
Note that, if | F i 3 F i 4 F i 5 | 1 , by Proposition 3, we can ascertain that C F 5 i F i   ( i { i 1 , i 2 } ) has a big component C i and, at most, one vertices, which has a neighbor in F i 3 F i 4 F i 5 . Thus, if C F 5 i 1 F i 1 or C F 5 i 2 F i 2 is connected, then C F 5 F satisfies the condition ( 1 ) . If C F 5 i 1 F i 1 and C F 5 i 2 F i 2 are all disconnected, then C F 5 F satisfies the condition ( 2 ) . Hence, we only think about this situation: | F i 3 F i 4 F i 5 | 2 .
Case 1. 
Both C F 5 i 1 F i 1 and C F 5 i 2 F i 2 are disconnected.
In this case, we know | F i 1 | | F i 2 | 4 . Since | F i 3 F i 4 F i 5 | 2 , | F i 1 F i 2 | | F | | F i 3 F i 4 F i 5 | 11 2 = 9 . Hence, | F i 2 | = 4 , 4 | F i 1 | 5 . By Corollary 4, we know C F 5 i 2 F i 2 has a big component C 2 and a singleton x 2 . By Lemma 1, C F 5 i 1 F i 1 should consider the following two situations: ( 1 )   C F 5 i 1 F i 1 has two components, one of which is a singleton. ( 2 )   C F 5 i 1 F i 1 has three components, two of which are singletons. For ( 1 ) , let C 1 be the big component and x 1 be the singleton of C F 5 i 1 F i 1 ; since | V ( C 1 ) | = | V ( C 2 ) | = | V ( C F 5 i ) F i { x i } | 4 ! 5 1 = 18   ( i { i 1 , i 2 } ) and | F i 3 F i 4 F i 5 | 3 , by Proposition 3, we can ascertain that C F 5 [ V ( C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] ) V ( C 1 ) ] is connected. Similarly, we can also ascertain that C F 5 [ V ( C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] ) V ( C 2 ) ] is connected. Thus, the result holds. For ( 2 ) , let C 1 be the big component and x 1 , x 3 be singletons of C F 5 i 1 F i 1 . If x 2 is nonadjacent to { x 1 , x 3 } , then { x 1 , x 2 , x 3 } are three singletons in C F 5 F . By Lemma 5, we can obtain | F | 12 ; this contradicts the fact that | F | 11 . If x 2 is adjacent to { x 1 , x 3 } , say ( x 1 , x 2 ) E ( C F 5 F ) , then C F 5 F only has two components; otherwise, we let C F 5 F have three components, then x 3 is a singleton in C F 5 F . By Proposition 5, we have | F | | N C F 5 ( { x 1 , x 2 } ) N C F 5 ( x 3 ) | 5 × 2 + 6 3 = 13 > 11 , which is a contradiction. Thus, the result holds.
Case 2. 
Only C F 5 i 2 F i 2 is disconnected.
Since | F i 3 F i 4 F i 5 | 2 , | F i 1 F i 2 | 9 . As C F 5 i 2 F i 2 is disconnected, we have | F i 2 | 4 and then | F i 1 | 5 . If | F i 2 | = 5 , then | F i 1 | 5 , | F | | F i 1 | + | F i 2 | + | F i 3 F i 4 F i 5 | 5 + 5 + 2 = 12 , which is a contradiction. Thus, | F i 2 | = 4 . Since | E i 1 , i 3 ( C F 5 ) | = 12 > 8 | F i 1 F i 3 | , C F 5 [ V ( C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] ) V ( C F 5 i 1 F i 1 ) ] is connected. As | F i 2 | = 4 , by Corollary 4, we know C F 5 i 2 F i 2 has a big component S and, at most, one singleton. By the same argument as that of Case 1, we can ascertain that C F 5 [ V ( C F 5 [ i 3 , i 5 ] F [ i 3 , i 5 ] ) V ( C F 5 i 1 F i 1 ) V ( S ) ] is connected. Then, C F 5 F must satisfy condition ( 1 ) .
Case 3. 
Only C F 5 i 1 F i 1 is disconnected.
By Proposition 6, we have | F i 1 | 4 . Since | F | 11 and | F i 3 F i 4 F i 5 | 2 , | F i 2 | 4 . As | E i 2 , i 3 ( C F 5 ) | = 12 > 7 | F i 2 F i 3 | , we can see that C F 5 [ i 2 , i 5 ] F [ i 2 , i 5 ] is connected.
If | F i 1 | 5 , by Lemma 1, C F 5 i 1 F i 1 has a big component S and one single and two singletons. By the same argument as that of Case 1, we can see that C F 5 [ V ( C F 5 [ i 2 , i 5 ] F [ i 2 , i 5 ] ) V ( S ) ] is connected. Then, C F 5 F must be one of conditions ( 1 ) and ( 2 ) .
Now, we suppose | F i 1 | 6 . Then, | F i 2 F i 3 F i 4 F i 5 | 5 . Let W be the union of components of C F 5 F , whose vertices, which are totally contained in C F 5 i 1 F i 1 , are not connected with C F 5 [ i 2 , i 5 ] F [ i 2 , i 5 ] . By Propositions 2 and 3, we know 2 | W | | F F i 1 | 5 , which implies | W | 2 . Thus, C F 5 F satisfies ( 1 ) or ( 2 ) .
Combining the above three cases, we know this result holds. □
Lemma 10. 
For n = 6 , if | F | 14 , then C F 6 F contains a big component C, which satisfies the result | V ( C ) | 6 ! | F | 2 . In other words, C F 6 F satisfies one of the following conditions: ( 1 )   C F 6 F has two components, one of which is a singleton or an edge; ( 2 )   C F 6 F has three components, two of which are singletons.
Proof. 
Similarly, we do not think about the situation C F 6 F being connected, so we let C F 6 F be disconnected. Let F i = F V ( C F 6 i ) for i [ 1 , 6 ] with | F i 1 | | F i 2 | | F i 3 | | F i 4 | | F i 5 | | F i 6 | , where i j { 1 , 2 , 3 , 4 , 5 , 6 } . If | F i 2 | = 0 , then | F i 3 | = | F i 4 | = = | F i 6 | = 0 and C F [ i 2 , i 6 ] F [ i 2 , i 6 ] is connected. By Proposition 2, we can ascertain that C F 6 F is connected. So we assume | F i 2 | 1 . Since | F | 14 , we have | F i 6 | 2 , | F i 5 | 2 , | F i 4 | 3 , | F i 3 | 4 , 1 | F i 2 | 7 , 1 | F i 1 | 13 . Firstly, we prove the following claim is correct. □
Claim 2. 
If  | F i j | 5 , then  C F 6 [ i j , i 6 ] F [ i j , i 6 ]  is connected.
Proof of Claim 2. 
By Proposition 6, we know C F 6 j F j is connected for each j [ i j , i 6 ] . On the other hand, since | E p , i 6 ( C F 6 ) | = ( 6 2 ) ! = 24 > 7 | F p F i 6 | for p [ i j , i 5 ] , we can obtain E p , i 6 ( C F 6 F ) . Thus, C F 6 [ i j , i 6 ] F [ i j , i 6 ] is connected.
By Claim 2, we know C F 6 [ i 3 , i 6 ] F [ i 3 , i 6 ] is connected. If both C F 6 i 1 F i 1 and C F 6 i 2 F i 2 are connected, we can establish that C F 6 F is connected, which is a contradiction. Thus, at least one of C F 6 i F i   ( i { i 1 , i 2 } ) is disconnected, which leads to the following cases.
Case 1. 
Both C F 6 i 1 F i 1 and C F 6 i 2 F i 2 are disconnected.
In this case, we know 6 | F i 2 | | F i 1 | | F | | F i 2 | 8 < 9 . By Corollary 4, we know that C F 6 i 1 F i 1   ( r e s p . , C F 6 i 2 F i 2 ) has a big component C 1   ( r e s p . , C 2 ) and one singleton x 1   ( r e s p . , x 2 ) . As | E C F 6 F ( V ( C 1 ) , V ( C F 6 i 3 F i 3 ) ) | 24 2 8 1 = 13 > 1 , thus C F 6 F [ V ( C F 6 [ i 3 , i 6 ] F [ i 3 , i 6 ] ) V ( C 1 ) ] is connected. Similarly, we can see that C F 6 F [ V ( C F 6 [ i 3 , i 6 ] F [ i 3 , i 6 ] ) V ( C 2 ) ] is also connected. Thus, the result holds.
Case 2. 
Only C F 6 i 2 F i 2 is disconnected.
As C F 6 i 2 F i 2 is disconnected, we have | F i 2 | 6 and then | F i 1 | 8 . Since | E i 1 , i 3 ( C F 6 ) | = 24 > 10 | F i 1 F i 3 | , C F 6 [ V ( C F 6 [ i 3 , i 6 ] F [ i 3 , i 6 ] ) V ( C F 6 i 1 F i 1 ) ] is connected. Since | F i 2 | | F i 1 | 8 , by Corollary 4, C F 6 i 2 F i 2 has a big component C and one singleton. Since | E i 2 , i 3 ( C F 6 ) | = 24 > 11 | F i 2 F i 3 | + 1 , we can ascertain that C F 6 [ V ( C F 6 [ i 3 , i 6 ] F [ i 3 , i 6 ] ) V ( C F 6 i 1 F i 1 ) V ( C ) ] is connected. Then, C F 6 F must be one of the conditions ( 1 ) .
Case 3. 
Only C F 6 i 1 F i 1 is disconnected.
In this case, 6 | F i 1 | 13 , | F i 2 | 8 . As | E i 2 , i 3 ( C F 6 ) | = 24 > 11 > | F i 2 F i 3 | , we can see that C F 6 [ i 2 , i 6 ] F [ i 2 , i 6 ] is connected.
If | F i 1 | 11 , by Lemma 9, C F 6 i 1 F i 1 has a big component C with | V ( C ) | 5 ! | F i 1 | 2 . By the same argument as that of Case 2, we can see that C F 6 [ V ( C F 6 [ i 2 , i 6 ] F [ i 2 , i 6 ] ) V ( C ) ] is connected. Thus, the result holds.
If | F i 1 | 12 , then | F i 2 F i 3 F i 4 F i 5 F i 6 | 2 . Let W be the union of components of C F 6 F , whose vertices, which are totally contained in C F 6 i 1 F i 1 , and are not connected with C F 6 [ i 2 , i 6 ] F [ i 2 , i 6 ] . By Propositions 2 and 3, we have | W | | F F i 1 | 2 . Thus, the result holds. □
Lemma 11. 
Let | F | 9 n 23 2 for odd n ( n 5 ) and | F | 9 n 26 2 for even n ( n 6 ) , then C F n F contains a big component C, which satisfies that | V ( C ) | n ! | F | 2 . In other words, C F n F satisfies one of the following conditions: ( 1 )   C F n F has two components, one of which is a singleton or an edge; ( 2 )   C F n F has three components, two of which are singletons.
Proof. 
By Lemmas 9 and 10, the result holds for n = 5 , 6 . We prove this result by induction on n. Assume n 7 and that the result holds for C F n 1 . Now, we suppose C F n F is disconnected for any F V ( C F n ) with | F | 9 n 23 2 or | F | 9 n 26 2 . Let F i = F V ( C F n i ) for i [ 1 , n ] with | F i 1 | | F i 2 | | F i n | , where i j [ 1 , n ] .
When n is odd, if | F i 3 | = 0 , then | F i 4 | = | F i 5 | = = | F i n | = 0 and C F [ i 3 , i n ] F [ i 3 , i n ] is connected; thus, by Proposition 2, we can establish that C F n F is connected. Now, we assume | F i 3 | 1 ; when n is even, if | F i 2 | = 0 , then | F i 3 | = | F i 4 | = = | F i n | = 0 and C F [ i 2 , i n ] F [ i 2 , i n ] is connected, and thus, by Proposition 2, we can see that C F n F is connected. Now, we assume | F i 2 | 1 . □
Claim 3. 
When n is even, if  | F i j | 3 n 8 2   ( i j [ i 1 , i n 1 ] )  , then  C F n [ i j , i n ] F [ i j , i n ]  is connected; when n is odd, if  | F i j | 3 n 9 2   ( i j [ i 1 , i n 1 ] ) , then  C F n [ i j , i n ] F [ i j , i n ]  is connected.
Proof of Claim 3. 
By Proposition 6, we know C F n j F j is connected for each j [ i j , i n ] . On the other hand, since | E p , i n ( C F n ) | = ( n 2 ) ! > 3 n 8 > | F p F i n | for p [ i j , i n 1 ]   ( n is even) and | E p , i n ( C F n ) | = 2 ( n 2 ) ! > 3 n 9 > | F p F i n | for p [ i j , i n 1 ]   ( n is odd), we can obtain E p , i n ( C F n F ) . Thus, C F n [ i j , i n ] F [ i j , i n ] is connected.
Since | F | 9 n 26 2   ( n is even) and | F | 9 n 23 2   ( n is odd), we have 3 n 8 2 > | F i 3 | | F i 4 | | F i n | for even n and 3 n 9 2 | F i 3 | | F i 4 | | F i n | for odd n. By Claim 3, we can ascertain that C F n [ i 3 , i n ] F [ i 3 , i n ] is connected. If C F n i 1 F i 1 and C F n i 2 F i 2 are all connected, as | E i 2 , i 3 ( C F n ) | = ( n 2 ) ! > 9 n 26 2 > | F i 2 F i 3 |   ( n is even) and | E i 2 , i 3 ( C F n ) | = 2 ( n 2 ) ! > 9 n 23 2 > | F i 2 F i 3 |   ( n is odd), then C F n [ i 2 , i n ] F [ i 2 , i n ] is connected. Similarly, we can also see that C F n F is connected. So, at least one of C F n i F i   ( i { i 1 , i 2 } ) is disconnected, which leads to the following cases.
Note that, when n is odd, if | F i 3 F i 4 F i 5 F i n | 1 , by the same argument of Lemma 9, we know C F n F satisfies condition ( 1 ) or ( 2 ) . Hence, we assume that | F i 3 F i 4 F i 5 F i n | 2 .
Case 1. 
Both C F n i 1 F i 1 and C F n i 2 F i 2 are disconnected.
When n is even, we have 3 n 6 2 | F i 2 | | F i 1 | | F | | F i 2 | 9 n 26 2 3 n 6 2 = 3 n 10 . By Corollary 4, we know C F n i 1 F i 1 and C F n i 2 F i 2 all have a big component C 1 , C 2 and one singleton. As | E C F n F ( V ( C 1 ) , V ( C F n i 3 F i 3 ) ) | ( n 2 ) ! 1 9 n 26 2 > 1 , | E C F n F ( V ( C 2 ) , V ( C F n i 3 F i 3 ) ) | ( n 2 ) ! 1 9 n 26 2 > 1 . Thus, C F n F [ V ( C F n [ i 3 , i n ] F [ i 3 , i n ] ) V ( C 1 ) V ( C 2 ) ] is connected and the result holds.
When n is odd, we have 3 n 7 2 | F i 2 | | F i 1 | | F | | F i 2 | | F i 3 F i 4 F i n | 9 n 23 2 3 n 7 2 2 = 3 n 10 . So, by Lemma 1, we would consider the following three subcases: ( 1 ) both C F n i 1 F i 1 and C F n i 2 F i 2 have three components, two of which are singletons; ( 2 ) only one of C F n i 1 F i 1 and C F n i 2 F i 2 has three components, two of which are singletons; and ( 3 ) both C F n i 1 F i 1 and C F n i 2 F i 2 have two components, one of which is a singleton. Now, we just prove the first subcase and the other two subcases can be proved by the same argument. Let x 1 , y 1 , C 1 (resp., x 2 , y 2 , C 2 ) be the two singletons and the other big component of C F n i 1 F i 1 (resp., C F n i 2 F i 2 ). Since | V ( C 1 ) | = | V ( C F n i 1 ) F i 1 { x 1 , y 1 } | ( n 1 ) ! ( 3 n 10 ) 2 and | F i 3 F i 4 F i n | 3 n 9 2 , by Proposition 3, we know C F n [ V ( C F n [ i 3 , i n ] F [ i 3 , i n ] ) V ( C 1 ) ] is connected. Similarly, we can ascertain that C F n [ V ( C F n [ i 3 , i n ] F [ i 3 , i n ] ) V ( C 2 ) ] is connected.
If x 1 , x 2 , y 1 , y 2 are four singletons in C F n F , then by Proposition 5, we know | F | | N C F n i 1 ( { x 1 , y 1 } ) N C F n i 2 ( { x 2 , y 2 } ) ( F i 3 F i 4 F i n ) | [ 3 ( n 1 ) 4 2 × 2 3 ] × 2 + 2 = 6 n 18 > 9 n 23 2 , which is a contradiction.
If C F n F has three singletons, then by Lemma 8, we can obtain | F | 9 n 21 2 ; this contradicts the fact that | F | 9 n 23 2 . So, C F n F has two singletons or only one singleton. □
Claim 4. 
 If ( C F n F ) [ { x 1 , y 1 , x 2 , y 2 } ]  has at least one edge, say  ( x 1 , x 2 ) E ( C F n F ) , then  C F n F  only has two components.
Proof of Claim 4. 
Suppose C F n F has at least three components. Then, y 1 is a singleton or ( y 1 , y 2 ) E ( C F n F ) . If y 1 is a singleton, then | F | | N C F n ( { x 1 , x 2 } ) N C F n ( y 1 ) | ( 3 n 3 2 1 ) × 2 + 3 n 3 2 3 = 9 n 19 2 > 9 n 23 2 , which is a contradiction. If ( y 1 , y 2 ) E ( C F n F ) , then | F | | N C F n ( { x 1 , x 2 } ) N C F n ( { y 1 , y 2 } ) | ( 3 n 3 2 1 ) × 4 3 × 2 = 6 n 16 > 9 n 23 2 , which is a contradiction.
  • Thus, by Claim 4, the result holds.
Case 2. 
Only C F n i 2 F i 2 is disconnected.
As C F n i 2 F i 2 is disconnected, we have | F i 2 | 3 n 6 2 for even n and | F i 2 | 3 n 7 2 for odd n, then | F i 1 | 3 n 10 < 3 n 9   ( n is even) and | F i 1 | 3 n 10   ( n is odd). Since | E i 1 , i 3 ( C F n ) | = ( n 2 ) ! > 9 n 26 2 | F i 1 F i 3 |   ( n is even) and | E i 1 , i 3 ( C F n ) | = 2 ( n 2 ) ! > 9 n 23 2 | F i 1 F i 3 |   ( n is odd), C F n [ V ( C F n [ i 3 , i n ] F [ i 3 , i n ] ) V ( C F n i 1 F i 1 ) ] is connected. Since | F i 2 | | F i 1 | 3 n 10 , when n is even, by Corollary 4, we know C F n i 2 F i 2 has a big component C and one singleton; when n is odd, by Lemma 1, we know C F n i 2 F i 2 has a big component C and at most two singletons. By the same argument as that of Case 1, we can establish that C F n [ V ( C F n [ i 3 , i n ] F [ i 3 , i n ] ) V ( C F n i 1 F i 1 ) V ( C ) ] is connected. Then, C F n F must be one of conditions ( 1 ) and ( 2 ) .
Case 3. 
Only C F n i 1 F i 1 is disconnected.
In this case, 3 n 6 2 | F i 1 | 9 n 28 2 for even n and 3 n 7 2 | F i 1 | 9 n 29 2 for odd n. As | E i 2 , i 3 ( C F n ) | = ( n 2 ) ! > 9 n 26 2 | F i 2 F i 3 |   ( n is even) and | E i 2 , i 3 ( C F n ) | = 2 ( n 2 ) ! > 9 n 23 2 | F i 2 F i 3 |   ( n is odd), we know that C F n [ i 2 , i n ] F [ i 2 , i n ] is connected.
When n is even, if | F i 1 | 9 n 32 2 , by introduction, we know C F n i 1 F i 1 has a big component C with | V ( C ) | ( n 1 ) ! | F i 1 | 2 . By the same argument as that of Case 1, we can establish that C F n [ V ( C F n [ i 2 , i n ] F [ i 2 , i n ] ) V ( C ) ] is connected. Thus, the result holds. If | F i 1 | 9 n 30 2 , then | F i 2 F i 3 F i n | 2 . Let W be the union of components of C F n F , whose vertices are totally contained in C F n i 1 F i 1 and are not connected with C F n [ i 2 , i n ] F [ i 2 , i n ] . By Propositions 2 and 3, we have | W | | F F i 1 | 2 . Thus, the result holds.
When n is odd, if | F i 1 | 9 n 35 2 , by introduction, C F n i 1 F i 1 has a big component C with | V ( C ) | ( n 1 ) ! | F i 1 | 2 . By the same argument as that of Case 1, we can see that C F n [ V ( C F n [ i 2 , i n ] F [ i 2 , i n ] ) V ( C ) ] is connected. Thus, the result holds. If | F i 1 | 9 n 33 2 , then | F i 2 F i 3 F i n | 5 . Let W be the union of components of C F n F , whose vertices are totally contained in C F n i 1 F i 1 and are not connected with C F n [ i 2 , i n ] F [ i 2 , i n ] . By Proposition 3, 2 | W | | F F i 1 | 5 . Then, we have | W | 2 . Thus, the result holds. □
Theorem 2. 
For n 4 , when n is odd, c κ 4 ( C F n ) = 9 n 21 2 ; when n is even, c κ 4 ( C F n ) = 9 n 24 2 .
Proof. 
By Lemma 1, we have c κ 4 ( C F 4 ) 6 = 9 × 4 24 2 . For n 5 , by Lemma 11, we can obtain, when n is odd, c κ 4 ( C F n ) 9 n 21 2 ; when n is even, c κ 4 ( C F n ) 9 n 24 2 . Next, we will prove that c κ 4 ( C F n ) 9 n 21 2 and c κ 4 ( C F n ) 9 n 24 2 . For n = 4 , if we let F = { 2314 , 3124 , 1234 , 4213 , 4132 , 4321 } , then C F n F has three singletons: x 1 = 3214 ,   x 2 = 2134 ,   x 3 = 1324 . Thus, c κ 4 ( C F 4 ) 6 = 9 × 4 24 2 . For n 5 , when n is odd, let S = { x 1 , x 2 , x 3 } , where x 1 = i 1 i 2 i 3 i n 4 3214 , x 2 = 2 i 2 i 3 i n 4 i 1 314 , x 3 = 2 i 2 i 3 i n 4 3 i 1 41 , then | N C F n ( S ) | = 3 n 10 + 3 n 7 2 + 3 = 9 n 21 2 and there are three singletons { x 1 , x 2 , x 3 } in C F n N C F n ( S ) . Thus when n is odd, c κ 4 ( C F n ) 9 n 21 2 . When n is even, let S = { x 1 , x 2 , x 3 } , where x 1 = i 1 i 2 i 3 i n 4 3214 j , x 2 = 2 i 2 i 3 i n 4 i 1 314 j , x 3 = 2 i 2 i 3 i n 4 3 i 1 41 j , then { x 1 , x 2 , x 3 } V ( C F n j ) and | N C F n j ( S ) | = 9 ( n 1 ) 21 2 = 9 n 30 2 . As x 1 , x 2 , x 3 belong to a common subgraph, by Proposition 3, we know x 1 , x 2 , x 3 have different outgoing neighbors. So, | N C F n ( S ) | = 9 n 30 2 + 3 = 9 n 24 2 and x 1 , x 2 , x 3 are three singletons in C F n N C F n ( S ) . Thus, when n is even, c κ 4 ( C F n ) 9 n 24 2 . □

5. Conclusions

It is very useful to study the connectivity of a graph. In this paper, we study the m-component connectivity of C F n . The leaf-sort graph is a special Cayley graph that has many special properties. We have shown that, for n 3 , c κ 3 ( C F n ) = 3 n 6   ( n is odd) and c κ 3 ( C F n ) = 3 n 7   ( n is even); for n 4 , c κ 4 ( C F n ) = 9 n 21 2   ( n is odd) and c κ 4 ( C F n ) = 9 n 24 2   ( n is even). So far, we only obtained the value of c κ 3 ( C F n ) , c κ 4 ( C F n ) ; for m 5 , this problem is still unsolved. Therefore, we can seriously think about whether we can use a similar method to study c κ m ( C F n )   ( m 5 ) on this basis. Furthermore, by referring to the references, we can find that there is a regularity between c κ m ( B S n ) and κ ( m ) ( B S n ) . Similarly, c κ m ( B P n ) and κ ( m ) ( B P n ) also have regularity. So, we can think about whether there some sort of relationship between c κ m ( C F n ) and κ ( m ) ( C F n ) .

Author Contributions

Conceptualization, H.L. and S.W.; investigation, H.L. and L.Z.; methodology, H.L.; writing—original draft, H.L.; writing and editing, H.L.; reviewing the results, H.L. and L.Z. 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 (61772010), the Shanxi Provincial Fundamental Research Program of China (202203021221128) and the Shanxi Province Graduate Research Innovation Project (2023KY429).

Data Availability Statement

The original contributions presented in the study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Hayat, S.; Khan, S.; Khan, A.; Imran, M. A Computer-based Method to Determine Predictive Potential of Distance-Spectral Descriptors for Measuring the π-electronic Energy of Benzenoid Hydrocarbons With Applications. IEEE Access 2021, 9, 19238–19253. [Google Scholar] [CrossRef]
  2. Khan, A.; Hayat, S.; Zhong, Y.; Arif, A.; Zada, L.; Fang, M. Computational and topological properties of neural networks by means of graph-theoretic parameters. Alex. Eng. J. 2023, 66, 957–977. [Google Scholar] [CrossRef]
  3. Li, X.; Xu, J. Fault-tolerance of (n, k)-star networks. Appl. Math. Comput. 2014, 248, 525–530. [Google Scholar] [CrossRef]
  4. Cai, H.; Liu, H.; Lu, M. Fault-tolerant maximal local-connectivity on bubble-sort star graphs. Discret. Appl. Math. 2015, 181, 33–40. [Google Scholar] [CrossRef]
  5. Hayat, S.; Khan, A.; Zhong, Y. On Resolvability- and Domination-Related Parameters of Complete Multipartite Graphs. Mathematics 2022, 10, 1815. [Google Scholar] [CrossRef]
  6. Zhao, S.; Hao, R. The fault tolerance of (n, k)-bubble-sort networks. Discret. Appl. Math. 2020, 285, 204–211. [Google Scholar] [CrossRef]
  7. Hayat, S.; Khan, A.; Malik, M.Y.H.; Imran, M.; Siddiqui, M.K. Fault-Tolerant Metric Dimension of Interconnection Networks. IEEE Access 2020, 8, 145435. [Google Scholar] [CrossRef]
  8. Li, P.; Xu, M. Edge-fault-tolerant strong Menger edge connectivity on the class of hypercube-like networks. Discret. Appl. Math. 2019, 125, 145–152. [Google Scholar] [CrossRef]
  9. Mohsen, G. On the reliability of modified bubble-sort graphs. Trans. Combiatorics 2021, 11, 77–83. [Google Scholar]
  10. Hayat, S.; Siddiqui, H.M.A.; Imran, M.; Ikhlaq, H.M.; Cao, J. On the zero forcing number and propagation time of oriented graphs. AIMS Math. 2021, 6, 1833–1850. [Google Scholar] [CrossRef]
  11. Ding, T.; Li, P.; Xu, M. The component (edge) connectivity of shuffle-cubes. Theor. Comput. Sci. 2020, 835, 108–119. [Google Scholar] [CrossRef]
  12. Hennayake, K.P. Generalized Edge Connectivity in Graphs; West Virginia University: Morgantown, WV, USA, 1998. [Google Scholar]
  13. Chartrand, G.; Kapoor, S.F.; Lesniak, L.; Lick, D.R. Generalized connectivity in graphs. Bull. Bombay Math. Colloq. 1984, 2, 1–6. [Google Scholar]
  14. Sampathkumar, E. Connectivity of a graph-a generalization. J. Comb. Inf. Syst. Sci. 1984, 9, 71–78. [Google Scholar]
  15. Hsu, L.; Cheng, E.; Liptók, L.; Tan, J.J.M.; Lin, C.; Ho, T. Component connectivity of the hypercubes. Int. J. Comput. Math. 2012, 89, 137–145. [Google Scholar] [CrossRef]
  16. Zhao, S.; Yang, W.; Zhang, S. Component connectivity of hypercubes. Theor. Comput. Sci. 2016, 640, 115–118. [Google Scholar] [CrossRef]
  17. Zhao, S.; Yang, W. Conditional connectivity of folded hypercubes. Discret. Appl. Math. 2019, 257, 388–392. [Google Scholar] [CrossRef]
  18. Zhang, Q.; Zhou, S.; Cheng, E. Component connectivity of augmented cubes. Theor. Comput. Sci. 2023, 952, 113784. [Google Scholar] [CrossRef]
  19. Chang, J.; Pai, K.; Wu, R.; Yang, J. The 4-component connectivity of alternating group networks. Theor. Comput. Sci. 2019, 766, 38–45. [Google Scholar] [CrossRef]
  20. Gu, M.; Hao, R.; Chang, J. Measuring the vulnerability of alternating group graphs and split-star networks in terms of component connectivity. IEEE Access 2019, 7, 97745–97759. [Google Scholar] [CrossRef]
  21. Gu, M.; Chang, J.; Hao, R. On component connectivity of hierarchical star networks. Int. J. Found. Comput. Sci. 2020, 31, 313–326. [Google Scholar] [CrossRef]
  22. Gu, M.; Chang, J.; Hao, R. On computing component (edge) connectivities of balanced hypercubes. Comput. J. 2020, 63, 1311–1320. [Google Scholar] [CrossRef]
  23. Gu, M.; Hao, R.; Tang, S.; Chang, J. Analysis on component connectivity of bubble-sort star graphs and burnt pancake graphs. Discret. Appl. Math. 2020, 279, 80–91. [Google Scholar] [CrossRef]
  24. Li, X.; Lin, C.; Fan, J.; Jia, X.; Cheng, B.; Zhou, J. Relationship between extra connectivity and component connectivity in networks. Comput. J. 2021, 64, 38–53. [Google Scholar] [CrossRef]
  25. Hao, R.; Gu, M. Jouming Chang, Relationship between extra edge connectivity and component edge connectivity for regular graphs. Theor. Comput. Sci. 2020, 833, 41–55. [Google Scholar] [CrossRef]
  26. 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]
  27. Fóbrega, J.; Fiol, M.A. On the extraconnectivity of graphs. Discret. Math. 1996, 15, 49–57. [Google Scholar] [CrossRef]
  28. Zhao, J.; Wang, S. Connectivity and Nature Diagnosability of Leaf-sort graphs. J. Interconnect. Netw. 2020, 20, 2050011. [Google Scholar] [CrossRef]
  29. Wang, S.; Wang, Y. Mujiangshan Wang, Connectivity and matching preclusion for leaf-sort graphs. J. Interconnect. Netw. 2019, 19, 1940007. [Google Scholar] [CrossRef]
  30. Arshad, M.; Hayat, S.; Jamil, H. The domination number of the king’s graph. Comput. Appl. Math. 2023, 42, 251. [Google Scholar] [CrossRef]
  31. Bondy, J.A.; Murty, U.S.R. Graph Theory; Springer: New York, NY, USA, 2007. [Google Scholar]
  32. Hungerford, T.W. Algebra; Springer: New York, NY, USA, 1974. [Google Scholar]
Figure 1. The leaf-sort graphs C F 2 , C F 3 and C F 4 .
Figure 1. The leaf-sort graphs C F 2 , C F 3 and C F 4 .
Mathematics 12 00404 g001
Figure 2. (a) is an illustration of | N C F 4 ( S ) | = | N C F 4 1 ( { x 1 , x 2 } ) | + | N C F 4 2 ( x 3 ) | = 6 in Lemma 4 and (b) is an illustration of Case 2 in Lemma 5.
Figure 2. (a) is an illustration of | N C F 4 ( S ) | = | N C F 4 1 ( { x 1 , x 2 } ) | + | N C F 4 2 ( x 3 ) | = 6 in Lemma 4 and (b) is an illustration of Case 2 in Lemma 5.
Mathematics 12 00404 g002
Figure 3. (a,b) are the two cases of | N C F n ( S ) | = 9 n 23 2 in Lemma 6.
Figure 3. (a,b) are the two cases of | N C F n ( S ) | = 9 n 23 2 in Lemma 6.
Mathematics 12 00404 g003
Figure 4. The case of | N C F n ( S ) | = 9 n 24 2 in Lemma 7.
Figure 4. The case of | N C F n ( S ) | = 9 n 24 2 in Lemma 7.
Mathematics 12 00404 g004
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

Wang, S.; Li, H.; Zhao, L. The m-Component Connectivity of Leaf-Sort Graphs. Mathematics 2024, 12, 404. https://doi.org/10.3390/math12030404

AMA Style

Wang S, Li H, Zhao L. The m-Component Connectivity of Leaf-Sort Graphs. Mathematics. 2024; 12(3):404. https://doi.org/10.3390/math12030404

Chicago/Turabian Style

Wang, Shiying, Hongmei Li, and Lina Zhao. 2024. "The m-Component Connectivity of Leaf-Sort Graphs" Mathematics 12, no. 3: 404. https://doi.org/10.3390/math12030404

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