← all video summaries
AI mathematics

AI just disproved a long-standing Erdős conjecture

An OpenAI model beat the 1946 lower bound on the unit-distance problem — the first time AI has cracked a famous, well-studied open conjecture rather than a tidy or overlooked one.

Watch on YouTube
TL;DR

The result in five points

  1. The unit-distance problem asks U(N) — the most pairs of N planar points you can place exactly distance one apart.
  2. A plain √n × √n grid gives 2n − 2√n edges, on the order of n. Erdős's 1946 trick — counting all lattice distances and shrinking by the most common one — pushed the lower bound to n^(1 + C/log log n).
  3. That exponent decays to 1 as N grows, so the bound is barely above linear. The conjecture was that it's sharp — the best possible lower bound.
  4. An OpenAI model found a construction giving n^(1 + δ) for a fixed constant δ > 0, which eventually beats C/log log n. The conjecture is disproven.
  5. It's the first time AI has settled a famous, well-studied open problem rather than an obscure or near-literature one.

01 · The problem

Counting distance-one pairs in a grid

Place N points on the plane and count how many pairs sit exactly distance one apart. A path of n dots gives n − 1 such edges; a √n × √n square lattice does far better. Each direction contributes √n rows of √n − 1 edges, so the total is 2√n·(√n − 1) = 2n − 2√n — and as n grows, the linear term dominates. This is on the order of n.

The square lattice: 2√n·(√n − 1) = 2n − 2√n distance-one edges, linear in n.00:01:26
The quantity in playU(N) = the maximum number of distance-one edges achievable with N points. The whole question is how fast U(N) can grow.

02 · Erdős's trick

Don't stop at distance one

Erdős's 1946 idea: start from a unit lattice, but don't restrict yourself to edges of length one. Count every distance that appears, take whichever shows up most, and shrink the whole figure so that distance becomes one. A 25-dot lattice gives 40 unit edges — but the length-√5 step (two over, one up) appears 48 times. Shrink by √5 and you've beaten the plain grid.

Length-√5 edges on the lattice: 48 of them, more than the 40 unit edges of the same grid.00:02:00

This pushes the lower bound up to n^(1 + C/log log n). Because log log n runs off to infinity, that exponent slides toward 1 — the bound is only just above linear, but Erdős proved it with number theory, and it held for decades.

03 · The conjecture

And the AI's answer

The open question, proposed in 1946: is that bound sharp — meaning no construction can do better? For decades mathematicians tried either to beat it or to prove it couldn't be beaten. Neither happened, until now.

Definition, conjecture, and the AI's claim side by side: n^(1 + δ) pairs for a fixed δ > 0.00:04:16
Why a fixed exponent winsA fixed constant δ, however tiny, eventually beats C/log log n — because log log n keeps growing, dragging that exponent toward 1. So n^(1 + δ) is a strictly better lower bound. The conjecture that Erdős's bound was sharp is disproven.

04 · The construction

Lattices in higher dimensions

The actual proof is beyond the video, but Bazett offers a visual hint: overlapping square lattices offset by angles of 2π/3, a suggestion he credits to Will Sawin. The real paper builds its lattice in much higher-dimensional space and then projects it down onto the plane in a vaguely analogous way.

A high-dimensional lattice projected onto the plane — a hint at the new construction.00:04:42

05 · Why this one counts

OpenAI's announcement

AI has proven theorems before, including ones from the Erdős problem list — but there was always a caveat: an obscure problem, an uninteresting one, or a result that turned out to already sit in the literature. This is different. The unit-distance problem is famous, well-studied, and has resisted many mathematicians over many years.

OpenAI's post, dated May 20, 2026: "An OpenAI model has disproved a central conjecture in discrete geometry."00:06:52
This one is a problem that is famous and well-known and well-studied, and many mathematicians have sunk their teeth into it and tried it and failed over many, many years.— Dr. Trefor Bazett

06 · The reaction

Mathematicians weigh in

OpenAI shipped a companion paper collecting commentary from mathematicians in the area, including Fields Medalist Timothy Gowers. The read across their notes is that this is treated as a genuine milestone, not a curiosity — and the proof reportedly leans on novel ideas in algebraic number theory.

Gowers: a milestone he would have recommended for acceptance had a human submitted it to the Annals of Mathematics.00:07:26
There is no doubt that the solution to the unit-distance problem is a milestone in AI mathematics: if a human had written the paper and submitted it to the Annals of Mathematics and I had been asked for a quick opinion, I would have recommended acceptance without any hesitation. No previous AI-generated proof has come close to that.— Timothy Gowers
The open question Bazett leavesThis is the first big theorem to fall — and presumably the AI failed at many others first. What does a research mathematician, or the teaching of mathematics, look like in 5 to 10 years with tools like this? (Bazett notes ChatGPT wrote much of the Manim animation code for the video itself.)