Papers
Topics
Authors
Recent
2000 character limit reached

Super Edge-Connectedness Keeping Tree

Updated 24 November 2025
  • Super edge-connectedness keeping trees are subtrees that, when removed, preserve a graph's strongest form of connectivity by ensuring every minimum edge-cut isolates only one vertex.
  • They play a key role in graph decomposition, particularly in cographs, where cotree and tree-cut frameworks efficiently characterize connectivity-preserving structures.
  • Their existence relies on stringent degree conditions and is validated by tight extremal examples and polynomial-time algorithms leveraging max-flow and combinatorial techniques.

A super edge-connectedness keeping tree is a subtree whose removal preserves the strongest form of edge-connectivity, termed super edge-connectivity, in the host graph. The concept arises at the intersection of edge-connectivity theory, canonical tree-like graph decompositions, and extremal combinatorics, and has been distinctly characterized for cographs—a class of graphs admitting a cotree decomposition and characterized as P4P_4-free. This notion is situated at the apex of a hierarchy of "connectivity-keeping" tree concepts, generalizing earlier frameworks for vertex- and edge-connectivity preservation.

1. Definition and Fundamental Concepts

A connected graph G=(V,E)G=(V,E) is super edge-connected if every minimum edge-cut isolates a single vertex. That is, for all edge sets FE(G)F \subseteq E(G) with F=λ(G)|F| = \lambda(G) (where λ(G)\lambda(G) is the edge-connectivity), the subgraph GFG - F is disconnected only if FF removes all edges incident to some vertex vv, i.e., F={vwwNG(v)}F = \{vw \mid w \in N_G(v)\} for some vv with dG(v)=δ(G)d_G(v) = \delta(G), the minimum degree. This definition is extended to include disconnected graphs with exactly one isolated vertex as super edge-connected.

A super edge-connectedness keeping tree in GG with respect to a given tree TT (of order mm) is a subtree TGT' \subseteq G with TTT' \cong T such that GV(T)G - V(T') is again super edge-connected (Hasunuma, 16 Nov 2025).

For general graphs (finite or infinite), a canonical hierarchical decomposition exists into kk-edge-connected pieces for all kN{}k \in \mathbb{N} \cup \{\infty\} simultaneously, via a tree-cut decomposition and a nested set of bonds. The tree structure efficiently encodes all possible edge-block decompositions for varying kk, culminating in the super edge-connectedness keeping tree for the highest level of connectivity (Elbracht et al., 2020).

2. Existence Theorems in Cographs

For cographs, the existence and tightness of super edge-connectedness keeping trees is established as follows: Let GG be a super edge-connected cograph and TT any tree of order mm. If δ(G)m+2\delta(G) \geq m + 2, then there exists a subtree TTT' \cong T such that GV(T)G - V(T') is super edge-connected. This degree bound is best possible; the construction

Hi=(K1K1)+(K1K1)++(K1K1),G=(H1H2)+K1H_i = (K_1 \cup K_1) + (K_1 \cup K_1) + \cdots + (K_1 \cup K_1),\quad G = (H_1 \cup H_2) + K_1

shows that δ(G)=m+1\delta(G) = m+1 is insufficient when TT is a star K1,m1K_{1,m-1} (Hasunuma, 16 Nov 2025).

3. Decomposition and Construction Principles

For any connected graph, a canonical "nested" family N(G)N(G) of bonds is constructed such that, for each kNk \in \mathbb{N}, the subfamily Nk:={FN(G):F<k}N_k := \{F \in N(G) : |F| < k\} yields the set of fundamental cuts of a tree–cut decomposition (Tk,(Xt))(T_k,(X_t)). In this decomposition, each node tt of TkT_k corresponds bijectively to a maximal kk-edge-connected piece (the kk-edge-block), and every edge of GG is either absorbed in one block or becomes an edge of TkT_k by crossing a unique fundamental cut (Elbracht et al., 2020).

The construction relies on a combinatorial approach, utilizing the family of efficient minimal bonds separating pairs of edge-blocks. The nested set theorem ("thinly splinters" lemma) guarantees a unique canonical nested family meeting every such separator. For each kk, absence of separators of order <k<k ensures the preservation of the corresponding edge-connectivity upon deletion of subtrees.

4. Characterization in Cographs

For cographs, super edge-connectivity is fully characterized: a connected cograph is always maximally edge-connected, and is super edge-connected if and only if (i) it is not C4C_4, and (ii) it is not of the form H+K1H+K_1 with HH a disconnected cograph of order 4\geq 4 containing a component isomorphic to Kδ(G)K_{\delta(G)}. Cotree decomposition underpins the partitioning into cocomponents. The proof of the main theorem bifurcates according to the size of S=V(G)V(G1)S = V(G) \setminus V(G_1), where G1G_1 is the primary cocomponent: if S2|S| \geq 2 the result follows by 2-connectivity arguments, otherwise G=G1+K1G=G_1+K_1 and the construction operates within G1G_1 (Hasunuma, 16 Nov 2025).

5. Hierarchy of Connectivity-Keeping Trees

The super edge-connectedness keeping tree is the most stringent member in a hierarchy of connectivity-keeping trees in cographs. Each stronger notion demands a higher minimum-degree condition:

Notion Minimum Degree Condition
Vertex-connectivity keeping tree δ(G)3k/2+m1\delta(G)\ge\lfloor 3k/2\rfloor+m-1
Edge-connectivity keeping tree δ(G)k+m[k=1]\delta(G)\ge k+m-[k=1]
Super edge-connectivity keeping tree δ(G)m+2\delta(G)\ge m+2

This ordering reflects the structural strengthening from vertex- and edge-connectivity to super edge-connectivity, with the latter ensuring that all minimum cuts isolate only single vertices. The result for super edge-connectedness keeping trees marks the culmination of this hierarchy, both in satisfying the largest minimum-degree hypothesis and enforcing the strongest preservation criteria (Hasunuma, 16 Nov 2025).

6. Algorithmic and Structural Connections

In finite graphs, the construction of canonical nested families N(G)N(G) can be realized by repeated max-flow computations between block pairs, yielding polynomial time complexity. For k=k = \infty, the resulting tree recovers the classical Gomory–Hu tree, and for k=3k=3 the construction generalizes Tutte's decomposition of 2-connected graphs into 3-connected components. In infinite cases, Menger-type arguments and ray–comb techniques ensure the correct infinite behavior of decomposition trees (Elbracht et al., 2020).

For cographs, repeated application of cotree decomposition, tree-extension lemmas, and careful handling of component structure facilitate the efficient construction of super edge-connectedness keeping trees.

7. Extremal and Illustrative Examples

Extremal constructions show that the degree bound for the existence of a super edge-connectedness keeping tree in cographs is tight. For even mm,

G=(i=12Hi)+K1 with Hi=join of m/2+1 copies of K1K1G = \left( \bigcup_{i=1}^2 H_i \right) + K_1 \text{ with } H_i = \text{join of } m/2+1 \text{ copies of } K_1 \cup K_1

achieves δ(G)=m+1\delta(G) = m+1 but fails to admit a super edge-connectedness keeping tree for the star K1,m1K_{1,m-1}, while δ(G)=m+2\delta(G) = m+2 suffices for all trees of order mm (Hasunuma, 16 Nov 2025).

A simple finite example illustrates the tree-cut approach: a graph formed by two triangles connected by two parallel edges has, for k=2k=2, the two triangles as 2-edge-blocks separated by a bond of size 2, and for k=3k=3 the entire graph as a single 3-edge-block, in line with the canonical decomposition framework (Elbracht et al., 2020).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Whiteboard

Follow Topic

Get notified by email when new papers are published related to Super Edge-Connectedness Keeping Tree.