REVIEW 2 major objections 5 minor 31 references
Infinitely many counterexamples to a conjecture of Lov\'asz
T0 review · 2 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper proves that the line hypergraphs of the generalized Petersen graphs GP(5k+11,2), for every k≥0, are counterexamples to Lovász's 1975 conjecture on reducing the matching number by deleting r−1 vertices, and it provides the first…
desk verdict The r=3 infinite family is real, the induction is sound, and the only real caveat is the computationally asserted base cases, which are a small gap rather than a fatal one. 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 line hypergraph L(G) has as vertices the edges of G and as hyperedges the incidence sets S(v); it is r-uniform and r-partite exactly when G is r-regular and r-edge-colorable, and independent sets of G correspond bijectively to matchings of L(G). Lemma 7 converts Lovász's deletion condition into the graph statement α(G−⋃_{e∈S}e)=α(G) for every set S of r−1 edges. Theorem 13 verifies this statement for GP(5k+11,2) by induction, using the known formula α(GP(n,2))=⌊4n/5⌋, the bound that five consecutive rungs contain at most four independent vertices, and the existence of Tait colorings. The induction removes five consecutive rungs, applies the smaller case, and then reassembles a maximum independent set in the larger graph that avoids the two removed edges.
What would settle it
Run an independent computation of α(GP(5k+11,2)−{u,v,w,x}) for all pairs of edges uv,wx when k=0,1,2; if any result is smaller than α(GP(5k+11,2)), then Theorem 13 fails and with it the proof of the infinite family.
Extended reading notes
Core claim
The paper proves Theorem 2: for every k≥0, the line hypergraph of GP(5k+11,2) is a 3-uniform, 3-partite hypergraph whose matching number cannot be decreased by deleting any two vertices. The core identity is α(GP(5k+11,2)−{u,v,w,x})=α(GP(5k+11,2)) for any two edges uv,wx. Because the graph is 3-edge-colorable, this identity makes the line hypergraph a counterexample to Lovász's conjecture. The paper also proves Theorem 3: several 4-regular graphs, including CGP(2,Z35;5,7;15,0) on 70 vertices, give the first counterexamples for r=4.
Load-bearing premise
The infinite family proof is an induction whose three base cases k=0,1,2 are asserted to be 'easily verified computationally' but are not shown in the paper; if any of those three checks is wrong, the induction has no valid base and Theorem 2 collapses.
Editorial extensions
If this is right
- For every k≥0, the matching number of the line hypergraph of GP(5k+11,2) stays unchanged after any two vertices are removed, so Lovász's conjecture fails infinitely often for r=3.
- The smallest member of this infinite family is built from a 22-vertex cubic graph, giving an explicit counterexample much smaller than the prior 102-vertex example.
- The r=4 counterexamples, starting with a 70-vertex quartic graph, show that the failure is not confined to uniformity 3.
- None of the constructed hypergraphs contradict Ryser's conjecture or are extremal for it, so Ryser's conjecture can still hold even though this route to it is blocked.
- Some of the counterexamples are Cayley graphs and some are not, so edge-transitivity and the Cayley property are not essential to the phenomenon.
Reading between the lines
- Editorial extension: the gluing construction in Theorem 13 is not obviously tied to the parameter 2 in GP(n,2), so similar infinite families may exist among other generalized Petersen graphs; a computer search over GP(n,k) with n≡1 mod 5 would test this directly.
- Editorial extension: because the r=4 examples are found by a finite computer search over Cayley-generalized Petersen graphs, and the paper leaves open whether an infinite r=4 family exists, the natural next question is whether such an infinite family exists; searching permutation graphs with additional structural assumptions would be a first place to look.
- Editorial extension: the weakened version of Lovász's conjecture, which allows deleting k(r−1) vertices to decrease the matching number by at least k, is verified by the authors for small r=3 counterexamples but not for r=4; checking it for the 70-vertex quartic example is a concrete open computation.
- Editorial extension: all counterexamples here are line hypergraphs, so the failure of Lovász's conjecture might be specific to this construction; testing non-line-hypergraph r-partite hypergraphs for analogous failures would clarify how broadly the conjecture fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper constructs an infinite family of cubic graphs, the generalized Petersen graphs GP(5k+11,2) for k≥0, whose line hypergraphs are counterexamples to Lovász's conjecture for r=3, thereby answering an open question of Clow, Haxell, and Mohar. The proof centers on Theorem 13, which asserts that for any two edges of GP(5k+11,2), removing their endpoints does not change the independence number; together with a Tait coloring and Lemma 7, this implies the line hypergraph is a counterexample. The inductive step of Theorem 13 is proven rigorously for k≥2, while the base cases k=0,1,2 are only asserted to be computationally verified. The paper also presents the first counterexamples for r=4, obtained computationally from Cayley-generalized Petersen graphs, with several specific graphs listed and made available via graph6 strings and code.
Significance. If the computational verifications are correct, this is a substantial advance: it provides the first infinite family of counterexamples to Lovász's conjecture for r=3, greatly improving on the two sporadic examples of Clow et al., and it gives the first counterexamples for r=4. The induction argument in Theorem 13 is elegant and uses classical results on generalized Petersen graphs in a clean, parameter-free way. The paper is commendable for making its computational parts reproducible in principle: the authors provide a GitHub repository with code and graph descriptions. However, the lack of in-paper details or certificates for the load-bearing computational steps prevents the current version from being fully self-contained.
major comments (2)
- [Section 3, proof of Theorem 13] The base cases k=0,1,2 are asserted to be 'easily verified computationally' with only a GitHub link, but since the inductive step is proved only for k≥2, the k=2 case is essential for Theorem 2, and k=0 and k=1 are needed for the full statement 'every k≥0' and for the smallest-order example GP(11,2). This is a load-bearing computational premise rather than a minor remark; please provide a complete verification, such as a table of all edge pairs with the resulting independence numbers, or include the verification script and its output in the paper, and pin the repository to a specific commit.
- [Section 4, Theorem 3] The quartic counterexamples are established entirely by computational verification, but the paper only states 'The properties of all of the graphs have been verified computationally' and points to a GitHub repository; it does not specify the exact condition checked, the number of 3-edge subsets tested for each graph, or provide any output or certificate for the listed examples. Since Theorem 3 rests on these checks, please document the verification procedure and provide the relevant code and results so that a reader can reproduce the computation and confirm the claims.
minor comments (5)
- [Section 3, first paragraph] The phrase 'Out infinite family' should be 'Our infinite family'.
- [Definition 8] The formula defining S_{i,ℓ} is garbled in the text ('Si,ℓ := Si+ℓ−1 i Rj'); it should be the union of ℓ consecutive rungs, e.g., S_{i,ℓ} = ⋃_{j=i}^{i+ℓ-1} R_j.
- [Proof of Lemma 12] The sentence 'we will imply a natural order 1 < 2 < ... < n on the rungs' should read 'we will impose a natural order'.
- [Abstract] The abstract says the counterexample of Clow, Haxell, and Mohar uses the 'line graph' of a 3-regular graph, but it should say 'line hypergraph' to be consistent with the rest of the paper.
- [Section 4 and GitHub link] For reproducibility, the GitHub repository should be archived (for example, via Zenodo) or at least a commit hash should be provided, so that the code used for the computational verifications is permanently available in the exact version used.
Circularity Check
No circularity: the infinite-family proof is an induction using external independence and Tait-coloring results, with no fitted parameter or prediction reducing to an input; the computationally asserted base cases are a reproducibility gap, not a circular step.
full rationale
The derivation chain is self-contained. Lemma 7 is restated from Clow, Haxell, and Mohar [8, Lemma 2.2], an external characterization of Lovasz counterexamples in terms of independence numbers; the paper's use of it does not assume the target result. The independence numbers of GP(n,2) and the Tait-coloring result are cited from [14] and [6], both independent published results. The proof of Theorem 13 is a genuine induction: for k >= 2 it applies Lemma 12, constructs \tilde G = GP(5k+11,2), invokes the induction hypothesis, and builds an independent set of the required size; the argument is not defined in terms of its conclusion. The only asserted inputs are the base cases k=0,1,2, which are stated to be 'easily verified computationally' with code linked on GitHub; this is an omitted verification rather than a circular reduction, because no fitted parameter is being relabeled as a prediction and no self-citation is load-bearing. Similarly, the r=4 examples in Section 4 are found by computational search and verified with external tools (nauty, cliquer, SageMath), not by fitting a model to the very data being predicted. No equation in the paper reduces to a previous equation by construction, and no uniqueness theorem from the authors' prior work is invoked. The appropriate finding is no significant circularity.
Assumptions & free parameters
assumptions (4)
- domain assumption For n >= 5, alpha(GP(n,2)) = floor(4n/5) (Fox, Gera, Stanica, Theorem 2.5 in [14]).
- domain assumption For n >= 5, every segment of 5 consecutive rungs in GP(n,2) has independence number at most 4 ([14, Lemma 2.4]).
- domain assumption Every generalized Petersen graph except GP(5,2) has a Tait 3-edge-coloring (Castagna and Prins [6]).
- ad hoc to paper The base cases k=0,1,2 in Theorem 13 satisfy the independence-number condition, as verified by the linked computer code.
Cite this review
Pith. "Pith review of Infinitely many counterexamples to a conjecture of Lov\'asz." pith.science (2026). https://pith.science/paper/4GXJQ36Z
@misc{pith2026250621286,
author = {Pith},
title = {Pith review of: Infinitely many counterexamples to a conjecture of Lov\'asz},
year = {2026},
howpublished = {\url{https://pith.science/paper/4GXJQ36Z}},
note = {Machine review of arXiv:2506.21286}
}
abstract
Motivated by the well-known conjecture of Ryser which relates maximum matchings to minimum vertex covers in $r$-partite $r$-uniform hypergraphs, Lov\'asz formulated a stronger conjecture. It states that one can always reduce the matching number by removing $r-1$ vertices. This conjecture was very recently disproven for $r=3$ by Clow, Haxell, and Mohar using the line graph of a $3$-regular graph of order $102$. Building on this, we describe a simple infinite family of counterexamples based on generalized Petersen graphs for the case $r=3$ and give specific counterexamples for $r=4$.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
A family of extremal hypergraphs for Ryser’s conjecture
A. Abu-Khazneh, J. Bar´ at, A. Pokrovskiy, and T. Szab´ o. “A family of extremal hypergraphs for Ryser’s conjecture”. In: Journal of Combinatorial Theory, Series A 161 (2019), pp. 164–177
work page 2019
-
[2]
Ryser’s conjecture for tripartite 3-graphs
R. Aharoni. “Ryser’s conjecture for tripartite 3-graphs”. In: Combinatorica 21.1 (2001), pp. 1–4
work page 2001
-
[3]
The classification of Hamiltonian generalized Petersen graphs
B. Alspach. “The classification of Hamiltonian generalized Petersen graphs”. In: Journal of Combinatorial Theory, Series B 34.3 (1983), pp. 293–312. 10
work page 1983
-
[4]
H. U. Besche, B. Eick, E. A. O’Brien, and M. Horn. SmallGrp: The GAP Small Groups Library, Version 1.5.4 . https://gap- packages.github.io/ smallgrp/. GAP package. 2024
work page 2024
-
[5]
Ryser’s Conjecture for t-intersecting hypergraphs
A. Bishnoi, S. Das, P. Morris, and T. Szab´ o. “Ryser’s Conjecture for t-intersecting hypergraphs”. In: Journal of Combinatorial Theory, Series A 179 (2021), p. 105366
work page 2021
-
[6]
Every generalized Petersen graph has a Tait col- oring
F. Castagna and G. Prins. “Every generalized Petersen graph has a Tait col- oring”. In: Pacific Journal of Mathematics 40.1 (1972), pp. 53–58
work page 1972
-
[7]
G. Chartrand and F. Harary. “Planar permutation graphs”. In: Annales de l’institut Henri Poincar´ e. Section B. Calcul des probabilit´ es et statistiques . Vol. 3. 4. 1967, pp. 433–438
work page 1967
-
[8]
A Counterexample to a Conjecture of Lov\'asz
A. Clow, P. Haxell, and B. Mohar. “A Counterexample to a Conjecture of Lov´ asz”. In:arXiv:2505.05339 (2025)
work page Pith review arXiv 2025
Show all 31 references
-
[9]
Trivalent symmetric graphs on up to 768 ver- tices
M. Conder and P. Dobcsanyi. “Trivalent symmetric graphs on up to 768 ver- tices”. In: Journal of Combinatorial Mathematics and Combinatorial Comput- ing 40 (2002), pp. 41–64
2002
-
[10]
A census of semisymmet- ric cubic graphs on up to 768 vertices
M. Conder, A. Malniˇ c, D. Maruˇ siˇ c, and P. Potoˇ cnik. “A census of semisymmet- ric cubic graphs on up to 768 vertices”. In: Journal of Algebraic Combinatorics 23 (2006), pp. 255–294
2006
-
[11]
Edge-transitive cubic graphs: Cataloguing and Enumeration
M. Conder and P. Potoˇ cnik. “Edge-transitive cubic graphs: Cataloguing and Enumeration”. In: arXiv preprint arXiv:2502.02250 (2025)
2025 arXiv
-
[12]
House of Graphs 2.0: A database of interesting graphs and more
K. Coolsaet, S. D’hondt, and J. Goedgebeur. “House of Graphs 2.0: A database of interesting graphs and more”. In: Discrete Applied Mathematics 325 (2023), pp. 97–107
2023
-
[13]
Self-dual configurations and regular graphs
H. S. M. Coxeter. “Self-dual configurations and regular graphs”. In: Bull. Am. Math. Soc. 56 (1950), pp. 413–455
1950
-
[14]
The Independence Number for the General- ized Petersen Graphs
J. Fox, R. Gera, and P. St˘ anic˘ a. “The Independence Number for the General- ized Petersen Graphs”. In: Ars Combinatoria 103 (2011)
2011
-
[15]
On Ryser’s conjec- ture for linear intersecting multipartite hypergraphs
N. Franceti´ c, S. Herke, B. D. McKay, and I. M. Wanless. “On Ryser’s conjec- ture for linear intersecting multipartite hypergraphs”. In: European Journal of Combinatorics 61 (2017), pp. 91–105
2017
-
[16]
Matchings and covers in hypergraphs
Z. F¨ uredi. “Matchings and covers in hypergraphs”. In: Graphs and Combina- torics 4.1 (1988), pp. 115–206
1988
-
[17]
https://www
GAP – Groups, Algorithms, and Programming, Version 4.14.0. https://www. gap-system.org. The GAP Group. 2024
2024
-
[18]
Extremal hypergraphs for Ryser’s Con- jecture
P. Haxell, L. Narins, and T. Szab´ o. “Extremal hypergraphs for Ryser’s Con- jecture”. In: Journal of Combinatorial Theory, Series A 158 (2018), pp. 492– 547
2018
-
[19]
Permutation decomposition of (0,1)-matrices and decom- position transversals
J. R. Henderson. “Permutation decomposition of (0,1)-matrices and decom- position transversals”. PhD thesis. California Institute of Technology, 1971. 11
1971
-
[20]
A census of small transitive groups and vertex-transitive graphs
D. Holt and G. Royle. “A census of small transitive groups and vertex-transitive graphs”. In: Journal of Symbolic Computation 101 (2020), pp. 51–60
2020
-
[21]
The transitive groups of degree 48 and some applications
D. Holt, G. Royle, and G. Tracey. “The transitive groups of degree 48 and some applications”. In: Journal of Algebra 607 (2022), pp. 372–386
2022
-
[22]
Engineering an efficient canonical labeling tool for large and sparse graphs
T. Junttila and P. Kaski. “Engineering an efficient canonical labeling tool for large and sparse graphs”. In: Proceedings of the Ninth Workshop on Al- gorithm Engineering and Experiments and the Fourth Workshop on Analytic Algorithms and Combinatorics. Ed. by D. Applegate, G. ...
2007
-
[23]
Conflict Propagation and Component Recursion for Canonical Labeling
T. Junttila and P. Kaski. “Conflict Propagation and Component Recursion for Canonical Labeling”. In: Theory and Practice of Algorithms in (Computer) Systems – First International ICST Conference, TAPAS 2011, Rome, Italy, April 18–20, 2011. Proceedings. Ed. by A. Marchetti-Spac...
2011
-
[24]
On minimax theorems of combinatorics (Doctoral thesis, in Hun- garian)
L. Lov´ asz. “On minimax theorems of combinatorics (Doctoral thesis, in Hun- garian)”. In: Math. Lapok 26.3-4 (1975), pp. 209–264
1975
-
[25]
Practical graph isomorphism
B. D. McKay. “Practical graph isomorphism”. In: Congressus Numerantium 30 (1981), pp. 45–87
1981
-
[26]
Practical graph isomorphism, II
B. D. McKay and A. Piperno. “Practical graph isomorphism, II”. In: Journal of symbolic computation 60 (2014), pp. 94–112
2014
-
[27]
Niskanen and P
S. Niskanen and P. R. J. ¨Osterg ˚ ard.Cliquer User’s Guide, Version 1.0 . Tech. rep. T48. Espoo, Finland: Communications Laboratory, Helsinki University of Technology, 2003
2003
-
[28]
On cycle permutation graphs
R. D. Ringeisen. “On cycle permutation graphs”. In: Discrete Mathematics 51.3 (1984), pp. 265–275
1984
-
[29]
Generalizing the generalized Pe- tersen graphs
M. L. Saraˇ zin, W. Pacco, and A. Previtali. “Generalizing the generalized Pe- tersen graphs”. In: Discrete Mathematics 307.3-5 (2007), pp. 534–543
2007
-
[30]
SageMath, the Sage Mathematics Software System, Version 10.6
The Sage Developers. SageMath, the Sage Mathematics Software System, Version 10.6. https://www.sagemath.org. The Sage Developers. 2025
2025
-
[31]
A theorem on Tait colorings with an application to the gen- eralized Petersen graphs
M. E. Watkins. “A theorem on Tait colorings with an application to the gen- eralized Petersen graphs”. In: Journal of Combinatorial Theory 6.2 (1969), pp. 152–164. 12
1969
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.