Papers
Topics
Authors
Recent
Search
2000 character limit reached

Minimally k-Edge-Connected Graphs

Updated 31 December 2025
  • Minimally k-edge-connected graphs are defined by their property that the removal of any edge decreases connectivity from k to k-1, ensuring a tight structural configuration.
  • They exhibit distinctive structural and spectral properties, often constructed with dominating vertices and regular subgraphs to achieve extremal frameworks.
  • Efficient k-tree based algorithms enable the construction of these graphs, with applications in combinatorial theory, spectral analysis, and group-theoretic graph models.

A minimally kk-edge-connected graph is a finite or infinite undirected simple graph G=(V,E)G = (V,E) with edge-connectivity λ(G)=k\lambda'(G)=k, such that each edge eEe\in E is critical for kk-edge-connectivity: removing any ee yields a graph GeG-e with λ(Ge)=k1\lambda'(G-e)=k-1. This property ensures that the global connectivity cannot be maintained upon deletion of any edge, signifying a structurally tight configuration where minimality, degree, regularity, and dominance phenomena interplay. These graphs are central in both extremal combinatorial theory and spectral graph theory, and underpin group-theoretic applications via power graphs.

1. Precise Definitions and Characterization

Let G=(V,E)G=(V,E) be a finite simple connected graph.

  • Edge-connectivity λ(G)\lambda'(G): the minimal size of a set of edges whose removal disconnects GG.
  • Minimum degree δ(G)=min{deg(v):vV}\delta(G) = \min\{\deg(v): v\in V\}.
  • kk-Edge-connected: λ(G)=k\lambda'(G)=k.
  • Minimally kk-edge-connected: For every eEe\in E, λ(Ge)=k1\lambda'(G-e)=k-1.

Theorem 2.1 from (Parveen et al., 2024) provides a full combinatorial characterization in the presence of a dominating vertex:

Let GG be a non-complete connected graph with a dominating vertex xx (i.e., xx adjacent to every other vertex). Then GG is minimally kk-edge-connected for k=λ(G)k=\lambda'(G) if and only if:

  1. xx is the unique dominating vertex.
  2. G{x}G-\{x\} is regular.

Explicitly: writing Δ=deg(x)\Delta = \deg(x) and H=G{x}H = G - \{x\}, GG is minimally Δ\Delta-edge-connected if and only if xx is the only vertex with deg(x)=V1\deg(x)=|V|-1 and HH is rr-regular with r=Δ1r=\Delta-1 (Parveen et al., 2024).

For arbitrary graphs (without a dominating vertex), all minimally kk-edge-connected graphs have δ(G)=k\delta(G)=k; no cycle carries a chord; and at least two vertices of degree kk must exist in the finite case (Stein, 2011).

2. Structural Properties and Extremal Examples

Structural extremality is governed by the interplay of degree sequences, regularity, dominance, and bipartition. For finite graphs (Stein, 2011), at least two vertices of degree kk are always present, and for k1,3k \neq 1,3, a linear fraction ck1/2c'_k \approx 1/2 of the vertices have degree kk.

The decomposition in (Parveen et al., 2024) underlies strong algebraic uniformity: for group-theoretic graphs, minimal edge-connectivity corresponds to regular substructures plus a dominating element, translating uniformity of group element orders into graph-theoretic minimality.

Extremal constructions (with k2k \geq 2):

  • k=2k=2: Let HH be a 1-regular graph (“perfect matching”) on $2m$ vertices and xx adjacent to all of HH. δ(G)=2\delta(G)=2, G{x}G-\{x\} is 1-regular (Parveen et al., 2024).
  • k=3k=3: Let HH be a 2-regular graph (disjoint cycles) of nn vertices, with xx adjacent to all of HH. δ(G)=3\delta(G)=3, G{x}G-\{x\} is 2-regular (Parveen et al., 2024).
  • General: The complete bipartite graph Kk,nkK_{k,n-k} achieves edge-count saturation and spectral extremality for large kk and nn (Lou et al., 13 Mar 2025).

For infinite graphs, similar degree phenomena hold only after incorporating “ends” (equivalence classes of rays). One always has at least two small points—vertices of degree kk or ends of edge-degree kk—with new combinatorial phenomena at infinity (Stein, 2011).

3. Spectral Extremality and the Max–Min Problem

Spectral analogues of edge-extremal problems feature prominently. Given GG on nn vertices, the maximal spectral radius ρ(G)\rho(G) among all minimally kk-edge-connected graphs is achieved at the complete bipartite graph Kk,nkK_{k,n-k} for k3k \geq 3 and large nn (Lou et al., 13 Mar 2025). In particular,

ρ(G)ρ(Kk,nk)=k(nk)\rho(G) \leq \rho(K_{k,n-k}) = \sqrt{k(n-k)}

with equality only when GKk,nkG \cong K_{k,n-k} (Lou et al., 13 Mar 2025). This also attains maximal edge-count e(G)=k(nk)e(G)=k(n-k) for n3kn \geq 3k (Lou et al., 13 Mar 2025).

The α\alpha-index φα(G)\varphi_\alpha(G), defined as the largest eigenvalue of Aα(G)=αD(G)+(1α)A(G)A_\alpha(G) = \alpha D(G) + (1-\alpha)A(G) for α[0,1]\alpha \in [0,1], is maximized (for k=2k=2) by the fan graph Fn1=K1((n1)/2F_{n-1} = K_1 \vee ((n-1)/2 copies of K2)K_2) for odd nn, and K2,n2K_{2,n-2} for even nn (Lou et al., 2023). Closed-form expressions for φα\varphi_\alpha are given explicitly therein.

These results confirm that edge and spectral extremality coincide in the class of minimally kk-edge-connected graphs of fixed order and connectivity.

4. Algorithmic Aspects and Constructions

Efficient algorithms exist for generating minimally kk-edge-connected graphs from kk-trees (chordal graphs of treewidth kk):

  • In a kk-tree, edges with both endpoints of degree k+1\geq k+1 are insensitive: their removal maintains kk-edge-connectivity. Thus, iteratively deleting such edges yields a minimally kk-edge-connected graph (Badarla et al., 2011).
  • For k=2k=2 (from a 2-tree), one enumerates triangles, deletes edges present in multiple triangles, and obtains a minimal structure—a “triangulated cycle” (Badarla et al., 2011).
  • Complexity is O(n2)O(n^2), governed by triangle enumeration and edge-deletion steps.

This certifies the minimality property: no edge can be removed without reducing the edge-connectivity below kk.

5. Average Edge-Connectivity and Bipartite Structure

Let λG(u,v)\lambda_G(u,v) denote the maximum number of edge-disjoint uuvv paths. The average edge-connectivity is

λ(G)=1(n2){u,v}V(G)λG(u,v)\overline{\lambda}(G) = \frac{1}{\binom{n}{2}} \sum_{\{u,v\}\subset V(G)} \lambda_G(u,v)

For optimal minimally kk-edge-connected graphs (maximizing λ(G)\overline{\lambda}(G) on order nn):

  • Conjecture (Mol et al., 2021): For k3k\geq 3, the extremal graphs are bipartite—one part with all vertices of degree kk, the other part with vertices of degree >k>k.
  • Universal bound: For degree-partitioned minimally kk-edge-connected graphs of order n2k+1n\geq2k+1,

λ(G)<k+k(n2)28n(n1)<9k8\overline{\lambda}(G) < k + \frac{k(n-2)^2}{8n(n-1)} < \frac{9k}{8}

Asymptotic constructions (family {Ik,p}\{I_{k,p}\}) realize λ(Ik,p)9k/8\overline{\lambda}(I_{k,p}) \to 9k/8 as pp\to\infty (Mol et al., 2021). Parallel statements hold for minimally kk-connected graphs (vertex-connectivity).

6. Infinite Graphs, Ends, and Generalizations

In infinite graphs, minimality extends to “ends.” An end is an equivalence class of rays (one-way infinite paths) not separated by any finite vertex-set. Edge-degree of an end ω\omega, de(ω)d_e(\omega), is the maximum number of edge-disjoint rays in ω\omega. The main extension (Stein, 2011):

  • Every (finite or infinite) edge-minimally kk-edge-connected graph has at least two “small points”: vertices of degree kk or ends with de(ω)=kd_e(\omega) = k.
  • There exist infinite edge-minimally kk-edge-connected graphs with no vertices of degree kk, only ends with de(ω)=kd_e(\omega) = k.

Open questions remain regarding the abundance of such small-degree vertices or ends in infinite settings, and whether every infinite minimally kk-edge-connected graph contains infinitely many such points.

7. Applications to Group-Theoretic Graphs and Further Corollaries

The minimal edge-connectivity property underpins several algebraic graph constructions:

  • Power graph P(G)P(G) of a finite group GG: minimally edge-connected (non-complete) exactly when GG is non-cyclic of prime exponent (Parveen et al., 2024).
  • Enhanced power graph PE(G)PE(G): minimal edge-connectivity equivalent to all maximal cyclic subgroups having equal order and trivial intersections (in nilpotent GG this forces GG to be a pp-group of exponent pp) (Parveen et al., 2024).
  • Order superpower graph S(G)S(G): minimal edge-connectivity iff GG is a pp-group (Parveen et al., 2024).

Further, in nilpotent groups, the minimal degree and vertex connectivity of S(G)S(G) are equal precisely under minimal edge-connectivity (Parveen et al., 2024). The algebraic regularity and dominance properties in these graphs mirror the combinatorial minimality conditions.


This overview provides the rigorous combinatorial, spectral, algorithmic, and algebraic landscape of minimally kk-edge-connected graphs, synthesizing extremal results, structural decompositions, infinite generalizations, and their manifestations in algebraic graph theory.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Minimally k-Edge-Connected Graphs.