REVIEW 3 major objections 5 minor 10 references
Ramsey Theory on the Integer Grid: The "L" Problem
T0 review · 3 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash
Pith's one-line read The paper proves that every 3-coloring of a 493 by 493 integer grid contains a monochromatic L shape, improving the known upper bound from 2593.
desk verdict The interval-counting method is new and improves the bound, but the final 493 rests on a computational claim that is not verifiable from the written proof. 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 key mechanism is an interval-counting argument on the main diagonal of the grid. Consecutive red points on the diagonal define intervals; each interval of length $c$ forces a point on subdiagonal $S_{c+1}$ to be blue or green, and too many forced points of one color on the same subdiagonal force a monochromatic L. Later the paper also counts intervals between nonconsecutive red points, and finally imports Golomb rulers, sets of integers in which every pair has a distinct distance, to replace the crude bound $b$ with the distance-uniqueness bound $b_k$ on each subdiagonal.
What would settle it
Try to construct a 3-coloring of a $493\times493$ grid that avoids monochromatic Ls, or find a diagonal in the proof's forced-point construction where two pairs of forced blue points share the same distance yet the grid still has no L; either would break the central claim.
Extended reading notes
Core claim
The paper's central claim is that $R_3(L) \le 493$, meaning any 3-coloring of a $493\times493$ integer grid contains a monochromatic L. It reaches this by first establishing upper bounds of 1804, 1573, and 772 through increasingly careful interval counting on the main diagonal. The decisive improvement replaces the earlier uniform bound on the number of forced blue points per subdiagonal (a diagonal of the grid parallel to the main diagonal) with $b_k$, the largest order of a Golomb ruler of length $n-k-1$, because forced blue points on a subdiagonal cannot repeat a pairwise distance without forcing a monochromatic L. Applying this refined bound with $c=12$ yields the contradiction at $n=493$.
Load-bearing premise
The 493 bound relies on the assumption that forced blue points on the same diagonal below the main diagonal cannot be the same distance apart without creating a monochromatic L, and this Golomb-ruler property is asserted without a fully detailed proof.
Editorial extensions
If this is right
- Every 3-coloring of any $n\times n$ grid with $n\ge 493$ must contain a monochromatic L, since a 493 by 493 subgrid already forces one.
- The interval-counting technique together with Golomb rulers produces the chain of upper bounds 1804, 1573, 772, and 493, a substantial reduction from the earlier 2593 bound.
- The lower bound remains 21: the paper verifies with SAT solvers that 20 by 20 grids without monochromatic Ls exist, and no 21 by 21 grid has been found.
- Theorem 8 connects the lower bound to arithmetic-progression Ramsey numbers, giving $R_3(L) \ge 14$.
Reading between the lines
- If the Golomb-ruler step is valid, the bound 493 is not obviously optimal: using optimal Golomb rulers for every subdiagonal length, or tuning the parameter $c$ in the algorithm, could plausibly lower the threshold further.
- The same interval-forcing scheme would apply to 4 colors by iterating the forcing chain twice, and the large drop from 2593 to 493 suggests the true value of $R_3(L)$ may be far below the new upper bound.
- The SAT-solver evidence that 20 by 20 grids exist without monochromatic Ls, while 21 by 21 remains unsolved, hints that the true answer may lie near 21, meaning the current upper bound could still be off by more than an order of magnitude.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies the least integer R_3(L) such that every 3-coloring of an n x n integer grid contains a monochromatic L-shaped triple. Building on the Gallai-Witt corollary and the previous upper bound 2593, the authors develop interval-counting arguments on subdiagonals, introduce counts over non-consecutive intervals, and finally use Golomb rulers to claim successive upper bounds of 1804, 1573, 772, and 493. The manuscript also reports SAT-solver experiments for the lower bound and proves a weak lower bound from van der Waerden numbers.
Significance. If the claimed bounds are correct, the reduction of the known upper bound for R_3(L) from 2593 to 493 is a substantial and interesting improvement. The main mechanisms, especially the Golomb-ruler restriction on forced blue points, are elegant and potentially reusable in similar grid Ramsey problems. However, the paper currently ships no machine-checked scripts, Theorem 6 and Algorithm 3 do not expose the decisive arithmetic, and Lemma 1 contains an algebraic error in the definition of b; the numerical results therefore cannot yet be certified from the manuscript as written.
major comments (3)
- [§2.1, Lemma 1] The derivation of b is arithmetically incorrect. From C(b,2)/(n-2) > 1 one obtains b^2 - b > 2n - 4 and hence b^2 - b + 1/4 > (8n - 15)/4, so b > sqrt((8n - 15)/4) + 1/2, not b > sqrt((2n - 15)/4) + 1/2. The printed formula gives b approximately sqrt(n/2), while the later text requires b approximately sqrt(2n); indeed Section 2.2 states b = 61 for n = 1803, which is only consistent with the corrected formula. Since b is used in Theorems 3, 4, and 5 and in Algorithms 1 and 2, this error must be fixed and the numerical thresholds re-verified.
- [§2.3, Theorem 6 and Algorithm 3] The proof of Theorem 6 is not verifiable as written. The Golomb-ruler claim is stated without a detailed coordinate proof, and the quantitative conclusion that applying b_k instead of b to Theorem 5 gives a contradiction at n = 493 and c = 12 is asserted without showing the inequality or the arithmetic. Algorithm 3, the only computational evidence for the value 493, has serious presentation gaps: the variable `ints` in the initialization of `sum` is undefined, the loop sets blue_array[3] = 3 although the largest Golomb-ruler order fitting in length 2 is 2, and the greedy loop is not shown to compute a valid lower bound for the left-hand side of the Theorem 5 inequality when the allowed number of intervals depends on the subdiagonal index k. A complete proof or a shipped, runnable script with exact integer arithmetic is needed.
- [§2.3, Theorem 5] Theorem 5's claim that n = 772 and c = 12 yield a contradiction is supported only by the sentence that the two displayed conditions cannot both be true. Unlike Theorems 3 and 4, which at least refer to Python scripts, no computation or script is supplied for this load-bearing check. The paper should include the arithmetic or a reproducible program, or give a hand-checkable derivation of the 772 bound.
minor comments (5)
- [Abstract and §2.1] The abstract says the bound is improved first to 1803, but Theorem 3 and the introduction state R_3(L) <= 1804; the discrepancy should be reconciled.
- [§2.3, Algorithm 2] The line `smin = intvls + 2 + 2(b-1)*C(q,2) + qr` would be much easier to check if the comment noted that it equals n* + floor((n*-1)/2) + 1 plus the same optimization terms from the proof of Theorem 4.
- [§3, Theorem 8] The proof refers to 'Lemma 11 (number may change)', which is a leftover editorial note and should be replaced by the correct lemma number.
- [§3.1.4] The sentence 'fixing these values in this took much longer' should be rewritten, and the conflict counts from different solver runs should be presented with the solver version and run configuration for comparability.
- [§2.1] The sentence 'we have ceil(n/3) of them and will prove this later' is not a proof; the pigeonhole argument from Theorem 2 should be restated at the point where it is first used.
Circularity Check
No significant circularity: the upper-bound chain uses external theorems, standard Golomb-ruler data, and numerical computations that do not encode the claimed bounds.
full rationale
The paper does not derive R_3(L) <= 493 from a prior assumption of that bound. Theorem 2 is taken from Canacki et al. as an external starting point (R_3(L) <= 2593). Theorems 3 and 4 set up independent counting inequalities (s_min > n and s*_min > 2n) and report numerical thresholds 1804 and 1573; those thresholds are outputs of the stated inequalities, not inputs. Theorem 5 asserts that for n=772 and c=12 the two displayed inequalities cannot both hold; while the arithmetic is not shown in detail, that is a computational claim rather than a circular one. Theorem 6 replaces the uniform forcing bound b with a Golomb-ruler order bound b_k; the Golomb-ruler data are standard external values, and the argument that equal spacings among forced blue points yield a monochromatic L is a structural forcing argument independent of the target value. The lower-bound and SAT-solver material is separate and does not feed the upper-bound proof. No fitted parameters are renamed as predictions, and no load-bearing step reduces an equation to itself. The acknowledgements disclose that referees supplied the 772 and 493 proofs; that is transparency about external verification, and the abbreviated presentation of Theorems 5-6 and Algorithm 3 is a reproducibility concern rather than circularity. Accordingly the circularity score is 0.
Assumptions & free parameters
assumptions (3)
- standard math Gallai-Witt theorem guarantees existence of a monochromatic L for sufficiently large n.
- domain assumption Geometric forcing property: if a point p is forced by a red pair to be non-red, then a point q completing an L with p and another such forced point cannot be red or the forced color without creating a monochromatic L.
- domain assumption Known optimal Golomb ruler lengths for orders 0 through 28.
Cite this review
Pith. "Pith review of Ramsey Theory on the Integer Grid: The "L" Problem." pith.science (2026). https://pith.science/paper/DCK7K4SC
@misc{pith2026250205162,
author = {Pith},
title = {Pith review of: Ramsey Theory on the Integer Grid: The "L" Problem},
year = {2026},
howpublished = {\url{https://pith.science/paper/DCK7K4SC}},
note = {Machine review of arXiv:2502.05162}
}
abstract
In an $[n] \times [n]$ integer grid, a monochromatic $L$ is any set of points $\{(i, j), (i, j+t), (i+t, j+t)\}$ for some positive integer $t$, where $1 \leq i, j, i+t, j+t \leq n$. In this paper, we investigate the upper bound for the smallest integer $n$ such that a $3$-colored $n \times n$ grid is guaranteed to contain a monochromatic $L$. We use various methods, such as counting intervals on the main diagonal and using Golomb rulers, to improve the upper bound. This bound originally sat at 2593, and we improve it first to 1803, then to 1573, then to 772, and finally to 493. In the latter part of this paper, we discuss the lower bound and our attempts to improve it using SAT solvers.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[3]
S. Cai, Z. Chen, and X. Zhang, ParKissat, accessible at https://github.com/shaowei-cai-group/ParKissat-RS
- [1]
-
[2]
On SAT Solvers and Ramsey-type Numbers
B. Canacki, H. Christenson, R. Fleischman, N. McNabb, an d D. Smolyak, On sat solvers and Ramsey-type numbers, preprint, arXiv: 2312.01159
-
[4]
A. Dumitrescu and R. Radoicic, On a coloring problem for t he integer grid, Contemp. Math. 342 (2004), 67–74
work page 2004
-
[5]
R. L. Graham, B. L. Rothschild, and J. H. Spencer, Ramsey Theory, John Wiley & Sons, New York, 1991
work page 1991
-
[6]
R. L. Graham and J. Solymosi, Monochromatic equilateral right triangles on the integer grid, in Topics in Discrete Mathematics: Dedicated to Jarik Neˇ setˇ ril on the Occasion of his 60th Birthday, Springer Berlin Heidelberg, 2006
work page 2006
-
[7]
Manske, Coloring in Extremal Problems in Combinatorics , Iowa State University, Ames, 2010
J. Manske, Coloring in Extremal Problems in Combinatorics , Iowa State University, Ames, 2010
work page 2010
-
[8]
I. D. Shkredov and J. Solymosi, Titled corners in integer grids, in Number Theory and Com- binatorics: A Collection in Honor of the Mathematics of Rona ld Graham , de Gruyter, 2022
work page 2022
Show all 10 references
-
[9]
Soos, Cryptominisat, accessible at https://msoos.github.io/cryptominisat_web/
M. Soos, Cryptominisat, accessible at https://msoos.github.io/cryptominisat_web/
-
[10]
Witt, Ein kombinatorischer Satz der Elementargeome trie, Mathematische Nachrichten 6 (1952), 261-262
E. Witt, Ein kombinatorischer Satz der Elementargeome trie, Mathematische Nachrichten 6 (1952), 261-262
1952
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.