Ramsey Theory on the Integer Grid: The "L" Problem
Isaac Mammel, William Smith, Carl Yerger
TL;DR
This work investigates the least $n$ for which any $3$-coloring of the $n\times n$ grid contains a monochromatic $L$, a special $L$-shape defined by $\{(i, j), (i, j+t), (i+t, j+t)\}$. Building on a 2015 bound of $R_3(L) \le 2593$, the authors iteratively tighten the upper bound using diagonal interval analysis, non-consecutive red-point intervals, and Golomb-ruler arguments, culminating in a final bound of $R_3(L) \le 493$. They also examine the lower bound via SAT solvers, detailing several solving strategies (brute force, triangulation, column-fixings, and reverse-diagonal analyses) and reporting a satisfiable $20\times20$ grid with no monochromatic $L$. The results showcase a blend of combinatorial interval counting and computational search to advance Ramsey-type questions on grids, with open problems inviting further refinements and extensions to larger colorings. The methods have potential implications for understanding structured colorings on lattices and for developing SAT-based approaches to similar Ramsey-type grid problems.
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.
