Pith. sign in

REVIEW 3 minor 4 references

Row pathwidth of complete binary trees

T0 review · 0 major / 3 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read The paper proves that any strong-product-plus-path representation of the height-h complete binary tree T_h requires a row graph of pathwidth at least floor((h+1)/16), settling rpw(T_h)=Theta(h).

desk verdict A short, self-contained proof that the row pathwidth of complete binary trees is linear, resolving a 2022 open problem; the AI disclosure is unusual but the math checks out. read the letter →

arxiv 2608.09495 v1 pith:IW4DTCBH submitted 2026-08-10 math.CO

classification math.CO MSC 05C7505C83
keywords rowpathwidthcompletebinarytreestrongproductgraphstructuretheorypathdecompositionlowerbound
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper establishes a linear lower bound on the row pathwidth of complete binary trees: for the height-h tree T_h, any graph H whose strong product with a path contains T_h must have pathwidth at least floor((h+1)/16). Row pathwidth is the smallest pathwidth of the row graph H in such a product representation, so this says the rows cannot be much simpler than the tree itself. The result settles the asymptotic question left open by Bose, Dujmović, Javarsineh, Morin, and Wood: since the upper bound pw(T_h)=ceil(h/2) was already known, the row pathwidth of T_h is Theta(h). The proof is self-contained and does not optimize the constant 16.

What carries the argument

The proof's engine is Lemma 2, a structural lemma about path decompositions: for any connected graph H with pw(H)<=k and any vertex z, there is a set Y containing z such that pw(H-Y)<=k-1 and Y meets the ball of radius d around z in at most 2d+1 vertices. This set Y is obtained by taking two shortest paths from z to the first and last bags of a path decomposition; connectivity forces every bag to meet Y, so deleting Y drops the width by one, while two shortest paths give the ball-bound. The lemma is used to split the embedded tree into a small set S of vertices whose H-coordinate lies in Y and whose weight w(T,S)=sum_{v in S}(3/4)^{depth(v)} is bounded by 388, then to apply induction to each component of T-S, whose H-coordinates lie in H-Y and hence have pathwidth at most k-1. The recurrence w(T)<=388*583^k follows, and comparing with w(T_h)=(3/2)^h gives the constant 16.

What would settle it

One concrete way to test the proof is to search all small connected graphs H with pw(H)<=2 and vertices z: if every set Y containing z with pw(H-Y)<=1 has |Y cap B_H(z,d)| >= 2d+2 for some d, Lemma 2 is false; alternatively, an embedding of T_31 into H boxtimes P with pw(H)=1 would contradict Theorem 1.

Watch

Extended reading notes

Core claim

The central claim is Theorem 1: for every nonnegative integer h, floor((h+1)/16) <= rpw(T_h). In other words, no matter how the height-h complete binary tree is embedded as a subgraph of H boxtimes P with P a path, the graph H needs pathwidth at least floor((h+1)/16). Since T_h embeds in T_h boxtimes P with P a single vertex, the matching upper bound rpw(T_h) <= pw(T_h)=ceil(h/2) is immediate, so rpw(T_h)=Theta(h). The lower bound follows from a weighted counting argument: with q=3/4, the total weight of T_h is (3/2)^h because it has 2^h leaves at depth h, while an induction using the ball lemma bounds the weight of any such embedded tree by 388*583^k, yielding h < 15 + 16k.

Load-bearing premise

The proof rests on Lemma 2's ball estimate, that from any vertex z of a pathwidth-k connected graph one can delete a set Y, lowering pathwidth to k-1, whose intersection with every radius-d ball around z has size at most 2d+1.

Editorial extensions

If this is right

  • The asymptotic row pathwidth of complete binary trees is now known: rpw(T_h)=Theta(h), improving the previous Omega(h/log h) lower bound.
  • Because row pathwidth is monotone under taking subgraphs, every graph class that contains arbitrarily large complete binary trees also has row pathwidth growing at least linearly in h.
  • The quantified bound gives a concrete obstruction: any representation of T_h in H boxtimes P must use a row graph H whose pathwidth is at least about one sixteenth of the tree height.
  • The proof shows the inherent cost of representing binary trees in product structure is linear, not logarithmic.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The constant 16 is an artifact of choosing q=3/4 and of the crude bounds 388 and 583; re-optimizing the weight parameter and the ball-counting constants could improve the multiplicative constant while preserving the linear lower bound.
  • The same weighted-counting induction should generalize to d-ary trees by choosing a weight q strictly between 1/d and 1, giving linear lower bounds for their row pathwidth with dimension-dependent constants.
  • Because the argument only uses distances along the two coordinates, it may serve as a template for lower bounds on row width parameters of other self-similar trees and tree-like structures.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

0 major / 3 minor

Summary. The paper proves Theorem 1: for every nonnegative integer h, floor((h+1)/16) ≤ rpw(T_h), where T_h is the complete binary tree of height h and rpw is the row pathwidth defined via the strong product with a path. The proof is self-contained. Lemma 2 gives a decomposition lemma for a connected graph H with pw(H) ≤ k: there is a set Y containing a prescribed vertex z such that pw(H−Y) ≤ k−1 and |Y∩B_H(z,d)| ≤ 2d+1 for every d. This is used in Lemma 3, an induction on k that bounds the weighted sum w(T)=∑_{v∈T} q^{depth(v)} for any rooted binary tree embedded in H⊠P by 388·583^k when pw(H) ≤ k, with q=3/4. Comparing this bound with the leaf contribution 2^h q^h = (3/2)^h yields the linear lower bound. I checked the induction in Lemma 3 line by line, including the base case, the bound on |{v∈S: depth(v)=d}|, the component decomposition, and the final constant comparison.

Significance. The result resolves an open problem posed by Bose, Dujmović, Javarsineh, Morin, and Wood and improves the previous Ω(h/log h) bound to the optimal Θ(h). The proof is elementary and transparent: it relies only on standard path-decomposition facts, an explicit weighted potential, and a clean induction with explicit constants. The constant 1/16 is not optimized, as the authors state. The paper is a strong contribution to graph product structure theory and is likely to be a useful reference. I verified the arithmetic in Lemma 3, including the identity ∑_{d≥0}(2d+1)^2 q^d = 388 at q=3/4 and the inequalities 388 < (3/2)^15 and 583 < (3/2)^16.

minor comments (3)
  1. [Section 1 and proof of Theorem 1] Several displayed subscripts and superscripts are missing in the typeset text: '2h leaves' should be '2^h leaves', '2h·qh' should be '2^h·q^h', and 'Th' should be 'T_h'.
  2. [Title/running head] The running head on page 1 reads 'ROW P A THWIDTH'; it should read 'ROW PATHWIDTH'.
  3. [Lemma 2 proof] The argument that every bag meets Y relies on the standard fact that the set of bags meeting a connected subgraph is an interval; this fact is cited as folklore, but spelling it out in one sentence would improve readability for the general reader.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity; the proof is self-contained and derives the lower bound from first principles.

full rationale

The derivation is self-contained. Lemma 2 is proved directly from the definition of path decomposition: for a connected subgraph the set of bag indices meeting it is an interval because consecutive vertex intervals overlap along edges, and deleting the two shortest paths Y leaves a path decomposition of H-Y of width at most k-1. The ball estimate |Y ∩ B_H(z,d)| ≤ 2d+1 follows from the two shortest paths contributing at most d+1 vertices each and sharing z. Lemma 3 then applies Lemma 2 to the projection of the root and bounds the S-layer weight by the explicit power series sum (2d+1)^2(3/4)^d = 388; no parameter is fitted to the desired conclusion. The components of T-S are handled by induction with pathwidth at most k-1, and the weight transfer uses only the binary-tree branching factor 2. Theorem 1 combines the lower bound w(T_h) ≥ 2^h(3/4)^h = (3/2)^h with the numeric inequalities 388 < (3/2)^15 and 583 < (3/2)^16; these constants are chosen after the fact but the lower bound is not inserted as an assumption. References [1]-[4] serve as context and motivation only; no load-bearing step invokes a self-citation or an unverified prior theorem of the authors. No equation reduces to its own input, and no fitted quantity is renamed as a prediction. Therefore the circularity score is 0.

Assumptions & free parameters 1 free parameters · 5 assumptions · 0 invented entities

The ledger is nearly empty: the result is a pure existence proof derived from standard pathwidth facts. The only hand-chosen quantity is the weight base q=3/4, and the axioms are standard or immediate consequences of the definitions. No new particles, forces, or objects are postulated.

free parameters (1)
  • q (weight base) = 3/4
    The proof weights vertices by q^depth with q=3/4. This value is chosen by hand so that the leaf contribution (2q)^h=(3/2)^h outgrows the constants 388 and 583; any q in (1/2,1) would yield a linear bound, but the constants depend on the choice.
assumptions (5)
  • standard math Path decomposition bags meeting a connected subgraph form an integer interval.
    Used in Lemma 2 to conclude that Y meets every bag when Y is connected and meets both end bags.
  • standard math Pathwidth is monotone under taking subgraphs and induced subgraphs.
    Used in Lemma 3 to pass from pw(H-Y) <= k-1 to pw(H_C) <= k-1 for each component C.
  • domain assumption The projection of a connected subgraph of a strong product onto either coordinate is connected.
    Used to restrict H to a connected host and to apply induction to each component C in Lemma 3.
  • domain assumption Along a path of length d in a strong product, each coordinate changes by at most d.
    Used to bound vertices of S at depth d by balls of radius d in H and in the path P.
  • standard math A complete binary tree of height h has 2^h leaves at depth h.
    Used in Theorem 1 to get w(T_h) >= 2^h q^h = (3/2)^h.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Row pathwidth of complete binary trees." pith.science (2026). https://pith.science/paper/IW4DTCBH

@misc{pith2026260809495,
  author       = {Pith},
  title        = {Pith review of: Row pathwidth of complete binary trees},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IW4DTCBH}},
  note         = {Machine review of arXiv:2608.09495}
}
abstract

We show that if a complete binary tree of height $h$ is isomorphic to a subgraph of the strong product of a graph $H$ and a path, then $\mathrm{pw}(H)$ is $\Omega(h)$. This solves a problem posed by Bose, Dujmovi\'c, Javarsineh, Morin, and Wood (2022). The proof was found by OpenAI's GPT-5.6 Sol Pro.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

4 extracted references · 4 canonical work pages

  1. [1]

    P. Bose, V. Dujmović, M. Javarsineh, P. Morin, and D. R. Wood. Separating layered treewidth and row treewidth. Discrete Mathematics & Theoretical Computer Science, 24(1):1–10, 2022. arXiv:2105.01230

  2. [2]

    Planar graphs have bounded queue-number

    V. Dujmović, G. Joret, P. Micek, P. Morin, T. Ueckerdt, and D. R. Wood. Planar graphs have bounded queue-number. Journal of the ACM, 67(4):1–38, 2020. arXiv:1904.04791

  3. [3]

    Notes on Graph Product Structure Theory

    Z. Dvořák, T. Huynh, G. Joret, C.-H. Liu, and D. R. Wood. Notes on graph product structure theory. In 2019–20 MATRIX Annals, pages 513–533. Springer, 2021. arXiv:2001.08860

  4. [4]

    Robertson and P

    N. Robertson and P. Seymour. Graph minors. I. Excluding a forest.Journal of Combinatorial Theory, Series B, 35(1):39–61, 1983

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.