We let AI agents tackle a classic open problem in combinatorics and analysis — Erdős' minimum overlap problem — and obtained a new state-of-the-art upper bound! Our AI agents' approach uses sequential linear programming to optimize step function constructions, starting from the best previously known solutions. Details on the method will come in a forthcoming write-up.
Let
for all non-negative
This constant governs the asymptotics of the minimum overlap problem posed by Erdős (1955). The problem asks: given any partition of {1, 2, ..., 2n} into two sets
Haugland (2016) showed that
Upper bounds on
The lower bound is due to White (2023) via convex programming, and the upper bound is due to Yuksekgonul et al. (2026).
| Method | Source | Date | Steps | Upper Bound (lower, better) |
|---|---|---|---|---|
| Haugland | arXiv:1609.08000 | 2016 | 51 | 0.380927 |
| AlphaEvolve | Novikov et al. (Colab) | June 2025 | 95 | 0.380924 |
| TTT-Discover | Yuksekgonul et al. (arXiv:2601.16175) | Jan 2026 | 600 | 0.380876 |
| Ours (Together AI) | This repo | Mar 2026 | 600 | 0.380871 |
For full verification and additional analysis, see analysis.ipynb.
- P. Erdős, "Some remarks on number theory," Riveon Lematematika, 1955.
- J. K. Haugland, "A new upper bound on the constant in the Erdős minimum overlap problem," arXiv:1609.08000, 2016.
- E. P. White, "A new bound for Erdős' minimum overlap problem," Acta Arithmetica, 2023.
- Novikov et al., "Alphaevolve: A coding agent for scientific and algorithmic discovery," arXiv:2506.13131, 2025.
- B. Georgiev, J. Gómez-Serrano, T. Tao, L. Wagner, "Mathematical exploration and discovery at scale," arXiv:2511.02864, 2025.
- M. Yuksekgonul et al., "Learning to Discover at Test Time," arXiv:2601.16175, 2026.
