Preprint
Article

This version is not peer-reviewed.

Connectivity of Networks Modeled by Weighted Graphs

A peer-reviewed version of this preprint was published in:
Axioms 2026, 15(7), 481. https://doi.org/10.3390/axioms15070481

Submitted:

28 May 2026

Posted:

29 May 2026

You are already at the latest version

Abstract
A graph G=(V,E) together with a positive real-valued weight-function w:V→R+ or w:E→R+ is called a weighted graph and is denoted by (G;w). In this paper, we introduce the concepts of connectivity, edge-connectivity, and restricted edge-connectivity for a weighted graph (G;w), and we prove general bounds analogous to those in the unweighted case. Furthermore, we study the connectivity and edge-connectivity of the line graph and the P2-path graph of a weighted graph, establishing upper and lower bounds for each of these parameters.
Keywords: 
;  ;  ;  ;  

1. Introduction

Graph Theory is currently one of the most critical disciplines for advancing research into the behavior of interrelated structures and for developing communication, interconnection, logistics, and social interaction models. All these problems share a common foundation: the design of a network modeled through a graph, where vertices represent nodes and their relationships are represented by the edges of the graph.
Extensive research exists in the field of graphs based on solving optimization problems that involve their invariants (see, for instance, [1,2,3,4]). For a comprehensive overview of the progress made, we refer the reader to references [5,6].
In many real-world problems, neither the network components nor their relationships are uniform. Numerous factors influence them, such as the varying size of the areas modeled by each node, the strategic positioning of each node, or the specific importance each one holds within the network.
The same applies to the relationships: the actual distance between nodes is generally not uniform, nor is the cost of communication or the actual time required to travel from one node to another. However, most research results stem from the study of parameters in unweighted graphs, where neither vertices nor edges carry weights.
Advances in Biomolecular Networks require vertex-weighted graphs, as atoms within a molecule have distinct masses and electronegativities that determine molecular stability and reactivity [7]. Graph Theory is also essential for understanding the structure and behavior of proteins, where amino acids and their interactions can be modeled as a graph [8,9]. However, these relationships must be weighted by physical distance or the intensity of interaction between those amino acids. The need to introduce vertex or edge weights is also present when applying Graph Theory to digital or terrestrial communication networks. Edge weighting provides a better approximation of the real network structure, allowing for the formulation of route optimization problems or the analysis of resilience against connection failures [10,11].
One of the most studied parameters in graphs is connectivity. A graph is connected when we can travel from any vertex to any other through a path formed by intermediate vertices and edges.When nodes or links in a network begin to fail, the network weakens until it breaks into two or more pieces, called sub-networks. In terms of a graph G, connectivity can be quantified as the minimum number of vertices, κ ( G ) , or edges, λ ( G ) , that must be removed from the graph to break it into two or more subgraphs, known as connected components. Two excellent surveys on graph connectivity can be found in [12] and in Chapter 4, Section 4.1 of [6].
Other variants of the classic connectivity parameter in graphs have also been extensively studied. One such variant is the restricted connectivity, introduced in [13,14], which measures the minimum number of vertices, κ 1 ( G ) , or edges, λ 1 ( G ) (also denoted as λ ( G ) ), that must be removed from a graph G to disconnect it such that each resulting connected component is non-trivial (i.e., it contains two or more vertices). The concepts of connectivity and restricted connectivity will be formally defined in Section 2.
In this article, we extend the study of connectivity, edge-connectivity and restricted edge-connectivity parameters to weighted graphs (graphs with weights on their vertices and/or edges). First, we extend the classic Whitney’s bound [15], proven for unweighted graphs, to the case of weighted graphs. Next, we also extend to weighted graphs the notion of restricted edge-connectivity and give a sufficient condition for a weighted graph to be λ -connected and a general upper bound in terms of the weighted minimum edge degree. We also show the equivalence between the connectivity of the line graph L ( G ) of a weighted graph ( G ; w ) and the restricted edge-connectivity of ( G ; w ) and we also provide bounds for the edge-connectivity parameter of the line graph. Finally, we address the study of edge-connectivity in the weighted P 2 -path graph and obtain both lower and upper bounds for this parameter. In all these problems, the proven results extend the unweighted case and improve the known bounds, thereby paving the way for further research into new results when the graph features vertex or edge weights.

2. Definitions and Terminology

An unweighted graph G is a pair G = ( V , E ) , where V is a set of vertices and E V × V is a set of edges. Two vertices u , v V are said to be adjacent if there is an edge joining them. This edge is denoted as ( u , v ) E . Note that ( u , v ) and ( v , u ) represent the same edge, because the graph is undirected. The order and the size of G are | V | and | E | , respectively. A subset S V of vertices is called independent if there is no edge between any pair of vertices of S. Given two disjoint subsets S , S * V ( G ) , by ( S , S * ) we denote the subset of E ( G ) formed by the edges with one endvertex in S and the other endvertex in S * .
A graph G = ( V , E ) together with a positive real-valued weight-function w : V R + is called a vertex-weighted graph or simply weighted graph. When the positive real-valued weight-function is w : E R + we call it an edge-weighted graph. Both a vertex-weighted and an edge-weighted graph are denoted by ( G ; w ) . Only when we need to distinguish between vertex and edge weights, the real functions will be denoted by w V and w E , respectively. The (vertex)-weight of a subset S V of vertices is w ( S ) = v S w ( v ) . Analogously, the edge-weight of a subset F E of edges is w ( F ) = e F w ( e ) . The weight of ( G ; w ) is w V ( G ) = w ( V ( G ) ) whereas the edge-weight of ( G ; w ) is w E ( G ) = w ( E ( G ) ) .
The set of vertices adjacent to a vertex u V is called the neighborhood of vertex u and is denoted by N G ( u ) or simply, N ( u ) . The neighborhood of a subset S V is defined analogously as N ( S ) = N G ( S ) = v S N ( v ) . The degree of u is d ( u ) = | N ( u ) | , and the weighted degree of u is d w ( u ) = v N ( u ) w ( u , v ) . The minimum degree and the minimum weighted degree of ( G ; w ) are δ ( G ) = min { d ( v ) : v V ( G ) } and δ w ( G ) = min { d w ( v ) : v V ( G ) } , respectively. Analogously, the maximum degree and the maximum weighted degree of ( G ; w ) are Δ ( G ) = max { d ( v ) : v V ( G ) } and Δ w ( G ) = max { d w ( v ) : v V ( G ) } .
A complete graph with n vertices is one in which every pair of vertices is joined by an edge. It is denoted by K n . A complete bipartite graph, denoted by K s , t , is a graph whose vertex set is partitioned into two disjoint subsets, X and Y, with | X | = s and | Y | = t , so that every vertex in X is adjacent to every vertex in Y, and no two vertices within the same partition are connected by an edge. A complete bipartite graph K 1 , t is also called a star graph. A split graph of order n, denoted as K r I n r , is a graph G whose vertex set can be partitioned as V ( G ) = V ( K r ) S , where K r is a complete graph with r < n vertices and S is a set of n r independent vertices. Note that the set of edges of a split graph is E K r I n r = E ( K r ) X , being X V ( K r ) , V ( I n r ) . In this paper we will use the weighted split graph of order n formed by one copy of K 2 and a set of n 2 independent vertices, which will be denoted as K 2 I n 2 ; w .
The subgraph induced by a subset S V , denoted by G [ S ] , is the graph whose vertex set is S, where two vertices in S are adjacent in G [ S ] if and only if they are adjacent in G. Analogously, the subgraph of ( G ; w ) induced by S, also denoted by G [ S ] , is the weighted graph ( G [ S ] ; w ) . In this case, the vertex and the edge sets are defined identically to the unweighted case, and the weight function is restricted to w : S R + .
A path P connecting two vertices u , v V ( G ) , also called a u v path, is a sequence of distinct vertices and edges u = x 0 , x 1 , , x k = v , where x i V and ( x i , x i + 1 ) E for all i. When x k = x 0 , we call it a cycle and denote it by C k . The number of edges k in the path (resp. cycle) is the length of the path P k (resp. the length of the cycle C k ). The girth of G is the length of the shortest cycle in G. The concepts of path, cycle and girth are defined analogously for weighted graphs.
A graph G or a weighted graph ( G ; w ) is said to be connected if for every pair of vertices u , v V , there exists a u v path. Otherwise, the graph is said to be disconnected. A subset of vertices S V of a connected graph G or weighted graph ( G ; w ) is called a cut set of G if G S is disconnected or results in an isolated vertex. The latter only occurs when the graph is complete. Each of the maximal connected subgraphs of G S is called a connected component of G or, simply, a component of G. The connectivity of an unweighted graphG, denoted by κ ( G ) , is the minimum cardinality of a cut set of G. A cut set S V ( G ) is minimal if G S remains connected, for all S S . Note that, except in the trivial case where G S is an isolated vertex, the graph G S resulting from the removal of a cut set S has at least two connected components, though it may have more.
A subset F E of edges of a connected graph G or a weighted connected graph ( G ; w ) is said to be an edge cut of G if G F is disconnected. Each of the maximal connected subgraphs of G F is called a connected component of G or, simply, a component of G. The edge-connectivity of an unweighted graphG, denoted by λ ( G ) , is the minimum cardinality of an edge cut of G. An edge cut F E ( G ) is minimal if G F remains connected, for all F F . The graph G F resulting from the removal of an edge cut F from G has at least two components. However, it is easy to check that if the set F is minimal, then G F has exactly two components. Besides, every edge cut of minimum cardinality is minimal. Therefore, every minimal edge cut or every edge cut F of minimum cardinality can be expressed as F = ( C , C ¯ ) , where C and C ¯ = G V ( C ) are the components of G F .
We can generalize the concepts of connectivity and edge-connectivity to weighted graphs, as we will see in the definition that follows.
Definition 1.
Let ( G ; w ) be a connected weighted graph.
(i)
The weighted connectivity of ( G ; w ) , is defined as
κ w ( G ) = min { w ( S ) : S i s a c u t s e t o f ( G ; w ) } .
(ii)
The weighted edge-connectivity of ( G ; w ) , is defined as
λ w ( G ) = min { w ( F ) : F i s a n e d g e c u t o f ( G ; w ) } .
Restricted edge-connectivity, commonly denoted as λ ( G ) , is a more refined measure of network resilience. It focuses not only on the disconnection of the graph but also on the specific characteristics of the components resulting from a cut. Specifically, for an unweighted graph G, the restricted edge-connectivity of G is defined as the minimum cardinality of a restricted edge cut of G. A subset F E ( G ) is called a restricted edge cut if G F is disconnected and every component of G F contains at least two vertices. Therefore,
λ ( G ) = min { | F | : F is a restricted edge cut of G } .
In the following definition, we naturally extend the concept of restricted edge-connectivity to weighted graphs.
Definition 2.
Let ( G ; w ) be a connected weighted graph different from a star graph. A subset F E ( G ) is called a restricted edge cut of ( G ; w ) if G F is disconnected and every component of G F contains at least two vertices. The weighted restricted edge-connectivity of ( G ; w ) is defined as
λ w ( G ) = min { w ( F ) : F is a restricted edge cut of ( G ; w ) } .
The line graph of an unweighted graph G, denoted by L ( G ) , is the graph whose vertex set is E ( G ) , in which two vertices ( u v ) , ( z t ) V ( L ( G ) ) are adjacent if and only if their corresponding edges, ( u , v ) , ( z , t ) E ( G ) , are incident. The extention of the line graph concept for a weighted graph is introduced in the following definition.
Definition 3.
Let ( G ; w ) be a weighted graph. The weighted line graph of G, denoted by ( L ( G ) ; w ) , is a weighted graph which has the edge set E ( G ) as vertex set and two vertices in V ( L ( G ) ) are adjacent, whenever the corresponding edges in ( G ; w ) are incident. In addition, w ( u v ) = w ( u , v ) for every ( u v ) V ( L ( G ) ) , and w ( u v ) , ( v z ) = w ( v ) for every ( u v ) , ( v z ) E ( L ( G ) ) .
In the line graph L ( G ) , the degree of a vertex ( u v ) V ( L ( G ) ) is given by d ( u v ) = ( d ( u ) 1 ) + ( d ( v ) 1 ) = d ( u ) + d ( v ) 2 , while its weighted degree is d w ( u v ) = ( d ( u ) 1 ) w ( u ) + ( d ( v ) 1 ) w ( v ) . In both an unweighted graph G and a weighted graph ( G ; w ) , the minimum edge degree is ξ ( G ) = min { d ( u ) + d ( v ) 2 : ( u , v ) E ( G ) } , whereas in a weighted graph ( G ; w ) , the minimum weighted edge degree is ξ w ( G ) = min { d w ( u ) + d w ( v ) 2 w ( u , v ) : ( u , v ) E ( G ) } .
Given a connected unweighted graph G and an integer k 1 , the path graph of G, denoted by P k ( G ) , is defined as the graph where each path P : u 0 , u 1 , , u k of length k in G is represented by a vertex ( u 0 u 1 u k ) . Two vertices, ( u 0 u 1 u k ) and ( v 0 v 1 v k ) , are adjacent in P k ( G ) if and only if the intersection of their corresponding paths in G is a path of length k 1 , and their union is either a path or a cycle of length k + 1 .
The path graph concept was introduced by Broersma and Hoede [16] as an extension of line graphs. In fact, the line graph of G is precisely the P 1 ( G ) -path graph. This concept can be naturally extended to weighted graphs.
Definition 4.
Given a weighted graph ( G ; w ) , the weighted path graph of ( G ; w ) , denoted as ( P k ( G ) ; w ) , is defined in the following way:
(i)
Each path P : u 0 , u 1 , , u k of length k in ( G ; w ) is represented by a vertex ( u 0 u 1 u k ) in ( P k ( G ) , w ) .
(ii)
The vertex weight function w V : V ( P k ( G ) ) R + is given by:
w V ( ( u 0 u 1 u k ) ) = w E ( ( u 0 u 1 u k 1 ) , ( u 1 u k 1 u k ) ) .
(iii)
The edge weight function w E : E ( P k ( G ) ) R + is given by:
w E ( ( x u 1 u k ) , ( u 1 u k y ) ) = w V ( u 1 u k ) .
In other words, an edge in the weighted path graph P k ( G ) ; w is induced by two paths of length k in ( G ; w ) whose intersection is a path of length k 1 (represented by a vertex in P k 1 ( G ) ). Therefore, the weight of an edge in P k ( G ) ; w equals the weight of the vertex in P k 1 ( G ) ; w that represents the common path of length k 1 in ( G ; w ) . Conversely, a vertex in P k ( G ) ; w is defined by a path of length k in ( G ; w ) ; this path can be viewed as the union of two paths of length k 1 whose intersection is a path of length k 2 , which corresponds to an edge in P k 1 ( G ) ; w . Based on Definition 4, this logic can be iterated to determine the vertex and edge weights of ( P i ( G ) ; w ) from ( P i 1 ( G ) ; w ) , eventually yielding the weights of ( P k ( G ) ; w ) in terms of ( G ; w ) . This is presented in the following remark; we omit the proof as it is straightforward.
Remark 1.
Let k 1 be an integer and ( G ; w ) be a weighted graph. The vertex and edge weights of the weighted graph ( P k ( G ) ; w ) are given by:
(i)
w V ( ( u 0 u 1 u k ) ) = w E ( u k 1 2 , u k + 1 2 ) , if k is odd , w V ( u k 2 ) , if k is even .
(ii)
w E ( ( u 0 u 1 u k ) , ( u 1 u k u k + 1 ) ) = w V ( u k + 1 2 ) , if k is odd , w E ( u k 2 , u k 2 + 1 ) , if k is even .

3. General Bounds on Connectivity an Restricted Edge-Connectivity of Weighted Graphs

The most well-known classical result on unweighted graph connectivity is Whitney’s Theorem, which relates the parameters of connectivity, edge-connectivity, and minimum degree of a graph.
Theorem 1.(See [15]) For any graph G,
κ ( G ) λ ( G ) δ ( G ) .
When the weight of each vertex is less than or equal to the weight of every edge incident to that vertex, Theorem 1 can be extended to weighted graphs, as seen in the following result.
Theorem 2.
Let ( G ; w ) be a weighted graph. Then λ w ( G ) δ w ( G ) and, furthermore, if max w ( u ) , w ( v ) w ( u , v ) for every edge ( u , v ) E ( G ) , then κ w ( G ) λ w ( G ) .
Proof. 
Both inequalities clearly hold when the weighted graph ( G ; w ) is disconnected, since in such a case κ w ( G ) = λ w ( G ) = 0 and δ w ( G ) 0 . Therefore, let us assume that ( G ; w ) is a connected weighted graph.
If we remove the set F of edges incident to any vertex v V ( G ) , said vertex becomes disconnected from G v . Thus, λ w ( G ) w ( F ) = d w ( v ) for each v V ( G ) , which implies that λ w ( G ) δ w ( G ) .
Now let us prove the first inequality. Let F E ( G ) be an edge cut of ( G ; w ) with weight w ( F ) = λ w ( G ) , and let C and C ¯ be the components of G F . First, assume that G is a complete graph K n , with V ( K n ) = { u 1 , , u n } , such that d w ( u 1 ) = δ w ( K n ) . If K n F isolates a vertex from the rest of the graph, we can assume that F is the set of edges incident to the vertex u 1 , since F has minimum weight. In this case, S = { u 2 , , u n } is a cut set of K n whose weight satisfies:
κ w ( K n ) w ( S ) = j = 2 n w ( u j ) j = 2 n w ( u 1 , u j ) = w ( F ) = λ w ( K n ) .
If C and C ¯ are both non-trivial components, then n 4 and we can assume without loss of generality that V ( C ) = { u 1 , , u k } and V ( C ¯ ) = { u k + 1 , , u n } , for some 2 k n 2 . In such a case, the same set S = { u 2 , , u n } is a cut set of K n , following that
κ w ( K n ) w ( S ) = j = 2 n w ( u j ) j = 2 k max { w ( u j ) , w ( u n ) } + j = k + 1 n max { w ( u 1 ) , w ( u j ) } j = 2 k w ( u j , u n ) + j = k + 1 n w ( u 1 , u j ) w V ( C ) , V ( C ¯ ) = w ( F ) = λ w ( K n ) .
Therefore, κ ( K n ) λ ( K n ) holds.
We shall now prove it for any weighted graph ( G ; w ) other than a complete graph. Let S and S ¯ denote the sets of endpoints of the edges in F that lie in C and C ¯ , respectively. Suppose first that there exists a vertex u V ( C ) S . Then, S is a cut set of G that separates vertex u from the component C ¯ . Since no edge in F has both of its end-vertices in S, we deduce that for each vertex v S there exists at least one edge ( v , v ¯ ) F . Since by hypothesis w ( v ) w ( v , v ¯ ) , we have
κ w ( G ) w ( S ) = v S w ( v ) v S w ( v , v ¯ ) w ( F ) = λ w ( G ) .
Similarly, if there exists a vertex u ¯ V ( C ¯ ) S ¯ , then S ¯ is a cut set of G satisfying κ w ( G ) w ( S ¯ ) w ( F ) = λ w ( G ) . Finally, suppose that V ( C ) = S and V ( C ¯ ) = S ¯ . Then, for each vertex u V ( C ) , { u } , V ( C ¯ ) N ( u ) V ( C ) , V ( C ¯ ) F . Since N ( u ) is a cut set of G, we have
λ w ( G ) = w ( F ) w { u } , V ( C ¯ ) + w N ( u ) V ( C ) , V ( C ¯ ) v N ( u ) V ( C ¯ ) w ( v ) + v N ( u ) V ( C ) w ( v ) = w N ( u ) κ w ( G ) .
This completes the proof of the result. □
The restricted edge-connectivity parameter was introduced by Esfahanian and Hakimi [13] for unweighted graphs. As discussed in Section 2, restricted edge-connectivity is a more refined measure of network resilience, as it focuses on edge cuts that partition the network into non-trivial components. In [13], the authors proved that λ ( G ) exists for any connected graph G with at least four vertices, provided G is not a star graph, and established an upper bound for this parameter in terms of the minimum edge degree.
Lemma 1.(See [13]) Every connected graph G of order n 4 except a star, is λ -connected and satisfies λ ( G ) ξ ( G ) .
Lemma 1 can be extended to weighted graphs, where the minimum weighted edge degree is an upper bound for the restricted edge-connectivity.
Lemma 2.
Let ( G ; w ) be a connected weighted graph of order n 4 other than a star graph K 1 , n 1 . Then λ w ( G ) exists. Furthermore, λ w ( G ) ξ w ( G ) provided that one of the following conditions holds:
(i)
( G ; w ) ( K 2 I n 2 ; w ) , i.e., ( G ; w ) is not a weighted split graph where the clique is K 2 .
(ii)
( G ; w ) = ( K 2 I n 2 ; w ) and Δ w ( G ) 2 δ w ( G ) .
Proof. 
For each ( u , v ) E ( G ) , let E u v = ( { u , v } , V ( G ) { u , v } ) E ( G ) . It is clear that E u v is an edge cut of ( G ; w ) which separates the edge ( u , v ) from G { u , v } .
First, assume there exists an edge ( u 0 , v 0 ) E ( G ) such that G E u 0 v 0 has at least one component C, other than the edge ( u 0 , v 0 ) , that is not an isolated vertex. Then E u 0 v 0 = ( V ( C ) , V ( C ¯ ) ) E u 0 v 0 is a restricted edge cut, since C ¯ is also a non-trivial component as it contains the edge ( u 0 , v 0 ) . Therefore, λ w ( G ) exists.
Now, suppose that for every edge ( u , v ) E ( G ) , all components of G E u v other than the edge ( u , v ) are isolated vertices. Consider an arbitrary edge ( u , v ) E ( G ) . Since ( G ; w ) is not a star graph, d ( u ) 2 and d ( v ) 2 . In fact, since | V ( G ) | = n 4 , it must hold that d ( u ) 3 or d ( v ) 3 . Without loss of generality, assume d ( v ) 3 . Let z N ( u ) { v } and t N ( v ) { u , z } . Then, one of the components of G E u z other than the edge ( u , z ) contains the edge ( v , t ) and is therefore non-trivial. This contradicts the assumption that for every edge ( u , v ) E ( G ) , all components of G E u v except ( u , v ) are isolated vertices. Thus, λ w ( G ) exists.
We now show that λ w ( G ) ξ w ( G ) if either condition ( i ) or ( i i ) of the lemma is satisfied.
First, suppose ( G ; w ) ( K 2 I n 2 ; w ) . Let ( u , v ) E ( G ) such that w ( E u v ) = ξ w ( G ) . Since ( G ; w ) ( K 2 I n 2 ; w ) , the graph G E u v must contain at least one non-trivial component C. Otherwise, G would consist of the complete graph K 2 , formed by the edge ( u , v ) , and n 2 independent vertices. Since C is non-trivial and C ¯ contains the edge ( u , v ) , it follows that C ¯ is also non-trivial. Furthermore, E u v = ( V ( C ) , V ( C ¯ ) ) is a subset of E u v that separates ( G ; w ) into two non-trivial components. Thus, E u v E u v is a restricted edge cut of G, and consequently,
λ w ( G ) w ( E u v ) w ( E u v ) = ξ w ( G ) .
Second, suppose ( G ; w ) = ( K 2 I n 2 ; w ) and Δ w ( G ) 2 δ w ( G ) . Let V ( K 2 ) = { x , y } and V ( I n 2 ) = { z 1 , , z n 2 } . We prove the following claim.
Claim 1. If d ( y ) = 2 and there exists j { 1 , , n 2 } such that N ( z j ) = { x , y } , then the unweighted graph K 2 I n 2 is isomorphic to K 2 * I n 2 * , where V ( K 2 * ) = { x , z j } and V ( I n 2 * ) = ( V ( I n 2 ) { z j } ) { y } .
Proof of Claim 1. By the definition of a split graph, N ( z j ) { x , y } for all j { 1 , , n 2 } . Therefore, if d ( y ) = 2 , there exists a unique j { 1 , , n 2 } such that z j N ( y ) . This implies that y is non-adjacent to every vertex in V ( I n 2 ) { z j } . Consequently, V ( I n 2 * ) = ( V ( I n 2 ) { z j } ) { y } is a set of independent vertices, which proves the claim. □
Let ( u , v ) E ( G ) be an edge such that w ( E u v ) = ξ w ( G ) . By hypothesis, we have:
Δ w ( G ) 2 δ w ( G ) .
We distinguish between two cases:
Case 1. Suppose ( u , v ) = ( x , y ) . In this case, note that
w ( E u v ) = w ( G ) w ( u , v ) .
Since n 4 and ( G ; w ) is not a star graph, there exist j , k { 1 , , n 2 } , with j k , such that z j N ( u ) and z k N ( v ) . Then E u z j is an edge cut of ( G ; w ) , and the edge ( v , z k ) is contained in some non-trivial component C of G E u z j . Consequently, ( u , z j ) is contained in C ¯ , leading E u z j = ( V ( C ) , V ( C ¯ ) ) a restricted edge cut of ( G ; w ) . From (1) and (2), it follows that
λ w ( G ) w ( E u z j ) w ( G ) w ( u , z j ) w ( v , z k ) = w ( E u v ) + w ( u , v ) w ( u , z j ) w ( v , z k ) ξ w ( G ) + Δ w ( G ) 2 δ w ( G ) ξ w ( G ) .
This completes Case 1.
Case 2. Suppose ( u , v ) ( x , y ) . Since ( G ; w ) is a split graph with a clique K 2 and V ( K 2 ) = { x , y } , the edges ( u , v ) and ( x , y ) must be incident. We may assume u = x and v = z j for some j { 1 , , n 2 } , so that:
w ( E x z j ) = ξ w ( G ) .
If N ( y ) V ( I n 2 ) = { z j } , then by Claim 1, we can represent G as K 2 * I n 2 * with V ( K 2 * ) = { x , z j } . In this representation, ( x , z j ) is the edge of the clique K 2 * and w ( E x z j ) = ξ w ( G ) . Thus, the edge ( x , z j ) satisfies the hypothesis of Case 1, which implies λ w ( G ) ξ w ( G ) .
If there exists k { 1 , , n 2 } , with k j , such that z k N ( y ) , then some component C of G E x z j contains the edge ( y , z k ) . Thus, E x z j = ( V ( C ) , V ( C ¯ ) ) E x z j is a restricted edge cut of ( G ; w ) , as C ¯ contains the edge ( x , z j ) . Therefore, from (3), it follows that:
λ w ( G ) w ( E x z j ) w ( E x z j ) = ξ w ( G ) .
This concludes the proof of the lemma. □

4. Results on Connectivity and Edge-Connectivity of Weighted Line Graphs

In [17], Chartrand and Stewart established lower bounds for the connectivity and edge-connectivity of the line graph of a connected unweighted graph G in terms of its edge-connectivity. This result regarding connectivity was later improved by Helwig et al. in [18], who showed that the exact value of the connectivity of the line graph of a connected unweighted graph G equals the restricted edge-connectivity of G. In the following theorem, we address this problem for connected weighted graphs and prove a result analogous to that of [18].
Theorem 3.
Let ( G ; w ) be a connected weighted graph of order n 4 different from a star K 1 , n 1 . Then
κ w ( L ( G ) ) = λ w ( G ) .
Proof. 
Let S V ( L ( G ) ) be a minimum cut set of ( L ( G ) ; w ) . Since ( G ; w ) is not a star and n 4 , we can ensure that L ( G ) is not a complete weighted graph; thus, L ( G ) S is disconnected into two or more components. Let C 1 and C 2 be two components of L ( G ) S , and denote by C 1 * and C 2 * the corresponding subgraphs of G such that L ( C i * ) = C i for i = 1 , 2 . First, note that both C 1 * and C 2 * contain at least one edge, since C i , for i = 1 , 2 . If an edge ( u , v ) E ( G ) has one endvertex u V ( C 1 * ) and the other endvertex v V ( C 2 * ) , then the vertex ( u v ) V ( L ( G ) ) must be adjacent to at least one vertex in V ( C 1 ) and one vertex in V ( C 2 ) . This implies that ( u v ) S , since S disconnects C 1 from C 2 . Consequently, F = { ( u , v ) E ( G ) : ( u v ) S } is an edge cut of G. Since the components of G F have at least one edge, F is indeed a restricted edge cut of G and this yields λ w ( G ) w ( F ) = w ( S ) = κ w ( L ( G ) ) .
Conversely, let F E ( G ) be a minimum restricted edge cut of ( G ; w ) , and denote by C 1 * and C 2 * the components of G F . Let us consider the set S = { ( u v ) V ( L ( G ) ) : ( u , v ) F } . Since both C 1 * and C 2 * contain at least one edge, C i = L ( C i * ) for i = 1 , 2 , and S are well-defined. Indeed, V ( L ( G ) ) = V ( C 1 ) S V ( C 2 ) due to the minimality of F. Since there is no edge joining C 1 * to C 2 * in G F , there cannot be any edge joining C 1 to C 2 in L ( G ) S . This implies that S is a cut set of L ( G ) . Thus, κ w ( L ( G ) ) w ( S ) = w ( F ) = λ w ( G ) and this concludes the proof. □
We will now focus on establishing lower and upper bounds for the weighted edge-connectivity parameter of a weighted connected graph. In the proofs of the theorems where these bounds are derived, we will utilize the concepts and terminology introduced in the following definition:
Definition 5.
Let ( G ; w ) be a weighted connected graph and let F = ( C , C ¯ ) be a minimum edge cut of ( L ( G ) ; w ) . A vertex v V ( G ) is called a mediator vertex of ( G ; w ) with respect to F if there exist two neighbors u , w N G ( v ) such that ( ( u v ) , ( v w ) ) F . Each edge ( ( u v ) , ( v w ) ) F , with u , w N G ( v ) , is referred to as a v-edge. The subset of F consisting of v-edges is denoted by F v , and the set of mediator vertices of ( G ; w ) with respect to F is denoted by S F .
Definition 5 provides a way to express the weight of an edge cut. Indeed:
w ( F ) = v S F | F v | · w ( v ) .
Regarding identity (4), our aim is to estimate the factor | F v | for each mediator vertex v S F . To this end, we shall make use of the following remark:
Remark 2.
Let F = ( C , C ¯ ) be a minimal edge cut of the line graph L ( G ) of a connected graph G (weighted or unweighted). If v V ( G ) is a mediator vertex of G with respect to F, then the number of edges in F for which v is the mediator satisfies the inequality:
| F v | d ( v ) 1 .
Proof. 
Let V v = { ( u v ) : u N G ( v ) } denote the subset of vertices of L ( G ) corresponding to the edges incident to v in G; clearly, | V v | = d ( v ) . Furthermore, it is evident that V v V ( C ) and V v V ( C ¯ ) , since there exists at least one edge in F whose mediator vertex is v. Therefore, using the property a · b a + b 1 for all a , b 1 , we deduce:
| F v | = | V v V ( C ) | · | V v V ( C ¯ ) | | V v V ( C ) | + | V v V ( C ¯ ) | 1 = | V v | 1 = d ( v ) 1 .
In the following two results, we establish both a lower bound and an upper bound for the weighted edge-connectivity of the line graph of a connected weighted graph ( G ; w ) . These bounds depend on the weighted vertex connectivity of ( G ; w ) and the minimum degree and weighted degree and the maximum degree of the original weigted graph.
Theorem 4.
Let ( G ; w ) be a connected weighted graph with minimum degree δ ( G ) 2 . Then
λ w ( L ( G ) ) min ( δ ( G ) 1 ) κ w ( G ) , δ w L ( G ) .
Proof. 
It is well known that the line graph of a connected graph is always connected. Let F E ( L ( G ) ) be a minimum weighted edge cut of ( L ( G ) ; w ) ; that is, w ( F ) = λ w ( L ( G ) ) . By the minimality of F, L ( G ) F has exactly two components, C and C ¯ , so that F = ( C , C ¯ ) .
Let S F V ( G ) be the set of mediator vertices of ( G ; w ) with respect to F; i.e., v S F if and only if there exist u , w N G ( v ) such that ( ( u v ) , ( v w ) ) F .
We distinguish two cases to obtain a lower bound for λ w ( L ( G ) ) :
Case 1. For some vertex v 0 S F , there exist u , w N G ( v 0 ) S F such that ( u v 0 ) V ( C ) , ( v 0 w ) V ( C ¯ ) . Let us see that S F is a cut set of ( G ; w ) . We reason by contradiction supposing that G S F is connected. Since u , w S F , there exists a path P : u = x 0 , x 1 , , x k = w of length k connecting u and w in G S F . Note that x i v 0 for all i = 0 , , k , because v 0 S F . From this path P , we can construct a path P : ( v 0 u ) , ( u x 1 ) , , ( x k 1 w ) , ( w v 0 ) in L ( G ) F that connects ( u v 0 ) V ( C ) with ( v 0 w ) V ( C ¯ ) , which contradicts the fact that V ( C ) and V ( C ¯ ) are disconnected in L ( G ) F . Thus, S F is a cut set of ( G ; w ) and from (4) and Remark 2, it follows that:
λ w ( L ( G ) ) = w ( F ) = v S F | F v | w ( v ) v S F ( d ( v ) 1 ) w ( v ) ( δ ( G ) 1 ) v S F w ( v ) ( δ ( G ) 1 ) κ w ( G ) .
Case 2. In one of the two components of L ( G ) F , say C, it holds that for every v S F , the set V C ( v ) = { u N G ( v ) : ( u v ) V ( C ) } is contained in S F . In other words, we assume that for every v S F , every neighbor u N G ( v ) such that ( u v ) V ( C ) is also a mediator vertex. Consider an arbitrary vertex ( u 0 v 0 ) V ( C ) such that v 0 S F . By our assumption, u 0 S F , and by Remark 2, we know that | F u 0 | d ( u 0 ) 1 and | F v 0 | d ( v 0 ) 1 . Therefore, from (4) we have:
λ L ( G ) = w ( F ) = v S F | F v | w ( v ) | F u 0 | w ( u 0 ) + | F v 0 | w ( v 0 ) d ( u 0 ) 1 w ( u 0 ) + d ( v 0 ) 1 w ( v 0 ) = d w ( u 0 v 0 ) δ w L ( G ) .
This completes the proof. □
Theorem 5.
Let ( G ; w ) be a connected weighted graph with maximum degree Δ ( G ) 2 . Then:
λ w L ( G ) min Δ ( G ) 2 4 κ w ( G ) , δ w L ( G ) .
Proof. 
The line graph of any connected graph is also connected. By applying Theorem 2, the inequality λ w L ( G ) δ w L ( G ) holds. Let S V ( G ) be a minimum cut set of ( G ; w ) , that is, such that w ( S ) = κ w ( G ) . Let C be a component of G S and denote C ¯ = ( G S ) V ( C ) .
Consider the subgraphs H and H ¯ of L ( G ) with vertex sets V ( H ) = E ( C ) V ( C ) , S and V ( H ¯ ) = E ( C ¯ ) S , V ( C ¯ ) E ( G [ S ] ) . Thus, the vertex set of L ( G ) is V L ( G ) = V ( H ) V ( H ¯ ) and the edge set is E L ( G ) = E ( H ) F E ( H ¯ ) , where F = V ( H ) , V ( H ¯ ) is an edge cut of L ( G ) .
Let us consider the set S F of mediator vertices of G with respect to F and take any vertex v S F . Then there exists an edge ( u v ) , ( v w ) F , with ( u v ) V ( H ) and ( v w ) V ( H ¯ ) . If ( u , v ) E ( C ) in G, then the edge ( u , v ) could only be incident with edges in E ( C ) V ( C ) , S ; consequently, N L ( G ) ( ( u v ) ) V ( H ) . This contradicts the fact that the edge ( u v ) , ( v w ) belongs to F. Therefore, ( u , v ) E ( C ) in G, which implies that ( u , v ) V ( C ) , S . Analogously, it follows that ( v , w ) S , V ( C ¯ ) E ( G [ S ] ) , because ( v , w ) E ( C ¯ ) .
Since v is the common vertex of edges ( u , v ) and ( v , w ) in G, and given that V ( C ) V ( C ¯ ) = , it must be that v S . Consequently, S F S , and therefore,
λ L ( G ) w ( F ) = v S F | F v | w ( v ) v S | F v | w ( v ) v S | N G ( v ) V ( C ) | · d ( v ) | N G ( v ) V ( C ) | · w ( v ) v S d ( v ) 2 d ( v ) d ( v ) 2 w ( v ) = v S d ( v ) 2 2 w ( v ) Δ ( G ) 2 4 w ( S ) = Δ ( G ) 2 4 κ w ( G ) .
This completes the proof. □

5. Results on Edge-Connectivity of Weighted P 2 -Path Graphs

In this section, we focus on the edge-connectivity of the weighted path graph P 2 ( G ) ; w of a weighted graph ( G ; w ) . For unweighted graphs, it was proven in [19] that a necessary and sufficient condition for the path graph P 2 ( G ) of a connected graph G to be disconnected is that G contains at least two distinct paths of length 2, where the end-vertices of one of these paths have degree 1. From this condition, it follows that if G is a connected graph with minimum degree δ ( G ) 2 , then P 2 ( G ) is connected. The result established in [19] remains applicable to weighted graphs, as connectivity depends on the underlying structure rather than the specific weights assigned to vertices and edges.
Our goal in what follows is to provide bounds for the edge-connectivity of the weighted path graph ( P 2 ( G ) ; w ) , assuming ( G ; w ) is connected and δ ( G ) 2 . To achieve this, we utilize the notion of a mediator edge, which is defined analogously to Definition 5.
Definition 6.
Let ( G ; w ) (resp. G) be a connected weighted (resp. unweighted) graph such that ( P 2 ( G ) ; w ) (resp. P 2 ( G ) ) is also connected, and let F = ( C , C ¯ ) be a minimal edge cut of ( P 2 ( G ) ; w ) (resp. P 2 ( G ) ). An edge ( u , v ) E ( G ) is called a mediator edge of ( G ; w ) (resp. G) with respect to F if there exist x N G ( u ) { v } and y N G ( v ) { u } such that ( ( x u v ) , ( u v y ) ) F . Each such edge ( ( x u v ) , ( u v y ) ) F is referred to as a ( u , v ) -edge. We denote the subset of F consisting of ( u , v ) -edges by F ( u , v ) , and the set of all mediator edges of ( G ; w ) (resp. G) with respect to F by F .
Following the notation of Definition 6, let ( G ; w ) be a connected weighted graph such that ( P 2 ( G ) ; w ) is also connected. By applying Remark 1, the weight of an edge cut F of ( P 2 ( G ) ; w ) is given by:
w ( F ) = ( u , v ) F w F ( u , v ) = ( u , v ) F | F ( u , v ) | · w ( u , v ) .
From (5), it follows that to determine the weight of an edge cut F = ( C , C ¯ ) of the graph P 2 ( G ) ; w for a connected weighted graph ( G ; w ) , it is essential to find the cardinality of F ( u , v ) for each mediator edge ( u , v ) F . Let
V ( u , v ) u = { ( z u v ) V ( P 2 ( G ) ) : z N G ( u ) { v } }
and
V ( u , v ) v = { ( u v t ) V ( P 2 ( G ) ) : t N G ( v ) { u } } .
Then,
F ( u , v ) = V ( u , v ) u V ( C ) , V ( u , v ) v V ( C ¯ ) V ( u , v ) v V ( C ) , V ( u , v ) u V ( C ¯ )
and therefore,
| F ( u , v ) | = | V ( u , v ) u V ( C ) | · | V ( u , v ) v V ( C ¯ ) | + | V ( u , v ) v V ( C ) | · | V ( u , v ) u V ( C ¯ ) | .
From (6) and (7), we derive a lower bound for the weight of the subset F ( u , v ) F for each mediator edge ( u , v ) F .
Lemma 3.
Let ( G ; w ) be a connected weighted graph with δ ( G ) 2 , and let F = ( C , C ¯ ) be a minimal edge cut of P 2 ( G ) . Then, for each mediator edge ( u , v ) E ( G ) with respect to F, the following assertions hold:
(i)
If either V ( u , v ) u V ( C ) = or V ( u , v ) u V ( C ¯ ) = , then | F ( u , v ) | d ( u ) 1 .
(ii)
If either V ( u , v ) v V ( C ) = or V ( u , v ) v V ( C ¯ ) = , then | F ( u , v ) | d ( v ) 1 .
(iii)
Otherwise, | F ( u , v ) | d ( u ) + d ( v ) 4 .
Proof. 
Since F is a minimal edge cut of ( P 2 ( G ) ; w ) , P 2 ( G ) F has exactly two components, C and C ¯ . The proof follows by applying the hypotheses to equation (7).
If V ( u , v ) u V ( C ) = , then V ( u , v ) u V ( C ¯ ) and V ( u , v ) v V ( C ) , this last because ( u , v ) is a mediator edge. Therefore, from (7) it follows that:
| F ( u , v ) | = | V ( u , v ) v V ( C ) | · | V ( u , v ) u V ( C ¯ ) | = | V ( u , v ) v V ( C ) | · d ( u ) 1 d ( u ) 1 .
The same result holds if V ( u , v ) u V ( C ¯ ) = , which proves item ( i ) . Item ( i i ) is proved analogously by swapping the roles of u and v.
Finally, if all factors in (7) are positive, using the inequality a · b a + b 1 for a , b 1 , we deduce:
| F ( u , v ) | = | V ( u , v ) u V ( C ) | · | V ( u , v ) v V ( C ¯ ) | + | V ( u , v ) v V ( C ) | · | V ( u , v ) u V ( C ¯ ) | | V ( u , v ) u V ( C ) | + | V ( u , v ) v V ( C ¯ ) | 1 + | V ( u , v ) v V ( C ) | + | V ( u , v ) u V ( C ¯ ) | 1 = ( d ( u ) 1 ) + ( d ( v ) 1 ) 2 = d ( u ) + d ( v ) 4 ,
which proves item ( i i i ) and completes the proof. □
It follows immediately from Lemma 3 that if F is a minimal edge cut of the graph ( P 2 ( G ) ; w ) for a connected weighted graph ( G ; w ) with minimum degree δ ( G ) 2 , then for each edge ( u , v ) F , the cardinality of F ( u , v ) can be lower bounded in terms of the degrees of its end-vertices. The proof is straightforward.
Theorem 6.
Let ( G ; w ) be a connected weighted graph with δ ( G ) 2 , and let F = ( C , C ¯ ) be a minimal edge cut of P 2 ( G ) . Then, | F ( u , v ) | min { d ( u ) , d ( v ) } 1 for every ( u , v ) F .
By applying Theorem 6 to (3), we obtain the following corollary, the proof of which is straightforward:
Corollary 1.
Let ( G ; w ) be a connected weighted graph with δ ( G ) 2 , and let F = ( C , C ¯ ) be a minimum weight edge cut of P 2 ( G ) . Then:
λ w P 2 ( G ) ( u , v ) F min { d ( u ) , d ( v ) } 1 w ( u , v ) .
Given a connected graph G with minimum degree at least 2 and a minimal edge cut F of P 2 ( G ) , the following lemma, proven in [20], provides a sufficient condition for the set F of mediator edges of G with respect to F to be an edge cut of G. The result is also valid for weighted graphs.
Lemma 4.(See [20]) Let G be a connected graph with δ ( G ) 2 . Let F = ( C , C ¯ ) be a minimal edge cut of P 2 ( G ) , and consider the set F E ( G ) of mediator edges of G with respect to F.
(a)
If ( y a b ) , ( a b x ) F with ( y , a ) F and ( b , x ) F , then y is not connected with x in G F .
(b)
If there exist both ( u v w ) V ( C ) and ( u v w ) V ( C ¯ ) with ( u , v ) F or ( v , w ) F , and ( u , v ) F or ( v , w ) F , then F is an edge cut of G.
In the following lemma, we prove that if a minimum weight edge cut of P 2 ( G ) ; w does not satisfy hypothesis ( b ) of Lemma 4, then the weighted edge-connectivity of the path graph ( P 2 ( G ) ; w ) attains its maximum possible value, namely, the minimum weighted degree.
Lemma 5.
Let ( G ; w ) be a connected weighted graph, with δ ( G ) 2 . Let F be a minimum weight edge cut of ( P 2 ( G ) ; w ) , and let F E ( G ) be the set of mediator edges of G with respect to F. If there exists a component C of P 2 ( G ) F such that for every vertex ( u v w ) V ( C ) it holds that both ( u , v ) F and ( v , w ) F , then:
λ w P 2 ( G ) = δ w P 2 ( G ) .
Proof. 
We know, by Theorem 2, that λ ( P 2 ( G ) ) δ w ( P 2 ( G ) ) . Therefore, it suffices to prove the reverse inequality.
Since F is a minimum weight edge cut, P 2 ( G ) F consists of two components, C and C ¯ , where F = ( C , C ¯ ) . Suppose that the hypothesis of the lemma holds for component C; that is, for every vertex in C, the edges of its corresponding path of length 2 in G are mediators. We shall prove the following claim:
Claim 2. There exists a vertex ( u 0 v 0 w 0 ) V ( C ) such that | F ( u 0 , v 0 ) | d ( u 0 ) 1 .
Proof of Claim 2. Let us consider any vertex ( u v w ) V ( C ) . If | F ( u , v ) | < d ( u ) 1 , as ( u , v ) F , applying Lemma 3, we have d ( v ) < d ( u ) and either V ( u , v ) v V ( C ) = or V ( u , v ) v V ( C ¯ ) = , and moreover, | F ( u , v ) | d ( v ) 1 . In fact, V ( u , v ) v V ( C ¯ ) = , because ( u v w ) V ( u , v ) v V ( C ) , which implies that V ( u , v ) v V ( C ) . If V ( u , v ) u V ( C ¯ ) , then | F ( u , v ) | = | ( V ( u , v ) v , V ( u , v ) u ) | = ( d ( u ) 1 ) ( d ( v ) 1 ) d ( u ) 1 , since δ ( G ) 2 . This contradicts hypothesis | F ( u , v ) | < d ( u ) 1 . Therefore, there exists x N G ( u ) { v } such that ( x u v ) V ( u , v ) u V ( C ) . Setting v = u 0 , u = v 0 , and x = w 0 , we have ( u 0 v 0 w 0 ) V ( C ) and | F ( u 0 , v 0 ) | = | F ( v , u ) | d ( v ) 1 = d ( u 0 ) 1 . This completes the proof of the claim. □
Applying Claim 2, there exists a vertex ( x v 0 v 1 ) V ( C ) such that | F ( x , v 0 ) | d ( x ) 1 . If, additionally, | F ( v 0 , v 1 ) | d ( v 1 ) 1 , then:
λ ( P 2 ( G ) ) = w ( F ) | F ( x , v 0 ) | w ( x , v 0 ) + | F ( v 0 , v 1 ) | w ( v 0 , v 1 ) ( d ( x ) 1 ) w ( x , v 0 ) + ( d ( v 1 ) 1 ) w ( v 0 , v 1 ) = d w ( x v 0 v 1 ) δ w ( P 2 ( G ) ) .
If | F ( v 0 , v 1 ) | < d ( v 1 ) 1 , as ( v 0 , v 1 ) F , by Lemma 3, we have V ( v 0 , v 1 ) v 1 V ( C ) and d ( v 0 ) < d ( v 1 ) , because | F ( v 0 , v 1 ) | min { d ( v 0 ) , d ( v 1 ) } 1 . Thus, there exists v 2 N G ( v 1 ) { v 0 } such that ( v 0 v 1 v 2 ) V ( C ) . We already know | F ( v 0 , v 1 ) | min { d ( v 0 ) , d ( v 1 ) } 1 = d ( v 0 ) 1 . If, furthermore, | F ( v 1 , v 2 ) | d ( v 2 ) 1 , then, reasoning as in (8), we obtain:
λ ( P 2 ( G ) ) = w ( F ) d w ( v 0 v 1 v 2 ) δ w ( P 2 ( G ) ) .
Otherwise, if | F ( v 1 , v 2 ) | < d ( v 2 ) 1 , then applying Lemma 3 again, we have V ( v 1 , v 2 ) v 2 V ( C ) and d ( v 0 ) < d ( v 1 ) < d ( v 2 ) , since | F ( v 1 , v 2 ) | min { d ( v 1 ) , d ( v 2 ) } 1 . Therefore, there exists v 3 N G ( v 2 ) { v 1 } such that ( v 1 v 2 v 3 ) V ( C ) and, moreover, | F ( v 1 , v 2 ) | d ( v 1 ) 1 . If | F ( v 2 , v 3 ) | d ( v 3 ) 1 , then by the same reasoning as in (8), we conclude that λ ( P 2 ( G ) ) δ w ( P 2 ( G ) ) . If not, we repeat the argument.
Since ( G ; w ) is finite and thus its maximum degree is also finite, there must exist an integer k 2 such that d ( v k ) d ( v k 1 ) and ( v k 2 v k 1 v k ) V ( C ) , where | F ( v k 2 , v k 1 ) | d ( v k 2 ) 1 . Furthermore, we have | F ( v k 1 , v k ) | min { d ( v k 1 ) , d ( v k ) } 1 = d ( v k ) 1 , which leads to:
λ ( P 2 ( G ) ) = w ( F ) | F ( v k 2 , v k 1 ) | w ( v k 2 , v k 1 ) + | F ( v k 1 , v k ) | w ( v k 1 , v k ) ( d ( v k 2 ) 1 ) w ( v k 2 , v k 1 ) + ( d ( v k ) 1 ) w ( v k 1 , v k ) = d w ( v k 2 v k 1 v k ) δ w ( P 2 ( G ) ) .
This completes the proof of the result. □
The following theorem provides upper and lower bounds for the edge-connectivity of the weighted path graph ( P 2 ( G ) ; w ) of a connected weighted graph ( G ; w ) with minimum degree at least 2.
Theorem 7.
Let ( G ; w ) be a connected weighted graph with minimum degree δ ( G ) 2 . Then:
min { λ w ( G ) ( δ ( G ) 1 ) , δ w ( P 2 ( G ) ) } λ w ( P 2 ( G ) ) δ w ( P 2 ( G ) ) .
Proof. 
We know that P 2 ( G ) is connected because δ ( G ) > 1 . Furthermore, inequality λ ( P 2 ( G ) ) δ w ( P 2 ( G ) ) clearly holds by applying Theorem 2. Let therefore prove the other inequality.
Let F = ( C , C ¯ ) be a minimum weight edge cut of ( P 2 ( G ) ; w ) . If C or C ¯ is an isolated vertex, then F is the set of edges incident to a vertex of minimum weighted degree, hence, λ w ( P 2 ( G ) ) = w ( F ) = δ w ( P 2 ( G ) ) . From now on, let us assume that both C and C ¯ have at least two vertices.
First, suppose there exist ( u v w ) V ( C ) and ( u v w ) V ( C ¯ ) such that ( u , v ) F or ( v , w ) F , and ( u , v ) F or ( v , w ) F . Then, by Lemma 4, F is an edge cut of G. Thus, applying Theorem 6 in (5), we have:
λ w ( P 2 ( G ) ) = w ( F ) = ( u , v ) F | F ( u , v ) | · w ( u , v ) ( u , v ) F ( min { d ( u ) , d ( v ) } 1 ) · w ( u , v ) ( δ ( G ) 1 ) ( u , v ) F w ( u , v ) = ( δ ( G ) 1 ) λ w ( G ) .
Second, suppose that in one of the components—for instance, in C—it holds that ( u , v ) F and ( v , w ) F for every vertex ( u v w ) V ( C ) . Then, by applying Lemma 5, λ w ( P 2 ( G ) ) = δ w ( P 2 ( G ) ) , which completes the proof. □

6. Discussion and Future Works

Vertex- and edge-weighted graphs provide a better model for network behavior, as nodes and their interconnections are often non-uniform. In this paper, we have extended the concepts of connectivity and restricted edge-connectivity to weighted graphs.
Regarding the classical parameters of connectivity and edge-connectivity, we have proven Whitney’s general bounds [15]. We have also provided a sufficient condition for the existence of restricted edge-connectivity in a weighted graph and bounded this parameter by the minimum weighted edge degree of the graph. In the last two sections of the article, we studied the connectivity and edge-connectivity of the weighted line graph and the edge-connectivity of the weighted P 2 -path graph, establishing upper and lower bounds for these parameters.
An interesting future work is to generalize the study of edge-connectivity for the P k -path graph of a weighted graph ( G ; w ) with girth at least k + 1 . In [21], it was shown that for every integer k 3 , λ ( P k ( G ) ) 2 δ ( G ) 2 holds for every connected graph G with minimum degree δ ( G ) 3 and girth g ( G ) k + 1 . This result can likely be extended to graphs using a result similar to Theorem 7.
Regarding the results proven in Section 3, there are two promising lines of future research. One would consist of finding sufficient conditions for a weighted graph ( G ; w ) to be maximally connected (resp. maximally edge-connected), i.e., κ w ( G ) = δ w ( G ) (resp. λ w ( G ) = δ w ( G ) ). The other is to find sufficient conditions for a weighted graph ( G ; w ) to be λ w -optimal, that is, λ w ( G ) = ξ w ( G ) .

Author Contributions

Conceptualization, G.V.; methodology, G.V.; formal analysis, G.V.; investigation, G.V.; resources, G.V.; writing—original draft preparation, G.V.; writing—review and editing, G.V.; visualization, G.V.; supervision, G.V.; funding acquisition, G.V. The author has read and agreed to the published version of the manuscript.

Funding

This research was funded by the Research, Development, and Innovation Plan of the Regional Government of Andalusia under project FQM-240.

Conflicts of Interest

The author declare no conflicts of interest.

References

  1. He, G.L.; Tian, Z.X. The 3-Path Connectivity of Dragonfly Networks. Axioms 2026, 15(1), Art. num. 28. [Google Scholar] [CrossRef]
  2. Jia, H.S.; Qian, J.G. Edge Fault-Tolerant Strong Menger Edge Connectivity of Folded Crossed Cubes. Axioms 2026, 14(9), Art. num. 654. [Google Scholar]
  3. Kuziak, D.; Montejano, L.P.; Rodríguez-Velázquez, J.A. Mutual d-visibility in Graphs. Results Math. 2025, 80(5), Art. num. 130. [Google Scholar] [CrossRef]
  4. Wijerathne, H.M.C.; Lanel, J.; Perera, K.; Wanigasekara, C. On Order Degree Problem for Moore Bound. Axioms 2026, 14(11), Art. num. 802. [Google Scholar] [CrossRef]
  5. Chartrand, G.; Jordon, H.; Vatter, V.; Zhang, P. Graphs and Digraphs, 7th ed.; Publisher: Chapman and Hall: London, 2024. [Google Scholar]
  6. Gross, J.L.; Yellen, J.; Zhang, P. Handbook of Graph Theory, 2nd ed.; CRC Press: Publisher; USA, 2013. [Google Scholar]
  7. Shen, R.; Guda, C. Applied Graph-Mining Algorithms to Study Biomolecular Interaction Networks. BioMed Res. Int. 2014, Art. num. 439476. [Google Scholar] [CrossRef] [PubMed]
  8. Wang, R.; Wang, C.X.; Liu, G.X. A novel graph clustering method with a greedy heuristic search algorithm for mining protein complexes from dynamic and static PPI networks. Inf. Sci. 2020, 522, 275–298. [Google Scholar] [CrossRef]
  9. Jacobs, D.J.; Rader, A.J.; Kuhn, L.A.; Thorpe, M.F. Protein flexibility predictions using graph theory. Proteins Struct. Funct. Bioinf. 2001, 44(2), 150–165. [Google Scholar]
  10. Yang, L.Q.; Li, H.Y. Vehicle-to-vehicle communication based on a peer-to-peer network with graph theory and consensus algorithm. IET Intel. Transp. Syst. 2019, 13(2), 280–285. [Google Scholar]
  11. Shen, Y.F.; Zhang, J.; Song, S.H.; Letaief, K.B. Graph Neural Networks for Wireless Communications: From Theory to Practice. IEEE Trans. Wirel. Commun. 2023, 22(5), 3554–3569. [Google Scholar] [CrossRef]
  12. Hellwig, A.; Volkmann, L. Maximally edge-connected and vertex-connected graphs and digraphs: A survey. Discret. Math. 2008, 308(15), 3265–3296. [Google Scholar] [CrossRef]
  13. Esfahanian, A.H.; Hakimi, S.L. On computing a conditional edge-connectivity of a graph. Inf. Process. Lett. 1988, 27, 195–199. [Google Scholar] [CrossRef]
  14. Fàbrega, J.; Fiol, M.A. Maximally connected digraphs. J. Graph Theory 1989, 13(3), 657–668. [Google Scholar] [CrossRef]
  15. Whitney, H. Congruent graphs and the connectivity of graphs. Am. J. Math. 1932, 54, 150–168. [Google Scholar] [CrossRef]
  16. Broersma, H.J.; Hoede, C. Path Graphs. J. Graph Theory 1989, 13(4), 427–444. [Google Scholar] [CrossRef]
  17. Chartrand, G.; Stewart, M.J. The connectivity of line-graphs. Math. Ann. 1969, 182, 170–174. [Google Scholar] [CrossRef]
  18. Hellwig, A.; Rautenbach, D.; Volkmann, L. Note on the connectivity of line graphs. Inf. Process. Lett. 2004, 91(1), 7–10. [Google Scholar] [CrossRef]
  19. Knor, M.; Niepel, L.’. Diameter in iterated path graphs. Discret. Math. 2001, 233, 151–161. [Google Scholar] [CrossRef]
  20. Balbuena, C.; Ferrero, D. Edge-connectivityand super edge-connectivity of P2-path graphs. Discret. Math. 2003, 269, 13–20. [Google Scholar]
  21. Balbuena, C.; García-Vázquez, P. Edge-connectivity in Pk-path graphs. Discret. Math. 2004, 283(3), 213–218. [Google Scholar] [CrossRef]
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.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2026 MDPI (Basel, Switzerland) unless otherwise stated

Accessibility

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings