Ben Green's Open Problem 72 #
More commonly known as the no-three-in-line problem.
Given $N \lt 2$ and a more than $2 * N$ points on an $N \times N$-grid, are there $3$ of the points on a common line?
References:
- Ben Green's Open Problem 72
- Wikipedia
- [GK2025] Grebennikov, A. Kwan, M. No $(k + 1)$-in-line problem for large constant $k$. https://arxiv.org/abs/2510.17743
We say a subset of $[N]^2$ is allowed for some $k$ if it contains no $k$ points which lie on a common line.
Instances For
By the pigeon hole principle, the size of a subset of an $N \times N$ grid such that no $k$ points lie on a line is bounded by $\leq (k - 1) * N$ for $N \geq k$.
$N, k$ when the AllowedSetSize of $N$ for $k$ is $k * N$.
Equations
- Green72.NoKInLineFor k N = (Green72.AllowedSetSize k N = (k - 1) * N)
Instances For
The no-k-in-line problem: For $N \geq k$ and $k > 1$, the AllowedSetSize in $(k - 1) * N$, i. e. on an $N \times N$ subset, there is a set of $k * N$ points for which no $k$ lie on a line (and not such a set of bigger size).
Green's Open Problem 72 / No-three-in-line problem: The no-k-in-line conjecture holds for $k = 3$.
Alias of Green72.green_72.
Green's Open Problem 72 / No-three-in-line problem: The no-k-in-line conjecture holds for $k = 3$.
Does the no-three-in-line problem hold when $N$ is big enough?
For $N \leq 60$, this has been verfied with computers.
In [GK2025] Grebennikov and Kwan prove the no-k-in-line conjecture for $k > 10 ^ 37$.