REVIEW 2 major objections 4 minor 40 references
Proof of a conjecture of Voss on bridges of longest cycles
T0 review · 2 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read This paper proves Voss's 1991 conjecture: in a 2-connected graph, vertex-disjoint bridges of a longest cycle that form a tree in the overlap graph have total length at most half the cycle.
desk verdict Genuine proof of Voss's long-standing conjecture via a clever cycle-covering reduction, but the induction in Theorem 5 needs a missing tree-preservation lemma before the proof is complete. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The proof engine is an auxiliary multidigraph $D_\eta$ built from a partition $\eta=(p_1,\dots,p_k)$ of the number of leaves of a bridge tree: its vertices sit in $k$ consecutive blocks of sizes $p_i$, with arcs back and forth along each block and two arcs joining consecutive blocks. Every vertex of $D_\eta$ has in-degree and out-degree $2$, giving Lemma 6 (every arc lies on two dicycles that share only that arc) and then Lemma 7 (every nontrivial vertex cut of $D_\eta$ is crossed by at least four edges). Labeling the leaves of a tree $T$ by the vertices of $D_\eta$ and taking the dipaths between leaves whose labels are joined by an arc yields Lemma 8: a family of leaf-to-leaf dipaths covering every edge of $T$ at least four times, which supplies the bridge part of the covering cycles. The induction then uses the four directed-cycle types (00, 01, 10, 11) with respect to an attachment vertex; condition (C4), exactly one cycle of each type at each attachment, tells the proof which cycles to delete and which symmetric differences to glue in when two smaller feasible families are combined along the split edges of $T_2$.
What would settle it
A single $2$-connected graph with a longest cycle $L$ and pairwise vertex-disjoint $L$-bridges that induce a tree in $O_G(L)$ but have total length greater than $\lfloor |E(L)|/2 \rfloor$ would refute the main theorem; the paper's extremal examples show equality is attainable, so a counterexample search should probe configurations just beyond those. A second, more local check targets the recursion: a bridge configuration in which the split used in Section 4.1 yields a smaller subconfiguration whose overlap graph is not a tree would show the proof of Theorem 5 needs repair even if the conjecture is true.
Extended reading notes
Core claim
The central result, Theorem 3, is that Voss's conjecture holds for every positive integer $k$, obtained through a first-principles reduction to a cycle-covering problem. The covering statement (Theorem 4, strengthened to directed cycles as Theorem 5) is the discovery that carries the argument: if $T_1,\dots,T_s$ are pairwise vertex-disjoint $L$-bridges that are themselves trees whose leaves are exactly their attachment vertices on $L$, and that induce a tree in $O_G(L)$, then there exists a family $\mathcal{C}$ of directed cycles of $G$ such that (C1) every edge of $L$ lies in exactly two cycles of $\mathcal{C}$ and every edge outside $L$ lies in at least four; (C2) for each covering cycle $C$, the symmetric difference $L \triangle C$ is a cycle; (C3) each covering cycle contains either no attachment or exactly two attachments of each bridge; and (C4) for each of the four orientation types and each attachment vertex, exactly one covering cycle of that type is present at that vertex. Theorem 5 is proved by induction on the number of bridges, with explicit cycle constructions for one and two bridges and, for three or more, a case analysis that isolates a leaf bridge $T_1$ of the overlap tree, cuts the bridge $T_2$ overlapping it into two subtrees, applies the induction hypothesis to the two smaller subgraphs, and stitches the two feasible families together by deleting paired cycles and inserting their symmetric differences.
Load-bearing premise
The load-bearing step is the induction's silent assumption that after one bridge is removed and the bridge overlapping it is cut into two subtrees, the two smaller bridge configurations again induce trees in their overlap graphs, so the same argument can be reapplied to each.
Editorial extensions
If this is right
- Voss's conjecture is settled in full: for every $k \ge 1$, pairwise vertex-disjoint $L$-bridges inducing a tree in $O_G(L)$ satisfy $\sum_{i=1}^k \lambda(B_i) \le \lfloor |E(L)|/2 \rfloor$ in any $2$-connected graph.
- The bound is best possible: equality is attained by $K_{2,3}$ for one bridge and by a $2k$-cycle with $k$ chords for $k \ge 2$, while relaxing the tree condition (a disconnected overlap graph, or one containing a triangle as in the Petersen graph) pushes the total bridge length above half of $|E(L)|$.
- The covering statement becomes a reusable structural fact: tree-shaped bridge configurations admit cycles that double-cover $L$, quadruple-cover every bridge edge, and satisfy that $L \triangle C$ is a cycle for every covering cycle $C$, which is exactly the property that makes the longest-cycle comparison work.
- For two longest cycles $C,D$ in a $3$-connected cubic graph, if the $C$-bridges of $C \cup D$ form a tree in the overlap graph, then $|E(C \cap D)| \ge |C|/2$ follows from Theorem 3; the paper proposes decomposing overlap graphs into small trees as the route toward the intersection conjectures.
Reading between the lines
- The authors stop short of proving it, but their cubic-graph calculation suggests a pathway to quantitative forms of the conjecture that two longest cycles in a $k$-connected graph share at least $k$ vertices: bounding how many tree-shaped pieces the overlap graph of $C \cup D$ splits into would let Theorem 3 be applied piece by piece.
- The organization of the proof suggests a verifiable structural lemma: cutting the bridge that overlaps a removed leaf bridge into two subtrees should leave both smaller configurations with tree overlap graphs. The paper does not isolate this fact as a stated lemma in Sections 4.1–4.3, so verifying it for all possible splits would be the most direct check of the induction.
- The auxiliary digraph construction is independent of longest cycles: any tree whose leaves are labeled by a $2$-in-$2$-out digraph with the four-edge cut property inherits a leaf-to-leaf path cover with edge multiplicity at least four, so the mechanism could serve other covering problems that need prescribed edge-multiplicity bounds.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims a proof of Voss's 1991 conjecture: if G is 2-connected, L is a longest cycle, and B1,...,Bk are pairwise vertex-disjoint L-bridges whose vertices induce a tree in the overlap graph O_G(L), then the sum of their lengths λ(Bi) is at most floor(|E(L)|/2). The proof reduces the statement to a cycle-covering theorem (Theorem 4), then proves a strengthened directed version (Theorem 5) by induction on the number of L-bridges. The induction uses an auxiliary multidigraph D_eta and a family of dipaths covering each tree edge at least four times (Lemmas 6-8). The base cases s=1,2 are explicit, and the induction step splits the bridge T2 into two subtrees to obtain smaller graphs G1 and G2.
Significance. If the proof is correct, this settles a conjecture from Voss's 1991 monograph and gives a quantitative tool for longest-cycle problems; the reduction from the length bound to a cycle-covering statement is clean, and the counting argument is parameter-free. The auxiliary digraph and dipath-covering lemmas are elegant and appear sound. However, the paper's central induction step is missing a key structural verification, so the significance is conditional on repairing that gap.
major comments (2)
- [Section 4.1 (and 4.2, 4.3)] The sentence "By induction hypothesis, there exists C_i ⊆ C(G_i) which is feasible for (G_i,L)" applies Theorem 5 to the subgraphs G1 and G2, but the hypotheses of Theorem 5 are not verified. In particular, the paper never proves that the L-bridges T21, T3, ..., Ts of G1 induce a tree in O_{G1}(L), nor that T22, T1 induce a tree in O_{G2}(L). This is load-bearing: every recursive call in Sections 4.1, 4.2, and 4.3 depends on this tree property. The property is not immediate, because splitting T2 changes the attachment sets and can in principle disconnect the overlap graph; the authors themselves flag in Section 2 that "to ensure that the induction works, both O_L(G1) and O_L(G2) must be trees," but no lemma or remark later supplies this fact. A repair is likely possible (for instance, one can argue that all attachments of T3,...,Ts lie in L[b,a] and that every overlap with T2 is witnessed by T2-leaves in L[b,a], so T21 inherits those overlaps), but as written the proof of Theorem 5 is incomplete at a central point.
- [Theorem 5 statement and Sections 4.1-4.3] The induction hypothesis of Theorem 5 also requires the graph G to be 2-connected, but the subgraphs G1, G2, G*1, G*2 are never shown to be 2-connected. This is an additional missing verification. It is likely true in each case (each subgraph consists of a cycle or subdivided cycle plus trees whose leaves lie on that cycle), but the proof should state and justify it explicitly, since the induction cannot be applied otherwise.
minor comments (4)
- [Section 4, definition of "witness"] The definition "there are no other attachments on the segments L[x,y] or L[y,x]" is ambiguous: as written, it appears to require both directed segments to contain no other attachments, which is impossible for two distinct attachments on a cycle. The intended meaning (presumably that the relevant directed segment between the two vertices contains no other attachments) should be clarified, since the subsequent definitions of a and b rely on it.
- [Section 1, proof of Theorem 3] The claim "Define H as the union of L and T_i for all 1≤i≤k, which is 2-connected" is asserted without proof. This is a minor gap, but a one-sentence justification would make the reduction self-contained.
- [Section 4.3, Claim 3d] There is a typo in the line "T_2[v^1_{q1}, v^{k-1}_{q_{k-1}}] = T_2[a^{01}_2, a^{01}_2]" — the right-hand side should presumably be T_2[a^{00}_2, a^{01}_2], not T_2[a^{01}_2, a^{01}_2].
- [Section 4.2 and 4.3] The verification that the newly constructed dicycles C_new_i satisfy (C2) and (C3) is described as "analogous" and largely omitted. Given the intricacy of the case analysis, a more explicit verification for the new dicycles would improve readability and confidence, even if the arguments are straightforward extensions of the earlier ones.
Circularity Check
No circularity: the paper is a self-contained proof; the reader-identified induction gap is a correctness concern, not a reduction of the theorem to its assumptions.
full rationale
The derivation chain is standard and self-contained: Theorem 3 is reduced to the cycle-covering Theorem 4 by counting edges in symmetric differences, and Theorem 4 is derived from conditions (C1)-(C2) of the stronger Theorem 5. Theorem 5 is then proved by an explicit induction whose base cases s=1 and s=2 are constructed directly and whose inductive step (Sections 4.1-4.3) invokes the induction hypothesis on subgraphs G1 and G2 with strictly fewer L-bridges. The auxiliary digraph D_eta, Lemma 7's cut bound, and Lemma 8's dipath-cover bound are established internally from elementary degree and dicycle arguments; none of these statements assumes Conjecture 2 or Theorem 4. No parameter is fitted and no quantity called a prediction is instead an input: lambda(B_i) enters exactly as |E(T_i)| for the chosen maximum tree T_i, and the covering multiplicities are proved, not assumed. The only self-citation is reference [22] in Section 5, which is used merely as a pointer to related work on longest-cycle intersections and plays no role in the proof. The skeptic's concern about the tree property of O_{G1}(L) and O_{G2}(L) after splitting T2 is a possible gap in the induction's hypotheses; if it is real, it makes the proof incomplete, not circular, because it does not make the conclusion equal to an assumption or to a fitted input. Therefore the circularity score is 0.
Assumptions & free parameters
assumptions (6)
- standard math Standard ZFC set-theoretic mathematics and finite graph theory.
- standard math Handshaking Lemma: a finite graph has an even number of odd-degree vertices.
- standard math Every finite tree with at least two leaves has a leaf; removing an edge splits the leaf set into two non-empty sets.
- domain assumption H = L union T_i is 2-connected.
- domain assumption The graphs G1 and G2 obtained after deleting a leaf bridge and splitting T2 satisfy the induction hypotheses, including having tree overlap graphs and the stated bridge sets.
- standard math For a finite bridge B_i, a largest tree T_i with leaves exactly the attachments exists.
invented entities (2)
-
Auxiliary multidigraph D_eta
-
Four dicycle types 00, 01, 10, 11 relative to an attachment vertex
Cite this review
Pith. "Pith review of Proof of a conjecture of Voss on bridges of longest cycles." pith.science (2026). https://pith.science/paper/7BJYLSKJ
@misc{pith2026250906345,
author = {Pith},
title = {Pith review of: Proof of a conjecture of Voss on bridges of longest cycles},
year = {2026},
howpublished = {\url{https://pith.science/paper/7BJYLSKJ}},
note = {Machine review of arXiv:2509.06345}
}
abstract
Bridges are a classical concept in structural graph theory and play a fundamental role in the study of cycles. A conjecture of Voss from 1991 asserts that if disjoint bridges $B_1, B_2, \ldots, B_k$ of a longest cycle $L$ in a $2$-connected graph overlap in a tree-like manner (i.e., induce a tree in the {\it overlap graph} of $L$), then the total {\it length} of these bridges is at most half the length of $L$. Voss established this for $k \leq 3$ and used it as a key tool in his 1991 monograph on cycles and bridges. In this paper, we confirm the conjecture in full via a reduction to a cycle covering problem.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
B. R. Alspach and C. D. Godsil, editors.Cycles in graphs, volume 115 ofNorth-Holland Mathematics Studies. North-Holland Publishing Co., Amsterdam, 1985. Papers from the workshop held at Simon Fraser University, Burnaby, B.C., July 5–August 20, 1982, Annals of Discrete Mathematics, 27
work page 1985
-
[2]
L. Auslander and S. V. Parter. On imbedding graphs in the sphere.J. Math. Mech., 10:517–523, 1961
work page 1961
-
[3]
L. Babai. Long cycles in vertex-transitive graphs.J. Graph Theory, 3(3):301–304, 1979
work page 1979
-
[4]
J. A. Bondy. Beautiful conjectures in graph theory.European J. Combin., 37:4–23, 2014
work page 2014
-
[5]
J. A. Bondy and R. C. Entringer. Longest cycles in 2-connected graphs with prescribed maximum degree.Canadian J. Math., 32(6):1325–1332, 1980. 18
work page 1980
-
[6]
J. A. Bondy and U. S. R. Murty.Graph theory, volume 244 ofGraduate Texts in Math- ematics. Springer, New York, 2008
work page 2008
-
[7]
G. Chen, R. J. Faudree, and R. J. Gould. Intersections of longest cycles ink-connected graphs.J. Combin. Theory Ser. B, 72(1):143–149, 1998
work page 1998
-
[8]
G. Chen, L. Sheppardson, X. Yu, and W. Zang. The circumference of a graph with no K3,t-minor.J. Combin. Theory Ser. B, 96(6):822–845, 2006
work page 2006
Show all 40 references
-
[9]
Chen and X
G. Chen and X. Yu. Long cycles in 3-connected graphs.J. Combin. Theory Ser. B, 86(1):80–99, 2002
2002
-
[10]
G. Chen, X. Yu, and W. Zang. The circumference of a graph with noK 3,t-minor, II.J. Combin. Theory Ser. B, 102(6):1211–1240, 2012
2012
-
[11]
Chiba and T
N. Chiba and T. Nishizeki. A theorem on paths in planar graphs.J. Graph Theory, 10(4):449–450, 1986
1986
-
[12]
M. DeVos. Long cycles in vertex-transitive graphs.arXiv:2302.04255v1, 2023
2023 arXiv
-
[13]
A. J. Goldstein. An efficient and constructive algorithm for testing whether a graph can be embedded in a plane. InGraph and Combinatorics Conference, Princeton, NJ, May
-
[14]
R. L. Graham, M. Gr¨ otschel, and L. Lov´ asz, editors.Handbook of combinatorics. Vol. 1,
-
[15]
Groenland, S
C. Groenland, S. Longbrake, R. Steiner, J. Turcotte, and L. Yepremyan. Longest cycles in vertex-transitive and highly connected graphs.Bulletin of the London Mathematical Society, https://doi.org/10.1112/blms.70134, 2025
2025 doi
-
[16]
Elsevier Science B.V., Amsterdam; MIT Press, Cambridge, MA, 1995
1995
-
[17]
Hopcroft and R
J. Hopcroft and R. Tarjan. Efficient planarity testing.J. ACM, 21(4):549–568, Oct. 1974
1974
-
[18]
Gr¨ otschel
M. Gr¨ otschel. On intersections of longest cycles. InGraph theory and combinatorics (Cambridge, 1983), pages 171–189. Academic Press, London, 1984
1983
-
[19]
Jackson and X
B. Jackson and X. Yu. Hamilton cycles in plane triangulations.J. Graph Theory, 41(2):138–150, 2002
2002
-
[20]
Jackson and N
B. Jackson and N. C. Wormald. Longest cycles in 3-connected planar graphs.Journal of Combinatorial Theory, Series B, 54(2):291–321, 1992
1992
-
[21]
Kawarabayashi and K
K. Kawarabayashi and K. Ozeki. 4-connected projective-planar graphs are Hamiltonian- connected.J. Combin. Theory Ser. B, 112:36–69, 2015
2015
-
[22]
Kawarabayashi, J
K. Kawarabayashi, J. Niu, and C.-Q. Zhang. Chords of longest circuits in locally planar graphs.European J. Combin., 28(1):315–321, 2007
2007
-
[23]
Norin, R
S. Norin, R. Steiner, S. Thomass´ e, and P. Wollan. Small hitting sets for longest paths and cycles.arXiv preprint arXiv:2505.08634, 2025
2025 arXiv
-
[24]
Ma and Z
J. Ma and Z. Zhao. Intersections of longest cycles in vertex-transitive and highly con- nected graphs.arXiv:2508.17438, 2025. 19
2025 arXiv
-
[25]
D. P. Sanders. On paths in planar graphs.J. Graph Theory, 24(4):341–345, 1997
1997
-
[26]
Ozeki and C
K. Ozeki and C. T. Zamfirescu. Every 4-connected graph with crossing number 2 is Hamiltonian.SIAM J. Discrete Math., 32(4):2783–2794, 2018
2018
-
[27]
Thomas and X
R. Thomas and X. Yu. 4-connected projective-planar graphs are Hamiltonian.J. Combin. Theory Ser. B, 62(1):114–132, 1994
1994
-
[28]
Shabbir, C
A. Shabbir, C. T. Zamfirescu, and T. I. Zamfirescu. Intersecting longest paths and longest cycles: A survey.Electronic Journal of Graph Theory and Applications (EJGTA), 1(1):56–76, 2013
2013
-
[29]
Thomas, X
R. Thomas, X. Yu, and W. Zang. Hamilton paths in toroidal graphs.J. Combin. Theory Ser. B, 94(2):214–236, 2005
2005
-
[30]
Thomas and X
R. Thomas and X. Yu. Five-connected toroidal graphs are Hamiltonian.J. Combin. Theory Ser. B, 69(1):79–96, 1997
1997
-
[31]
Thomassen
C. Thomassen. Configurations in graphs of large minimum degree, connectivity, or chro- matic number. InCombinatorial Mathematics: Proceedings of the Third International Conference (New York, 1985), volume 555 ofAnn. New York Acad. Sci., pages 402–412. New York Acad. Sci., New ...
1985
-
[32]
Thomassen
C. Thomassen. A theorem on paths in planar graphs.J. Graph Theory, 7(2):169–176, 1983
1983
-
[33]
W. T. Tutte. A theorem on planar graphs.Trans. Amer. Math. Soc., 82:99–116, 1956
1956
-
[34]
Thomassen
C. Thomassen. Chords of longest cycles in cubic graphs.J. Combin. Theory Ser. B, 71(2):211–214, 1997
1997
-
[35]
Voss.Cycles and bridges in graphs, volume 49 ofMathematics and its Applications (East European Series)
H.-J. Voss.Cycles and bridges in graphs, volume 49 ofMathematics and its Applications (East European Series). Kluwer Academic Publishers Group, Dordrecht; VEB Deutscher Verlag der Wissenschaften, Berlin, 1991
1991
-
[36]
W. T. Tutte. Matroids and graphs.Trans. Amer. Math. Soc., 90:527–552, 1959
1959
-
[37]
M. C. Wigal and X. Yu. Tutte paths and long cycles in circuit graphs.J. Combin. Theory Ser. B, 158(part 1):313–330, 2023
2023
-
[38]
H. Whitney. A theorem on graphs.Ann. of Math. (2), 32(2):378–390, 1931
1931
-
[40]
C. Q. Zhang. Longest cycles and their chords.J. Graph Theory, 11(4):521–529, 1987. 20
1987
-
[1963]
Contract No
Office of Naval Research Logistics Project, Department of Mathematics, Princeton University. Contract No. NONR 1858-(21), May 16–18, 2 pp
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.