REVIEW 8 minor 22 references
Every graph splits along coarse cut-vertices into coarse 2-connected pieces
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
Every graph admits a tree decomposition with small-diameter adhesion sets where same-bag vertices cannot be separated by small, distant vertex sets.
T0 review reviewed 2026-07-09 challenge →
load-bearing objection Clean, correct coarse analogue of the block-cut tree theorem using BFS-layering; the proof is short and modular, with a sensible dual formulation. The constants are loose but that is expected in this area.
A coarse block-cut tree theorem
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central mechanism is the BFS-layering tree of blocks. Given a root r, vertices are partitioned into layers by distance from r, and within each layer, vertices are grouped into blocks by their connectivity in the subgraph induced by that layer and all deeper ones. This block structure forms a tree. The decomposition then contracts maximal subtrees of wide (large-diameter) blocks into single bags and keeps narrow (bounded-diameter) blocks as adhesion sets. The key structural fact is that on any path through the decomposition tree between two blocks belonging to the same bag, all intermediate blocks are wide, which forces any small-diameter separator to miss at least one of them, leaving a逃
What carries the argument
BFS-layering into blocks (Berger-Seymour construction), where blocks are equivalence classes of same-layer vertices connected through deeper layers; the block tree T_L is always a tree; d-compact blocks (diameter at most d) serve as adhesion sets while connected components of d-wide blocks form bags; Lemma 2 handles shallow separators via shortest-path arguments, Lemma 3 handles deep separators by exploiting the width of an intermediate block on the BFS-tree path.
Load-bearing premise
The separator-free guarantee for vertices in the same bag hinges on the fact that any block lying internally on a path between two same-bag blocks in the decomposition tree must be wide (have diameter exceeding 3d+2). This follows from the construction, but if the layering or block definitions were modified even slightly, this property could fail and the entire non-separation argument would collapse.
What would settle it
A graph G and integer d for which, in every possible tree decomposition with adhesion sets of weak diameter at most 3d+2, there exist two vertices u, v in some common bag and a set S with diam(S) at most d, dist(S, {u,v}) > d+1, that separates u from v in G. Such an example would show the decomposition cannot simultaneously achieve bounded adhesion and the non-separation property.
If this is right
- Provides a constructive, polynomial-time decomposition that could serve as a preprocessing step for algorithms on graphs with quasi-isometric tree-like structure.
- The dual formulation connects the decomposition to the existence of well-separated path pairs, bridging structural decompositions with coarse Menger-type flow statements.
- Suggests that other classic structural decomposition theorems (e.g., along 3-connected components or clique-sums) may admit coarse analogues via similar layering-and-blocking techniques.
- The constant 3d+2 on adhesion-set diameter and the constant 129c in the dual formulation leave room for tightening, which could improve quantitative guarantees in downstream applications.
Where Pith is reading between the lines
- If the coarse block-cut decomposition could be made canonical (independent of root choice up to bounded perturbation), it would provide a quasi-isometry invariant of graphs analogous to the classical block-cut tree being a graph invariant.
- The technique of using BFS-layering blocks as a skeleton for coarse decompositions might extend to directed graphs or to graphs with weighted metrics, though the tree structure of the block graph relies on undirected connectivity properties that may not transfer directly.
- The gap between the 3d+2 adhesion bound and the d separator bound suggests a possible lower-bound construction showing this linear blow-up is necessary, which would clarify whether the constants are artifacts of the proof or intrinsic to the problem.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proves a coarse analogue of the classical block-cut tree theorem. The main result (Theorem 1) states that for every connected graph G and positive integer d, there exists a tree-decomposition whose adhesion sets have weak diameter at most 3d+2, and such that no two vertices u, v in a common bag can be separated by a set S of weak diameter at most d with dist(S, {u,v}) > d+1. The construction builds on the BFS-layering technique of Berger and Seymour [6], partitioning each layer into blocks (equivalence classes of connectivity in the tail of the layering), classifying blocks as d'-compact or d'-wide (d' = 3d+2), and forming a tree-decomposition where compact blocks serve as adhesion sets and wide blocks are grouped into component bags. The separator-free property is verified through two lemmas (Lemmas 2 and 3) handling cases based on the maximum layer reached by the separator. A dual formulation (Corollary 1) is derived using the Coarse Menger's Theorem for two paths (Theorem 2, from [5, 12]).
Significance. This is a clean and well-motivated contribution to coarse graph theory, adding a positive example to the growing list of coarse analogues of classical structural results. The block-cut tree is one of the most fundamental decomposition tools in graph theory, and its coarse counterpart is a natural and important object. The proof technique is elegant and modular: the construction of the decomposition tree (Lemma 1) is straightforward, and the separator-free property (Theorem 1) reduces to two well-separated cases (Lemmas 2 and 3). The dual formulation (Corollary 1) via coarse Menger for two paths is a nice addition that makes the 'coarse 2-connectivity' condition more concrete. The algorithmic aspect (polynomial-time computability, Observation 3) is also a plus. The authors note that a similar result was independently obtained by Albrechtsen and Georgakopoulos [4], which is appropriately disclosed.
minor comments (8)
- Abstract: The abstract states 'whose distance from u and v is more than d', while Theorem 1 and the body use the condition dist_G(S, {u,v}) > d+1. This minor discrepancy should be reconciled for precision.
- Lemma 3: The statement uses 'B' (the block containing v) in the hypothesis but the proof operates on B' and v*. The role of B in the lemma statement is unclear since it is not used in the conclusion or proof beyond context. Consider clarifying whether B is needed in the statement or whether the lemma could be stated purely in terms of B_u and B'.
- Proof of Theorem 1: The notation 'bB' for the least common ancestor of B_u and B_v is slightly unusual; consider using a more standard notation such as B_hat or B_lca.
- Lemma 4, second part: The argument that 'no vertex in N^{ell-(2cd+1)}[u] and N^{ell-(2cd+1)}[v] belongs to F' uses the fact that dist(u,z) >= ell and dist(v,z) >= ell for z in P intersect F. This is correct but the reasoning could be made slightly more explicit, as it relies on the shortest-path property of P and the disjointness of N^ell[u] and N^ell[v].
- Corollary 1: The constant floor(d/258) arises from d/(2c) with c=129. It would help the reader to briefly note this derivation explicitly, e.g., 'where 258 = 2c = 2 * 129'.
- Section 3, definition of T^d_L: The node types are described clearly, but a small illustrative figure showing the transformation from T_L to T^d_L would significantly aid readability.
- Introduction: The phrase 'The coarse analogue of the Kuratowski-Wagner Theorem remains tantalizingly open [12]' could benefit from a brief parenthetical explaining what the coarse analogue would assert, for readers not deeply familiar with the program.
- References: Several arXiv preprints are cited with 2026 dates (e.g., [7], [8], [9], [15], [16]–[21]). These should be verified for accuracy and updated with final publication details if available.
Circularity Check
No circularity found; derivation is self-contained with external support
full rationale
The proof of Theorem 1 constructs a tree-decomposition from a BFS-layering and verifies both conditions through direct structural arguments (Lemmas 1–3). The key step — that block B' must be d'-wide because it is internal on the B_u–B_v path in T_L and by construction internal blocks on such paths cannot be d'-compact — is a genuine structural consequence, not a definitional equivalence. The dual formulation (Corollary 1) relies on Theorem 2 (coarse Menger for two paths) from [5, 12], both of which are external works with no author overlap with the current paper. The self-citation [7] (three of five current authors) appears only in the introduction as a related result and is not load-bearing for any proof step. No parameter is fitted and then 'predicted'; d is an input parameter throughout. No step reduces to its own inputs by construction or self-citation chain.
Axiom & Free-Parameter Ledger
axioms (2)
- standard math Coarse Menger's Theorem for two paths (Theorem 2 from [5, 12])
- standard math BFS-layering tree structure (Observation 1, from [6])
Cite this review
Pith. "Pith review of A coarse block-cut tree theorem." pith.science (2026). https://pith.science/paper/GOCCPBYQ
@misc{pith2026260707111,
author = {Pith},
title = {Pith review of: A coarse block-cut tree theorem},
year = {2026},
howpublished = {\url{https://pith.science/paper/GOCCPBYQ}},
note = {Machine review of arXiv:2607.07111}
}
abstract
We prove a coarse analogue of the classic fact that every graph can be decomposed along its cut-vertices into $2$-connected components. Precisely, we prove that for every graph $G$ and a positive integer $d$, $G$ admits a tree decomposition whose adhesion sets have weak diameter at most $3d+2$ so that no two vertices $u,v$ lying in the same bag can be separated by a set of weak diameter at most $d$ whose distance from $u$ and $v$ is more than $d$. By the Coarse Menger's Theorem for two paths, this condition admits also a dual formulation, phrased in terms of the existence of two paths that are far from each other and connect the vicinity of $u$ with the vicinity of $v$.
Reference graph
Works this paper leans on
-
[1]
J. Ahn, J. P. Gollin, T. Huynh, and O. Kwon. A coarse Erd˝os-P´osa theorem. In36th Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2025, pages 3363–3381. SIAM, 2025. 8
work page 2025
-
[2]
S. Albrechtsen, M. Bonamy, R. Bourneuf, and J. Davies. Manuscript in preparation
-
[3]
S. Albrechtsen and J. Davies. Counterexample to the conjectured coarse grid theorem.ArXiv preprint, abs/2508.15342, 2025
-
[4]
S. Albrechtsen and A. Georgakopoulos. A coarse block-cutvertex tree-decomposition. Manuscript
-
[5]
S. Albrechtsen, T. Huynh, R. W. Jacobs, P. Knappe, and P. Wollan. A Menger-type theorem for two induced paths.SIAM Journal on Discrete Mathematics, 38(2):1438–1450, 2024
work page 2024
-
[6]
E. Berger and P. Seymour. Bounded-diameter tree-decompositions.Combinatorica, 44(3):659–674, 2024
work page 2024
-
[7]
A coarse Menger's Theorem for planar and bounded genus graphs
V. Bla ˇzej, M. Pilipczuk, and E. Protopapas. A coarse Menger’s Theorem for planar and bounded genus graphs.ArXiv preprint, abs/2605.11112, 2026. Accepted to FOCS 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[8]
Coarse Balanced Separators in Fat-Minor-Free Graphs
E. Bonnet, H. Le, M. Pilipczuk, and M. Pilipczuk. Coarse balanced separators in fat-minor-free graphs. ArXiv preprint, abs/2604.11318, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
- [9]
-
[10]
Erd\H{o}s--P\'{o}sa property of cycles that are far apart
V. Dujmovi ´c, G. Joret, P. Micek, and P. Morin. Erd˝os-P´osa property of cycles that are far apart.ArXiv preprint, abs/2412.13893, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[11]
On Induced Versions of Menger's Theorem on Sparse Graphs
P. Gartland, T. Korhonen, and D. Lokshtanov. On induced versions of Menger’s theorem on sparse graphs.ArXiv preprint, abs/2309.08169, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[12]
A. Georgakopoulos and P. Papasoglu. Graph minors and metric spaces.Combinatorica, 45(3):Paper No. 33, 29, 2025
work page 2025
-
[13]
K. Hendrey, S. Norin, R. Steiner, and J. Turcotte. On an induced version of Menger’s theorem.Elec- tronic Journal of Combinatorics, 31(4), 2024
work page 2024
-
[14]
Graphs that are quasi-isometric to graphs with bounded treewidth
R. Hickingbotham. Graphs that are quasi-isometric to graphs with bounded treewidth.ArXiv preprint, abs/2501.10840, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[15]
C.-H. Liu. Coarse Menger property of quasi-minor excluded graphs and length spaces.ArXiv preprint, abs/2605.10068, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[16]
Asymptotic structure. I. Coarse tree-width
T. Nguyen, A. Scott, and P. Seymour. Asymptotic structure. I. Coarse tree-width.ArXiv preprint, abs/2501.09839, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
- [17]
-
[18]
Asymptotic structure. III. Excluding a fat tree
T. Nguyen, A. Scott, and P. Seymour. Asymptotic structure. III. Excluding a fat tree.ArXiv preprint, abs/2509.09035, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[19]
Asymptotic structure. IV. A counterexample to the weak coarse Menger conjecture
T. Nguyen, A. Scott, and P. Seymour. Asymptotic structure. IV. A counterexample to the weak coarse Menger conjecture.ArXiv preprint, abs/2508.14332, 2025. 9
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[20]
Asymptotic structure. V. The coarse Menger conjecture in bounded path-width
T. Nguyen, A. Scott, and P. Seymour. Asymptotic structure. V. The coarse Menger conjecture in bounded path-width.ArXiv preprint, abs/2509.08762, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[21]
Asymptotic structure. VI. Distant paths across a disc
T. Nguyen, A. Scott, and P. Seymour. Asymptotic structure. VI. Distant paths across a disc.ArXiv preprint, abs/2509.07174, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
- [22]
This paper was first reviewed by glm-5.2 on July 9, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.