- The paper proves that every connected graph has a tree-decomposition with adhesion sets of weak diameter at most 3d+2 and bags free from small, distant separators.
- The authors adapt Berger–Seymour BFS layering by treating compact blocks as coarse cut-vertices and wide blocks as coarse 2-connected components, yielding an O(n(n+m)) construction.
- The paper derives a dual scattered-path formulation, showing that coarsely 2-connected vertex pairs admit two well-separated paths, with quantitative losses tied to the coarse Menger constant 129.
Overview and main result
This paper proves a coarse analogue of the classical block-cut tree decomposition: the fact that every graph decomposes, along its cut-vertices, into a tree of 2-connected components. The setting is coarse graph theory, where graphs are viewed as metric spaces via their shortest-path metric and intersection/disjointness conditions from structural graph theory are replaced by proximity/separation conditions. The main theorem is as follows.
Theorem. For every positive integer d and every connected graph G, there exists a tree-decomposition (T,β) of G such that:
- each adhesion set has weak diameter at most $3d+2$; and
- no two vertices u,v in a common bag can be separated by a set S⊆V(G) with diamG(S)⩽d and distG(S,{u,v})>d+1.
Moreover, such a tree-decomposition is computable in time O(n(n+m)), where G0 and G1 are the vertex and edge counts. The second condition is a natural "coarse 2-connectivity" requirement: bags cannot be split by small-diameter separators that stay far away from the vertices being separated. The authors note that a very similar statement was independently proven by Albrechtsen and Georgakopoulos; the result is thus not unique to this manuscript, though the proof technique and the dual formulation developed here are contributions of this paper.
The theorem adds a positive instance to a mixed record of coarse analogues of classical results: coarse Erdős–Pósa and Gallai theorems hold, while the full coarse Menger theorem fails (with counterexamples by Nguyen–Scott–Seymour) and the coarse Excluded Grid Theorem fails. The block-cut tree joins the list of structures that survive the passage to the coarse regime.
The BFS-layering construction
The proof builds on the BFS-layering construction introduced by Berger and Seymour in their characterization of graphs quasi-isometric to trees. Fix a root G2 and partition G3 into layers G4 by distance from G5. Within layer G6, two vertices lie in the same block if they are connected in the subgraph induced by layers G7. Two elementary observations drive everything:
- all edges from a block of layer G8 to layer G9 lead to the same parent block, which implies that the adjacency graph of blocks is a tree (T,β)0; and
- any vertex of a block is connected to any vertex of a descendant block by a path avoiding all earlier layers.
A block is called (T,β)1-compact if it has weak diameter at most (T,β)2, and (T,β)3-wide otherwise. The key conceptual observation is that compact blocks act as "coarse cut-vertices": they have bounded diameter, hence behave like small separators in the metric sense, while wide blocks play the role of coarse 2-connected components.
The coarse block-cut tree-decomposition
Given the layering (T,β)4 and parameter (T,β)5, the paper constructs the (T,β)6-coarse block-cut tree-decomposition (T,β)7 with three kinds of nodes:
| Node type |
Bag |
| Compact block (T,β)8 |
(T,β)9 itself |
| Edge between two compact blocks G0 |
G1 |
| Component G2 of G3 |
union of blocks in G4 plus adjacent compact blocks |
Here G5 denotes the set of G6-compact blocks. A straightforward verification shows this is a valid tree-decomposition whose adhesion sets are precisely the G7-compact blocks, hence have weak diameter at most G8. It is computable in G9 time via repeated breadth-first searches.
To establish the second condition of the main theorem, the paper applies the construction with $3d+2$0 and proves that no bag contains a pair separable by a small far-away separator. The argument splits on the position of the separator $3d+2$1 relative to the least common ancestor block $3d+2$2 of the blocks containing $3d+2$3 and $3d+2$4:
- If $3d+2$5 lies strictly above $3d+2$6 in the layering, both vertices connect to any $3d+2$7 within deep layers, avoiding $3d+2$8.
- Otherwise, two lemmas show that each of $3d+2$9 and u,v0 has a path to the root in u,v1: either u,v2 is too close to the top of the layering relative to the vertex's own layer, or the intermediate block u,v3 at layer u,v4 must be u,v5-wide (since it is internal on the u,v6–u,v7 path in u,v8), so one of its vertices lies at distance more than u,v9 from S⊆V(G)0 and provides an escape route.
This completes the proof. Note the constant S⊆V(G)1 arises from the interplay between the adhesion bound and the width threshold used to guarantee escape vertices; the paper does not claim these constants are tight.
Since the coarse Menger theorem holds for two paths — with the quantitative form due to Albrechtsen et al., yielding a hitting ball of radius S⊆V(G)2 around every path when no two paths at distance S⊆V(G)3 exist — the cut condition admits a dual flow condition. The paper defines:
- the S⊆V(G)4-cut condition: some S⊆V(G)5 with S⊆V(G)6, S⊆V(G)7 intersects every S⊆V(G)8-S⊆V(G)9 path;
- the diamG(S)⩽d0-flow condition: either diamG(S)⩽d1, or there exist two paths diamG(S)⩽d2 at distance diamG(S)⩽d3 from each other, each meeting the radius-diamG(S)⩽d4 balls around diamG(S)⩽d5 and diamG(S)⩽d6.
A duality lemma shows these conditions are approximately complementary: the cut condition always precludes the matching flow condition, and conversely, assuming diamG(S)⩽d7, failure of the diamG(S)⩽d8-flow condition implies the diamG(S)⩽d9-cut condition. The forward direction is elementary; the converse applies the two-path coarse Menger theorem to the balls distG(S,{u,v})>d+10 and distG(S,{u,v})>d+11.
Combining this duality with the main theorem yields the dual corollary: for every distG(S,{u,v})>d+12 and connected distG(S,{u,v})>d+13, there is a tree-decomposition with adhesion sets of weak diameter at most distG(S,{u,v})>d+14 such that any two vertices distG(S,{u,v})>d+15 in a common bag either satisfy distG(S,{u,v})>d+16, or admit two paths at distance more than distG(S,{u,v})>d+17 from each other, each connecting the radius-distG(S,{u,v})>d+18 neighborhoods of distG(S,{u,v})>d+19 and O(n(n+m))0. In words, coarsely 2-connected pairs in a bag are witnessed by two well-separated paths — the coarse counterpart of two internally disjoint paths through a 2-connected component. The factor O(n(n+m))1 reflects the loss inherent in the known two-path Menger constant.
Limitations and open questions
Several caveats bear directly on the strength of the results. First, the constants are not optimized: the adhesion bound O(n(n+m))2, the separation distance O(n(n+m))3, and especially the Menger-derived factors O(n(n+m))4 and O(n(n+m))5 are artifacts of the available tools, and tightening them would require improving the two-path coarse Menger constant. Second, the decomposition depends on the choice of BFS root, and the paper does not address canonicality or quasi-isometry-invariance of the resulting tree. Third, the theorem concerns finite simple graphs; extensions to infinite or locally finite settings, where much of coarse graph theory operates, are not treated here. Finally, the paper leaves open how this coarse block-cut structure interacts with the broader program of coarse minor theory — in particular whether it can serve as a building block for a coarse analogue of the Kuratowski–Wagner theorem, which remains open in general.
Conclusion
The paper establishes that the block-cut tree decomposition lifts to the coarse setting with explicit constants: adhesion sets of weak diameter O(n(n+m))6 and bags free of small far-away separators, computable in near-linear-plus-quadratic time. The proof is a clean repurposing of the Berger–Seymour BFS-layering machinery, identifying compact blocks as coarse cut-vertices. The derived dual formulation, via two separated paths, connects the result to the coarse Menger theorem for two paths and quantifies the price paid by its constant. Together with the independent work of Albrechtsen and Georgakopoulos, this confirms that 2-connected-component structure is among the classical decomposition theorems that survive coarseification.