REVIEW 1 major objections 4 minor 7 references
An improved upper bound for Tuza's conjecture via 2-colorable triangle families
T0 review · 1 major / 4 minor · reviewed 2026-08-28 · deepseek-v4-flash
Pith's one-line read This paper proves tau(G) <= (63/22) nu(G), a new general upper bound for Tuza's conjecture, using a new lemma for 2-colorable triangle families.
desk verdict A small, genuine improvement to the best known bound for Tuza's conjecture, with a clean proof and one structural claim to check. 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
The new tool is a structural observation. Call a collection of triangles "2-colorable" if you can paint the edges red and blue so that every triangle in the collection has exactly one red edge and two blue edges. The author proves that for such a family, you can always hit every triangle with at most (1+sqrt(3)) ~ 2.732 times the number of edge-disjoint triangles in the family. The proof combines two covering strategies: one that uses all edges of a maximum packing except some red edges, and one that uses the blue edges plus a cover of the remaining red-edge-only triangles. An induction trades off these two bounds to get the constant.
The author then observes that the leftover triangle family in Haxell's 1999 proof is exactly such a 2-colorable family, so the new lemma applies inside the old machinery. This yields the improved general bound. The paper also notes that a further improvement of the 2-colorable lemma to the conjectured factor 2 would push the general bound to 54/19.
Extended reading notes
Core claim
The central result is Theorem 1: for a 2-colorable triangle family F, tau(F) <= (1+sqrt(3)) nu(F). The paper then uses this to prove Corollary 1: for any graph G, tau(G) <= (63/22) nu(G), improving Haxell's 66/23. The abstract states: 'we prove tau(G) <= 63/22 nu(G), improving the previous bound tau(G) <= 66/23 nu(G) established by Haxell in 1999.'
Load-bearing premise
The proof of Corollary 1 depends on the claim in Section 3 that in Haxell's proof of Lemma 3.4 a triangle transversal of G is obtained by first adding E(B_1) union (E(B') cap E(B)), and that the uncovered triangles are precisely the family S of type (B',1) triangles sharing one edge with E(B')\E(B). If Haxell's construction adds different edges or leaves a different uncovered family, the improved bound on tau(S) would not transfer to G. This is an external precondition quoted from [3] and not reproduced in the paper.
Formalized claims in Lean
-
Claim #1: The central result is Theorem 1: for a 2-colorable triangle family F, tau(F) <= (1+sqrt(3)) nu(F). The paper then uses this to prove Corollary 1: for any graph G, tau(G) <= (63/22) nu(G), improving Haxell's 66/23. The abstract states: 'we prove tau(G) <= 63/22 nu(G), improving the previous bound tau(G) <= 66/23 nu(G) established by Haxell in 1999.'
/-- @claim 1 The central result is Theorem 1: for a 2-colorable triangle family F, tau(F) <= (1+sqrt(3)) nu(F). The paper then uses this to prove Corollary 1: for any graph G, tau(G) <= (63/22) nu(G), improving Haxell's 66/23. The abstract states: 'we prove tau(G) <= 63/22 nu(G), improving the previous bound tau(G) <= 66/23 nu(G) established by Haxell in 1999.' -/ def central_claim : Prop :=
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proves a new upper bound for Tuza's conjecture on triangle transversals. The main contribution is Theorem 1: for a 2-colorable triangle family F (one in which each triangle has two blue edges and one red edge), τ(F) ≤ (1+√3)ν(F). The proof is by induction using two lemmas: Lemma 2.1 gives τ(F) ≤ 3ν(F)−|B1|, and Lemma 2.2 gives τ(F) ≤ 2ν(F)+τ(F_R). Combining these yields the claimed constant. The paper then applies this result to improve the general bound for Tuza's conjecture, obtaining τ(G) ≤ 63/22ν(G) for every graph G, improving Haxell's bound of 66/23. A slightly sharper irrational bound (162+4√3)/59 is also stated.
Significance. If correct, the paper gives a genuine, though modest, improvement on a long-standing open problem: the best known general upper bound for Tuza's conjecture. The proof of Theorem 1 is self-contained and elegant, and the structural observation about 2-colorable triangle families is a useful new tool. The paper also correctly identifies that the constant 2 in Tuza's conjecture is best possible within this 2-colorable setting, since the four triangles of K4 are 2-colorable with τ=2ν=2. The application to the general bound is natural and the algebra in the weighted combination is sound. The small constant improvement from 66/23≈2.8696 to 63/22≈2.8636 is meaningful in a context where any progress is significant.
major comments (1)
- [Section 3, proof of Corollary 1] The proof of Corollary 1 relies on the assertion that in Haxell's proof of Lemma 3.4, a triangle transversal of G is obtained by first adding E(B1)∪(E(B')∩E(B)), that the size of this initial set is at most 3ν(G)−|B2|, and that the uncovered triangles are precisely S. These claims are not proved in the manuscript and are not part of the restated Lemma 3.4. They are load-bearing because the entire improvement depends on replacing Haxell's use of E(B'_1) as a transversal of S with the better bound τ(S)≤11/4|B'_1|. If Haxell's construction leaves a different family uncovered, or if the initial set has a different size, the improved bound would not transfer. The author should either reproduce the relevant part of Haxell's proof or provide a self-contained verification of these two specific facts.
minor comments (4)
- [Title] The title contains a typo: 'TRIANGLE F AMILIES' should read 'TRIANGLE FAMILIES'.
- [Section 3, definition of S] The definition of S as 'the family of type (B′,1) triangles that share exactly one edge with E(B′)\E(B)' is grammatically ambiguous. It should be clarified that S consists of type (B′,1) triangles whose unique edge in E(B′) lies in E(B′)\E(B).
- [Introduction] The term '2-colorable' may mislead readers who are accustomed to standard proper 2-coloring; I suggest using a different term or explicitly stating that the coloring is an arbitrary red/blue edge-coloring with the specified property, not necessarily proper.
- [Section 3, sharper bound] The statement that directly applying the constant 1+√3 yields the bound τ(G)≤(162+4√3)/59 is given without derivation. A short calculation showing the weighted combination with the optimal weights would help the reader verify the algebra.
Assumptions & free parameters
assumptions (3)
- domain assumption Haxell's Lemmas 3.1-3.4 (reference [3])
- standard math Maximum independent family B intersects every triangle in F
- standard math Local structure of two triangles sharing an edge: any triangle intersecting both must contain the shared edge or the fifth edge of the K4 minus an edge
Cite this review
Pith. "Pith review of An improved upper bound for Tuza's conjecture via 2-colorable triangle families." pith.science (2026). https://pith.science/paper/DKE3X4AT
@misc{pith2026260823010,
author = {Pith},
title = {Pith review of: An improved upper bound for Tuza's conjecture via 2-colorable triangle families},
year = {2026},
howpublished = {\url{https://pith.science/paper/DKE3X4AT}},
note = {Machine review of arXiv:2608.23010}
}
abstract
Tuza's conjecture states that for any graph $G$, the minimum size of a triangle transversal $\tau(G)$ is at most twice the maximum size of a set of edge-disjoint triangles $\nu(G)$. In this note, we prove $\tau(G) \leq \frac{63}{22}\nu(G)$, improving the previous bound $\tau(G) \leq \frac{66}{23}\nu(G)$ established by Haxell in 1999. The key observation is that for a "2-colorable" family of triangles $\mathcal{F}$, where each triangle has two blue edges and one red edge, we can obtain $\tau(\mathcal{F})\leq (1+\sqrt{3})\nu(\mathcal{F})$.
Reference graph
Works this paper leans on
-
[1]
Small Edge Sets Meeting all Triangles of a Graph , volume =
Lakshmanan, Aparna and Bujtás, Csilla and Tuza, Zs , year =. Small Edge Sets Meeting all Triangles of a Graph , volume =. Graphs and Combinatorics , doi =
- [2]
-
[3]
On Tuza’s conjecture for triangulations and graphs with small treewidth , journal =. 2021 , issn =. doi:https://doi.org/10.1016/j.disc.2020.112281 , author =
-
[4]
Tuza’s Conjecture for Threshold Graphs , volume=
Bonamy, Marthe and Bożyk, Łukasz and Grzesik, Andrzej and Hatzel, Meike and Masařík, Tomáš and Novotná, Jana and Okrasa, Karolina , year=. Tuza’s Conjecture for Threshold Graphs , volume=. Discrete Mathematics & Theoretical Computer Science , publisher=. doi:10.46298/dmtcs.7660 , number=
-
[5]
Ryser's Conjecture for Tripartite 3-Graphs , volume =
Aharoni, Ron , year =. Ryser's Conjecture for Tripartite 3-Graphs , volume =. Combinatorica , doi =
-
[6]
Packing and covering triangles in graphs , journal =. 1999 , issn =. doi:https://doi.org/10.1016/S0012-365X(98)00183-6 , author =
- [7]
Reviewed August 28, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.