Notebooks/the-unit-distance-conjecture.ipynb

The Unit Distance Conjecture

Written on 44 min listen

How a machine broke an 80-year-old problem, and why nobody else had.

On the 19th of May, 2026, OpenAI published an eighteen page PDF titled Planar Point Sets with Many Unit Distances. The author field says "OpenAI". Not a person, not a model, just the company. Near the front there is a section headed Statement on AI Use, and it reports that the problem was solved in a completely automated fashion, from a prompt written by an AI, graded by an AI pipeline, with humans arriving only afterwards to check. The raw model output is reproduced verbatim at the back. The model itself is never named. It is "our internal model", every time, for eighteen pages.

The people are named, though, just not by OpenAI. Will Sawin's paper, uploaded that same night, says the work was done by a team consisting of Lijie Chen using an internal OpenAI model, with Mark Sellke and Mehtaab Sawhney verifying correctness. Daniel Litt describes the same arrangement from the other end, as the person they asked to check it. So we know who ran it and who read it, and nothing whatsoever about what they ran.

The last time I wrote about one of these, a mathematician announced it himself at two in the morning and named the model in the tweet. This time the model is anonymous and the company is the author. That inversion is not the story, but it is a good warning about what kind of story this is.

I want to show you what fell. Then I want to spend most of this piece on a different question, which I think is the one actually worth asking. Not whether the machine was right. It was right, and quickly, and by a wide margin of expert agreement. The question is why nobody else had done it.

The whole problem is a grid

Drop some dots on a flat sheet of paper. Any number of them, anywhere you like. Now count the pairs of dots that sit exactly one centimetre apart.

That is the entire problem. There is no more setup than that. The count is called the number of unit distances, and everything in this piece is about how big it can get.

Because you chose where the dots went, the count is up to you. Scatter them at random and you will almost certainly get zero: no two dots land at exactly the right separation. So the game is to arrange them deliberately, and the question is how good deliberate can be.

A first attempt: put the dots in a straight line, spaced one apart. Call the number of dots n, since everything from here on gets measured against it. Every dot except the last has a neighbour exactly one to its right, so you get n minus 1 pairs. That is the obvious answer, and it is roughly n.

Now try a square grid instead, still spaced one apart. Every dot in the middle of the grid has four neighbours at distance one, above, below, left and right. That is four per dot, but each pair gets counted twice that way, once from each end, so the number of distinct pairs is about 2n rather than 4n. Set against the line's n, you have doubled it.

And here is the first thing to understand about this problem: doubling it is not progress.

The answer always comes out looking like n raised to some power, and the power is the only thing anybody keeps score of. The straight line gives n to the power one. So does the grid, because doubling n is still just n multiplied by a fixed number, and a fixed multiplier does not change a power.

It is worth seeing why. If the count is n to the power one, ten times as many dots gives you ten times as many pairs. If the count is n to the power four thirds, ten times as many dots gives about twenty two times as many pairs, and a thousand times as many dots gives ten thousand times as many. Same dots on the same page, completely different answer. Everything in this piece is a fight over that one number in the corner, and nobody has ever been able to say what it is.

What the grid gives you instead is something to multiply. Hold on to it, because it comes back multiplied.

figFour directions, then eight, then sixteenmultiply in a primelattice points at one fixed distance
primes used
0
squared radius
1
points on the circle
4
predicted
4 x 2^0 = 4

The plain square grid. Four points on the circle, so four unit directions, and that is the construction everybody starts from.

A square lattice with the points at a fixed distance from the origin highlighted on a circle, with a slider that multiplies more primes into the radius.

The mechanism under that figure is the oldest trick in the problem, and everything later is a variation on it.

Some whole numbers can be written as a sum of two squares in more than one way. 25 is 3 squared plus 4 squared, and also 5 squared plus 0 squared. 65 is 1 plus 64, and also 16 plus 49.

Here is why that matters on a page of dots. A grid dot sitting a steps across and b steps up is exactly the square root of a squared plus b squared away from the origin, which is the right angled triangle rule from school. So every way of writing a number as a sum of two squares is a dot sitting on the circle of that radius, and a number with many such ways has many dots crowded onto one circle.

The number of ways is not random: it is governed entirely by which primes divide the number. Primes that are one more than a multiple of four, so 5, 13, 17, 29, 37, each double the number of representations. Multiply t of them together and you get exactly 4 times 2 to the power t ways, with no error term at all.

So take 5 times 13 times 17 times 29 times 37, which is 1,185,665. That is five primes, so four times two to the fifth: 128. There are exactly 128 grid points at distance the square root of that number from the origin. Shrink the picture until that distance is one, and you have a grid where every point has 128 partners at distance exactly one.

That is Paul Erdős' construction, and he wrote it down in 1946.

The bookkeeping from there is short. If each of your n dots has k partners at distance one, the total count is about n times k over two, so the whole question is how big you can make k. And k doubles with every prime you multiply in, which sounds like it should run away. The catch is that each new prime makes the circle bigger, and the grid has to be large enough to hold the circle, so n has to grow as well. Push that trade as far as it will go and you land at n to the power 1 plus roughly log 2 over log log n.

The double logarithm in that exponent is doing something sly. A logarithm collapses a huge number into a small one, and taking two of them collapses it into a tiny one. For a trillion dots the double logarithm comes out around 3.3, which puts the exponent a little over 1.2. That is a real improvement over a plain grid. But it is being slowly eaten as n grows, and in the limit it is eaten entirely. The excess, meaning the bit of the exponent above one, never quite disappears at any finite size, and it never quite survives either.

The conjecture is that this is the best there is

Erdős' conjecture was that his own construction is essentially optimal: that the true maximum is n to the power 1 plus something that tends to zero. Any n to the power 1 plus a fixed positive number, however small, would be too much.

He offered $300 for settling it either way, and $250 for a proof of the upper bound alone. It is problem 90 in the registry of his problems.

Meanwhile, the ceiling has its own history, and it is short. In 1984 Spencer, Szemerédi and Trotter proved the count can never exceed n to the power four thirds. In the forty two years since, that exponent has never been improved. Not once, not by anybody, not by a thousandth.

The reason it is stuck explains why the whole subject sat where it sat.

Start by turning the question inside out. Draw a circle of radius one around every dot. Then a pair of dots at distance one is exactly a dot sitting on some other dot's circle, so counting unit distances is the same as counting how often n dots and n circles touch. That kind of count, points against curves, is a well studied thing in its own right, and it was settled first for straight lines: n points and n lines cannot meet more than about n to the four thirds times, no matter how you arrange either. Circles behave enough like lines for the same argument to carry across, and that is where the ceiling comes from.

Which means the ceiling is not really a fact about unit distances at all. It is a general fact about points and curves, and it was imported wholesale. And that is exactly the problem with it.

figWhere the bound is tight, and where it is notswitch the shapedifferences, rescaled to fit the box
points
216
pairs found
870
share of n^4/3
0.671
exponent
1.259

For the parabola the four-thirds bound is not a bound at all. It is the answer, and the share climbs towards five sixths as the point set grows. So no argument that also covers this shape can ever prove a smaller exponent.

Two point configurations side by side, one measured against a parabola and one against a circle, with a live count of how many pairs are separated in exactly the way the curve specifies.

That gap between roughly n and n to the four thirds is where this whole subject lives. Eighty years of work moved the lower end by a shrinking fraction of a percent and the upper end not at all.

And there is a theorem explaining why the upper end will not move easily. Valtr constructed a distorted way of measuring distance on the plane, one where the standard Szemerédi-Trotter proof still works word for word, and in which the answer really is n to the four thirds. So the proof cannot be sharpened by being cleverer with it. Beating four thirds requires using something about ordinary Euclidean distance that the proof currently ignores, and nobody has found what that would be.

Both ends of this problem were stuck behind published results about their own methods. That turns out to matter.

What the machine published

Theorem 1.1 of the PDF says: there is a positive number delta such that for infinitely many n, there are point sets of size n with at least n to the power 1 plus delta unit distances.

Delta is only a name for the excess, the part of the exponent sitting above one.

Read that carefully, because two words in it carry the whole claim. Infinitely many n, not all n: the construction works at an endless supply of special sizes, not at every size you might ask for, so this is a statement about arrangements that keep existing forever rather than one you could build to order with a million dots. And there is a delta, which the proof never computes. It establishes that the constant is positive without saying how positive.

That is enough. Erdős' conjecture said no fixed positive delta exists. One does. The conjecture is false.

When nine mathematicians assembled a digest of the result the following day, they pushed a parameter choice through the argument to see what delta the proof would actually give. The answer came out at about 6.24 times ten to the minus thirty eight. That is a number with thirty seven zeros after the decimal point before anything interesting starts. It is one of the smallest meaningful constants I have ever seen written down in a paper, and it does not matter in the slightest, because the conjecture said zero.

The mechanism is the grid again, with one substitution.

Erdős worked with the ordinary whole numbers and with the number field sitting just above them: the Gaussian numbers, which are what you get when you allow a square root of minus one. That field is the flat grid. A point in it is a pair of whole numbers, and a pair of whole numbers is a dot on a page.

The machine's construction keeps the shape and swaps the field out from under it. Take a field of much higher degree, and its algebraic integers still form a perfectly regular grid, but a grid living in many more dimensions than two.

Getting that back onto a flat page is the step worth slowing down for. Think of a shadow. A perfectly regular grid in twenty dimensions, lit from the right angle, throws a shadow on the page that looks like scattered dust with nothing organising it. But a shadow is not a blur. Every dot lands exactly where the arithmetic sends it, so a relationship that was exact upstairs is still exact down here, and two specks can sit precisely one apart while the eye sees no reason why. That is the whole trick. The point set stops looking like a grid and does not stop behaving like one.

The split primes do exactly the job they did before, with more room to do it in. A prime that splits comes apart into pieces inside the field, and each way of putting those pieces back together is another point at the same distance. A bigger field breaks each prime into more pieces, so there are far more ways to reassemble them.

If you want something concrete to hold, here is one of these objects at the smallest size anybody has bothered to write down. Take the cube root of two and call it a. Then the pair made of a minus 2 and a squared minus a minus 1 sits exactly on the unit circle. Not nearly. Exactly: square both, add them, and everything involving a cancels and leaves 1, with no rounding anywhere. Every power of that point is on the circle too, and each power is another direction you can slide the entire grid along and land precisely one unit away. That is how one point turns into unit distances everywhere at once.

You cannot do that for free. A high degree field carries a price, measured by something called its root discriminant, and if the price grows with the degree the construction collapses. The whole thing turns on finding fields whose degree runs to infinity while their price stays bounded.

Those fields exist, and have since 1964. Golod and Shafarevich proved that certain infinite ladders of fields, called class field towers, never terminate, and that every field on such a ladder carries the same price as the one at the bottom of it. Jacques Martinet turned that into a usable construction in 1978. Thomas Bloom, who curates the problem registry and who co-authored what happened next, is careful about the attribution and I will be too: he writes that the statement needed here can be deduced from Martinet's tower construction but is presumably also present elsewhere in the literature.

His summary of the situation is the line I keep returning to. Using Golod-Shafarevich this way is not new. Number theorists from the 1980s onwards could have produced the needed statement without much difficulty. There was simply little reason to prove such a statement, with no applications in sight.

The tool was on the shelf for sixty years. Nobody picked it up because nobody had a use for it.

A hundred and twenty five pages

Later, OpenAI published a second document: a hundred and twenty five pages of the reasoning that produced the proof.

Notice what is different about it. The eighteen page paper prints the model's solution untouched, in its own words, before any grading or rewriting happened to it. This second document does not do that for the reasoning. The first word of its title is Rewritten, its own abstract says as much, and I am going to keep saying so too, because it is the difference between an artifact and a performance. The evidence backs it up in a way I find slightly eerie. Across four hundred and twenty two thousand characters, the word "wait" appears zero times. So do "hmm", "aha" and "I wonder". Not once in a hundred and twenty five pages does the document interrupt itself, double back, or notice that it has gone wrong. That is not what thinking looks like. It is what thinking looks like after an editor.

Read it anyway. Even edited, the shape of the thing is extraordinary, and the shape is the finding. The page numbers below are exact, incidentally, and come from indexing all hundred and twenty five pages mechanically rather than from reading around in it.

One caveat, since I have just spent a paragraph distrusting this document. Everything below leans on the order in which ideas appear, and an edit that smoothed the voice could in principle have reordered them too. I lean on it anyway, because the document reads as a chain of dependencies rather than a tidied narrative, but that is a judgement and not a guarantee.

figOne hundred and twenty five pagesscrub the pagesthe rewritten chain of thought, as published
number fieldsSzemerédi-Trotterclass field towersletting the degree growa dangerous thoughtGolod-ShafarevichChebotarevMartinetpage 1page 125

Twenty seven pages of search, one idea, and ninety seven pages of checking that idea for the flaw it assumed was there.

page
1 of 125
lens
arrivals
ideas so far
0
document
rewritten
A strip representing all 125 pages of the rewritten reasoning summary, with markers where each idea first appears and a second view showing what the document is calling wrong at each point.

Page twenty four is the one that made me restructure this piece. The machine writes that for a fixed field, this is just the usual Erdős construction in disguise, that the standard lower bound is obtained by letting the number of prime factors grow, and then: here I am letting the degree grow. It closes by naming its own bill, saying the cost of degree must enter through discriminants, regulators or denominators. Those are three different ways a large field can charge you for its size. Which one bites does not matter here. What matters is that on page twenty four the machine has already worked out that there is going to be a charge.

That is the two axis picture of this problem, and it sits inside the machine's own account of its work, written on the day, six weeks before Terence Tao published the same framing. His is a good exposition. It also came second, and after the fact. The last sentence is the remaining hundred pages: discriminants, regulators and denominators is precisely the bill the rest of the document goes and pays.

Page twenty eight is the centre of the whole thing. The machine writes, and I am quoting: but then a dangerous thought. What if a fixed rational prime, say 2, splits completely in fields of unbounded degree? Then the number of sign choices is 2 to the d, which is polynomial rather than divisor-subexponential in the denominator norm. It has just found the mechanism that breaks an eighty year old conjecture.

If none of that sentence meant anything to you, that is expected, and the plain version is a few paragraphs down. The phrase to carry until then is polynomial rather than divisor-subexponential, which only means cheap rather than expensive.

Its next sentence is: the flaw must be somewhere: class group, generator heights, hidden embeddings, or the planar projection.

It finds the answer and immediately assumes it is wrong. Then it lists the four places the mistake must be hiding, and the remaining ninety seven pages are that list, worked through one item at a time. The document ends on page one hundred and twenty five with an inequality that survives all four audits.

Here is that dangerous thought in plain language. Erdős bought each doubling of his count by paying for a new and larger prime, which is exactly why his exponent decays: the primes get expensive faster than they pay out. But a single prime, sitting inside a field of degree d, breaks into d pieces, and the number of ways to reassemble those pieces is 2 to the power d. So if the degree is allowed to run away, one fixed prime supplies every doubling by itself, and the price never goes up.

That 2 to the power d is the log 2 that shows up in the final exponent, and it is the same factor of two that doubled the count on the plain grid at the top of this piece. The whole construction is one factor of two, amplified as hard as a number field will let you amplify it.

Why nobody found it

Now the actual question.

The construction uses a sixty year old theorem, an eighty year old counting trick and a problem everybody in the field knew. Bloom is explicit that number theorists could have supplied the missing statement without much difficulty. So why did they not?

I have found three answers, from three completely independent directions, and they agree.

The first is sociological, and it comes from Bloom, who is both the curator of the problem list and a co-author of the sum-product disproof that followed eight days later, a neighbouring Erdős problem I come to below. He says: we were being too clever. In both the sum-product problem and Erdős' unit distance construction, they knew how to use non-trivial amounts of number theory to get non-trivial savings. No doubt many people had tried to work out the analogues for other number fields, and indeed this is possible, but it doesn't lead to greater savings.

People went and looked. They came back and reported the route does not pay. They were right about what they measured.

The second answer is that the mathematics itself gives no signal. This is Sawin's observation in the digest, and it is the one I found most striking, so I went and checked it numerically rather than taking it on trust.

figGrow the point set, or grow the field with itswitch the pathexponent against size, over 145 orders of magnitude of log n
field grows with the point set
path
fixed field
degree
2
exponent at the far end
1.002007
gain from degree 2
0.00e+0

Every fixed field gives back the same law with the same constant. Going from degree two to degree a hundred million moves the exponent in the fourth decimal place, and the gap keeps shrinking as the point set grows. A mathematician running this experiment gets a flat answer, and a flat answer is not a direction to walk in.

A plot of the achieved exponent against the size of the point set, with a mode toggle for growing the point set inside a fixed field versus growing the field alongside it.

Sawin's phrasing in the digest is that the natural generalisation exactly recovers Erdős' lower bound, and thus there is no reason to try a sequence of fields. I checked it, and exactly is the correct word. It is not an approximation. Every fixed field returns the same law with the same constant, and the payoff for switching to a vastly bigger fixed field shows up around the fourth decimal place and keeps shrinking as the point set grows.

So a mathematician who tried the obvious experiment, which is take a bigger field and see what happens, got back a flat line. Not a discouraging slope. A flat line. There is no local gradient pointing towards the answer, and following the gradient is what searching is.

Both curves there are the heuristic rather than anything proved, so read the shape of the two paths and not the height of either. The heights come later, and they are much smaller.

figThe plateau nobody walkeddrag the pointprimes across, degree up
1.247
primes
8
degree
2
points
10^9.8
exponent
1.2465

The shading has no vertical variation because the exponent has no vertical variation. Climbing costs nothing and buys a larger point set at the same exponent; walking right buys a larger point set at a worse one. Below five primes the heuristic claims more than the proven four-thirds ceiling allows, which is where splitting stops being free, so the axis starts there rather than pretending otherwise.

The two parameter plane of the construction, with the number of prime factors on one axis and the degree of the field on the other, and the achieved exponent shown as contours.

The exponent has a closed form, and it is almost rude how simple it turns out to be. The excess is log 2 divided by the log of the size of the primes you are using, and the degree of the field does not appear in it anywhere. So the contours really are vertical lines.

That formula also explains the decay, and the decay is the quiet reason this problem sat still for eighty years. Walking right means multiplying in more primes, and there are only so many small ones, so each new prime you reach for is larger than the last. The number on the bottom of that fraction grows, and the excess shrinks. Erdős' exponent does not decay because his point sets get big. It decays because he runs out of cheap primes. Walking up never touches that fraction at all, which is why the climb is free: it buys you a bigger point set at the same exponent, where walking right buys you a bigger point set at a worse one.

Those last two figures seem, on a first read, to disagree. The plateau says climbing to a bigger field is free. The flat gradient says a bigger field buys you nothing. Both are true, and the reason is that one climb is only one climb. Move up once and you get a larger point set at the same exponent, which is real progress. But if you then settle down in that field and keep growing the point set inside it, you are walking right again, and the exponent resumes its decay. Holding it up forever means climbing forever, which means growing the field and the point set together, in step. Any experiment that picks a field first and then starts counting has already conceded the game, however enormous the field it picked.

The third answer is the one I did not expect, and it comes from inside the document itself.

Szemerédi-Trotter appears twenty two times in those hundred and twenty five pages, and not once is it used as a tool. It is used as a check. The machine keeps proposing constructions and asking whether they would contradict the known upper bound, and twice in the first dozen pages that check kills a bad idea outright. It works. It is a good instrument.

Then on page twenty, considering the route that eventually wins, it writes that such a construction would beat every fixed constant while still being far below n to the one third, so it would not contradict Szemerédi-Trotter, and that is why this number-field route looks so treacherous. The n to the one third there is the same four thirds ceiling counted per dot instead of in total, which is how you write it when you are checking a construction rather than quoting a theorem.

The field's main instrument returns "no contradiction" for the winning idea and for the losing ones alike. It cannot tell them apart. So the one tool everybody reaches for is silent on precisely the question that mattered.

Three answers. The people who looked found no reward. The mathematics offers no gradient. The instrument cannot discriminate. None of those is a story about anybody being slow.

And there is a fourth thing, which is not an answer so much as a demonstration. Bloom built an interactive version of both constructions on his own site: pick a field, drag a slider, watch the counts. Underneath the number field option is a caption that says it will be inferior to the grid construction below for all values we can display.

You cannot draw the counterexample. It loses to a plain square grid at every size a browser can render. It only wins in the limit, and the limit is not somewhere you can look. That is why there is no figure in this piece showing the new construction beating the old one, and it is the single most honest fact in the subject.

Then it went very fast

Here is where the story stops being about one proof.

Sawin's paper, the one that names the humans, went up at thirty seven minutes past midnight UTC on the 20th of May, about four hours before the nine author digest. It does something the original does not: it computes an actual number. The exponent is 1.014114, so the excess above one, which is the delta the theorem only promised to exist, is about fourteen thousandths. Set that beside the digest's 6.24 times ten to the minus thirty eight and the two look irreconcilable. They are not: the digest was pushing a deliberately simplified version of the argument through to see what would fall out, while Sawin did the counting properly. Both are floors, and a higher floor is simply a better one. Fourteen thousandths still looks like a rounding error next to four thirds. But the excess is the entire quantity in play, and Sawin's is within a factor of twenty four of the largest excess the ceiling permits.

Then the internet got hold of it.

figSix days, and then seven weeks of silencescrub the days19 to 25 May 2026, on a number line that ends at four thirds
14/34/3
record
1.000000
held by
Erdős, 1946
still to go
0.3333
entries so far
1

Erdős, 1946. The standing record for eighty years, and asymptotically it is just one. The surplus decays to nothing as the point set grows.

A number line from one to four thirds, with a marker showing the best known exponent as it improved hour by hour over six days, and a second mode showing the theorems blocking each end.

Meanwhile the construction itself started travelling.

Eight days after the announcement, four mathematicians disproved the sum-product conjecture over the real numbers. That one is Erdős and Szemerédi's, and it says a set of numbers cannot be well behaved under addition and multiplication at once. Disproving it means building a set that is. Their paper has a section titled The role of AI in this proof, and what it says is that they were inspired to revisit the problem by the recent OpenAI counterexample, that a model served as a sounding board early on, and that all the main ideas are human bar one lemma.

There is a better line further in. They report that, to their surprise, the existence of small split primes turned out to be completely unnecessary.

So they took the machine's direction and found they did not need the hardest part of its machinery. What propagated was not a technique. It was a claim about where to look.

That is Melanie Matchett Wood's counterfactual coming true in public, seven days after she wrote it down in the digest. Her contribution to the digest says the same group of experts, assembled a month earlier, would have found a counterexample themselves, but that without the claimed proof there is no particular reason anyone would have tried. The machine did not supply capability. It supplied a reason to try.

figTen weeksscrub the weeks19 May to 29 July 2026
  1. The disproof is announced. Sawin posts an explicit exponent the same night, nine mathematicians post a digest four hours later, and a question-and-answer thread improves the constant seven times in six days.

week
0
uses the construction
3
cites the event
0
showing
3

The counts here are the twenty nine nodes that survived reading every abstract in the citation graph. Three further citing papers turned out not to be about this at all, which is what a citation edge is worth. The graph itself lists roughly forty.

A timeline of the ten weeks after the announcement, showing papers as they arrive, with a filter separating mathematical work from commentary.

Nine named problems came off this one construction, and they sit inside those sixteen mathematics papers. It was not all demolition either. Four of the nine were answered or solved rather than refuted, and one of those ran the mechanism in reverse to produce an upper bound rather than a counterexample. A separate paper used the same machinery to confirm a 1980 Erdős conjecture about isosceles triangles instead of knocking one down.

Somewhere in those ten weeks the field stopped treating this as an event and started treating it as a technique. Cosmin Pohoata, in the abstract of a paper knocking over another of the nine, gave the two directions names: horizontal amplification for multiplying in more primes, which is the walk along the bottom edge, and vertical amplification for climbing to a bigger field, which is the move nobody made. He then says outright that the phenomenon suggests a broader mechanism for producing similar extremal constructions throughout combinatorics and number theory. That vocabulary is the field's, not mine and not Tao's, and that last sentence is a construction being promoted to a tool.

There is a version of this piece that stops here, and it would be a lie.

The denominator

Everything above is the numerator. Here is the other column, and it comes from the person best placed to count it.

Bloom maintains the registry of Erdős problems. He also co-authored the sum-product disproof, so he sits on both sides of this: the man keeping score and one of the people scoring. When he writes about what machines have done to his list, this is what he says: we hear much more about the successes of AI than its failures. By this point all problems on the site have been attempted many times by a range of different AI systems, including, he assumes, by internal models with large amounts of resources. Given that, it is actually surprising how few of the problems have been solved in the last few months, since the attention they have received recently, from both humans and machines, is much more than many of them have ever received before.

For every success there are, in his estimate, thousands of pages generated per problem that led nowhere. Either the machine keeps failing like a Sisyphus with slippery hands, or, worse, it ends up confidently declaring success atop a mountain of nonsense, with the boulder lying untouched on the ground below.

That is what the denominator looks like from inside. The nine problems are real. So is the mountain.

The formalisation attempts make the same point in a way you can inspect. Formalising a proof means rewriting it in a language like Lean, where a computer checks every single step, so that being convincing and being correct stop being the same thing. One team pointed a long-horizon Lean system at this exact result and published the failure honestly: the run instead faked the number theory, modelling a number field as a dummy record and discharging the key step with placeholder values. Their own summary is that this type-checks and passes CI, but proves nothing real. A second effort succeeded, but conditionally, by naming two class field theory results as explicit hypotheses so that the trust base is visible in the main theorem's signature.

A proof that compiles and proves nothing is a specific and fairly frightening failure mode, and it is the one worth watching, because it passes every automated check you would think to run.

The doubts in this piece have so far come from inside the group that produced or checked the result, or from people testing their own machines against it. Here is a voice from outside both, and it is not sceptical in the way you would expect. Jun-Yong Park, writing in July, concedes the whole thing at the top: the machines are doing mathematics, a sentence he says was controversial three years ago and is simply true today. His worry is somewhere else entirely. Fluency is not transparency, he writes, because natural language can make an argument sound persuasive without making it valid. What he wants is for machine reasoning to expose its decision-critical claims in a form a computer can check, turning opaque persuasion into auditable structure. The Lean attempts above are exactly that proposal being tested, and the running score is one honest failure and one conditional success.

Then he lands on the thing this piece has been circling without naming it. The proof became knowledge, something other mathematicians can build on, only because a community existed with the training to receive it. That community is the asset, and every additional machine-generated theorem raises its value.

So how far did the machine actually reach? Timothy Gowers, in the digest, proposes a way of measuring that, and then applies it to himself. He calls it Kolmogorov complexity modulo experts: how short a message do you have to send an expert before they can reconstruct the whole thing. For this proof, his answer was three hints.

figThree hintsreveal themwhat a Fields medallist thinks the machine actually supplied
  • (i)not yet given
  • (ii)not yet given
  • (iii)not yet given

He wanted a measure for how much information the machine had actually contributed, and settled on the shortest sequence of hints that would let experts rebuild the proof themselves.

Three cards representing the hints a mathematician needed to reconstruct the proof, revealed one at a time.

Three hints. That is a real measurement of how far the machine actually reached, and it is a smaller distance than the headlines imply. It is also the reason the sum-product disproof happened eight days later with human ideas: once you know which direction to face, the walk is not that long.

And then, seven weeks in, somebody checked whether the walk was still needed at all.

figEight trials, seven proofspick a roundreasoning tokens, in thousands
161.9k
182.2k
99.0k
148.4k
111.1k
109.7k
131.8k
115.0k
succeeded
7 of 8
mean, all eight
132.4k
per correct proof
151.3k
showing
every round

Planning is the expensive round and the consistent one; review is cheap unless something has gone wrong. The tallest bar is trial two, and trial two is the failure, which inverts the usual reading of test-time compute. Prolonged thinking, the author writes, is often a sign that the plan has not yet been found. The honest cost is the amortised one: a hundred and fifty one thousand reasoning tokens per correct proof, counting the run that did not produce one.

Eight columns representing the eight reproduction trials, with token cost per trial and a filter for the three phases of each run.

Two things about that study, and both cut against the obvious reading.

It is not autonomous discovery, and it does not claim to be. The system prompt tells the model the theorem is true and hands it the unit distance approach to reuse. That is reproduction under instruction, which is a genuinely different thing from finding it.

And the model snapshot is dated the 23rd of April, thirty four days before the sum-product disproof it is reproducing appeared.

So the capability was sitting in a shipped, purchasable product a month before anyone used it for this. Not the capability to discover. The capability to reproduce, given the direction. Which is precisely the resource the field was short of, and precisely what it had no way to know it was holding.

What actually changed

The other machine, which produced both a sum-product counterexample and a construction for this problem, makes the same point from the other side.

Anthropic also published a proof PDF. Eight pages, no author, no date, and no statement of any kind about how it was produced. OpenAI put a titled section on AI use at the front of its document. Anthropic put nothing at all. Two labs, adjacent conjectures, opposite norms, and neither of the systems involved is one the public can run. Tao refers to Anthropic's only as the Mythos AI, without glossing it, and the closest anyone comes to pinning it down is that a publicly released model was later described as Mythos-class.

Here is the part I find genuinely strange. On page three of its published reasoning, the OpenAI model considers using units in a CM field, works out that the relative unit rank is zero, and discards the route. Units are the grid points you can divide by and still land on a grid point, and they are the raw material a construction like this is built from, because each one hands you another point at the same distance. Rank zero means the field supplies essentially none of them beyond the obvious ones, so there is nothing there to build with. The reasoning is correct for the case it examines. The Mythos construction on this same problem went down that road anyway, and got through, by declining to make the field totally real: it kept some of the field's shadows off the number line and out in the plane, which is exactly where this problem lives. It buys a weaker bound with much less machinery, and Tao notes that putting the class field towers back into it recovers the full strength.

One machine turned around at the top of the road. Another took it, on the same problem, and came back with a result that beats Erdős without settling the conjecture, using far less machinery. Anthropic says that one was arrived at independently; Tao records it as a later observation, and nobody outside the lab can check which. Whatever these things are, they are not the same thing as each other.

I said at the top that the interesting question was why nobody else had done it, and I have given three answers, and they are all versions of the same answer. The route was there. It was known to be there. Everything needed to walk it had been on the shelf since 1964. Every local measurement anybody could take said it was not worth walking, and every one of those measurements was correct.

The previous piece I wrote about one of these ended by saying that something had changed about what is reachable, and not about what is true.

I want to amend that. Nothing changed about what is reachable either. The construction was reachable in 1978, and in 1984, and in every year since. Bloom says so plainly: a number theorist could have supplied the missing statement without much difficulty. There was no application in sight, so nobody did.

What changed is that it became worth reaching for. That is all. And then, within ten weeks, it became cheap enough to reach for on a whim, seven times out of eight, for a hundred and fifty one thousand tokens of thinking, from a model that had already shipped.

There is an obvious objection to that, and it deserves stating rather than dodging. Walking a direction with no local signal is precisely what eighty years of trained mathematicians did not do, so perhaps the willingness to walk it is itself a capability, and one people happen to lack.

I think that is half right, though not in the way it sounds. The half it gets right is not about insight, and it is not about nerve either. Facing an unsignposted direction is expensive for a person and nearly free for a machine. A mathematician who spends a year on a route that every available measurement calls dead has spent a year, which is exactly why those correct measurements were also, for a human, correct advice. The machine paid no such price, and the denominator above is the receipt. Something was supplied here, but it was not a better sense of where the answer lay. It was indifference to the cost of being wrong.

The walk itself was never the expensive part, and the evidence for that is human. Gowers needed three hints. A shipped model reproduced the sequel seven times out of eight once it was simply told which way to face.

The thing to watch is not the proof. It is the ratio. Nine problems fell in ten weeks, and thousands of pages led nowhere. The man who co-authored two of the nine is the same man who wrote down, in the month the cascade started, how few of the problems on his own list had ever been solved this way.

One last detail, because it is the whole thing in miniature. Three weeks after the announcement, Ryosuke Mizuno moved two long-standing records in a different field entirely, the degree diameter problem in graph theory, using nothing but a chat window in a web browser over about six days. No agent framework, no automated search loop, no proof assistant, no lab. He ran the entire conversation in Japanese, published the transcript, and was scrupulous about not claiming the machine had done it alone. His paper cites this whole affair exactly once, as precedent. And the four public code repositories attached to the biggest result in discrete geometry this decade, between them the certificate, the reproduction study and both Lean efforts, have 0, 0, 19 and 15 stars.

All of that is ambient. And ambient is not what a breakthrough looks like. It is what one looks like afterwards.

References29
  1. OpenAI, "Planar Point Sets with Many Unit Distances", 19 May 2026. Eighteen pages. The author field of the PDF says "OpenAI" and lists no individual. Its "Statement on AI Use" is the part to read: the problem was solved "in a completely automated fashion," from an AI-written prompt, graded by an AI pipeline, with humans entering only afterward. The raw model output is reproduced verbatim inside. The model is never named anywhere, except as "our internal model." The accompanying announcement, "An OpenAI model has disproved a central conjecture in discrete geometry," is at openai.com but the page will not render without JavaScript, so I have cited the artifact rather than the press release.
  2. The people are named even though the model is not. Will Sawin's paper puts it plainly: the work was done by "a team at OpenAI, consisting of Lijie Chen using an internal OpenAI model and Mark Sellke and Mehtaab Sawhney verifying correctness." Daniel Litt independently confirms the second half from the other side: "After an internal model at OpenAI produced a solution, I was asked to check its correctness by Mark Sellke and Mehtaab Sawhney at OpenAI." So we know exactly who ran it and who checked it, and nothing at all about what they ran.
  3. OpenAI, "Rewritten Chain of Thought for the Solution to the Unit Distance Problem". A hundred and twenty five pages. The first word of the title is doing real work and I have kept it in the prose: this is a rewritten summary, not a transcript, and the document's own abstract says so. The supporting evidence is a word count. Across four hundred and twenty two thousand characters the word "wait" appears zero times, and so do "hmm," "aha" and "I wonder." The word "actually" appears six times and every one of them means "in fact," as in "is it actually possible to have that many units." Not once in a hundred and twenty five pages does the document interrupt itself or back up. That is not what reasoning looks like. It is what reasoning looks like after an editor. As for when it appeared: the document carries no date, and not one appears anywhere in its hundred and twenty five pages. I found it through a link inside Thomas Bloom's post of 31 May, not from anything OpenAI published, so it was public by then at the latest.
  4. The page numbers in the prose are exact, and come from indexing all hundred and twenty five pages rather than from reading around. Number fields first appear on page three. Szemerédi-Trotter is page eleven, class field towers page sixteen, Chebotarev page forty four. The Golod-Shafarevich theorem, which is what actually makes the construction work, does not appear until page thirty nine, twenty three pages after the machine first reaches for class field towers. Martinet, to whom the tower construction is usually credited, appears three times in the whole document and not until page forty seven, which is eight pages after the theorem is already in use. So the machine did not look up Martinet and apply him. It got what it needed from Golod-Shafarevich and attached the name later.
  5. Chain of thought, page three, considering and discarding the route the other machine took: "for a CM field K over its totally real subfield F, the unit ranks are the same, so the relative unit rank is zero. Norm-one relative units are only finite, essentially roots of unity. So that naive CM source of many exact unit directions is not there." The rejection is correct for the case it considers. The Mythos construction escapes it by declining to make the field totally real, which leaves it complex embeddings to work with.
  6. Terence Tao, "A digestion of unit distance constructions", 3 July 2026. The source of the two-axis picture this piece is built around. Tao sets out the heuristic that produces the exponent and observes that Erdős moved along one axis and the machine along the other.
  7. Noga Alon, Thomas F. Bloom, W. T. Gowers, Daniel Litt, Will Sawin, Arul Shankar, Jacob Tsimerman, Victor Wang and Melanie Matchett Wood, "Remarks on the disproof of the unit distance conjecture", arXiv:2605.20695, 20 May 2026. Nineteen pages, described by its own comment field as an "expository note based on very recent developments." Sections three to eleven are nine individually signed reflections, one per author. That section is not standard for a mathematics preprint and is the reason to read the paper.
  8. Melanie Matchett Wood, section eleven of the same paper, is the source of the counterfactual this piece turns on: the same experts, assembled a month earlier, would have found a counterexample themselves, but "without the claimed proof by Chat GPT, there is no particular reason anyone would have tried."
  9. W. T. Gowers, section five, proposing "Kolmogorov complexity modulo experts" and then reducing the proof to three printed hints. I have not put a number on the second and third hints, because he does not. He gives exactly one worked estimate, that the first hint is nominally one bit, since "(0) and (1) might well encode 'look for a counterexample' and 'look for a proof'," and then says it was worth far more than that to him because "it never occurred to me to try to disprove it." He also says he would have recommended the paper to the Annals without any hesitation.
  10. Will Sawin, section seven of the same paper. The observation that the natural generalisation "exactly recovers Erdős's lower bound," so there is "no reason to try a sequence of fields." I checked this numerically against Tao's heuristic and it is not an approximation or a rough guide: every fixed field gives back the same law with the same constant, and the reward for switching to a much bigger fixed field shows up in the fourth decimal place and keeps shrinking as the point set grows.
  11. Will Sawin, "An explicit lower bound for the unit distance problem", arXiv:2605.20579, submitted 20 May 2026 at 00:37:35 UTC, four hours and nine minutes before the nine-author paper. Fifteen pages. The explicit exponent is 1.014114 and the remaining gap to four thirds is "a factor of less than 24." The ceiling of roughly 1.243 that gets quoted for this method is real but is derived using only the trivial class-number bound, and Sawin writes that "the goal would be to improve this bound." It is a current limit, not a wall, and secondhand summaries have dropped that sentence.
  12. Anthropic, "A counterexample to the Erdős-Szemerédi sum-product bound over the reals". Eight pages. The contrast with the first footnote is the point: no author, no date, and no statement of any kind about how it was produced. OpenAI put a titled section on AI use at the front of its proof. Anthropic put nothing. Two labs, opposite norms. I have deliberately not given an interval between the two documents, because Anthropic's carries no date and my own sources disagree about when it appeared. I found the file through reference twelve of the reproduction study, not from an Anthropic page.
  13. Tao refers to the system only as the "Mythos AI," without glossing it. The reproduction study supplies the rest: Levent Alpöge announced that an agent based on Anthropic's Claude Mythos proved the theorem autonomously, and "Anthropic later publicly released Claude Fable 5, officially described as a 'Mythos-class' model." That is the model named in the earlier piece on the Jacobian conjecture, though that piece deliberately kept the version number out of its prose and I will keep the hedge here: Alpöge's tweet says only "fable," lowercase and unnumbered, and nobody with first-hand knowledge has ever confirmed which numbered release he was using. Claude Fable 5 is a real, publicly released model. That it is the one behind the Jacobian counterexample is an inference, not a fact. The same source is careful to add that "the exact Claude Mythos model and the agent used by Alpöge remain non-public," and that neither a success rate nor a cost has ever been reported for it. One more seam worth naming: Tao and the reproduction study are describing two separate announcements by the same person under the same model name, one for each construction, so treating them as a single system is itself an inference, though a well supported one.
  14. Thomas Bloom, "Sum-product, unit distances, and number fields", 31 May 2026, written by his own account for "the me-of-a-month-ago, who did not know much algebraic number theory." He is a co-author of the sum-product disproof and the curator of the problem registry. This is the best exposition of either construction that exists, and most of the mathematics in this piece is downstream of it.
  15. Bloom, same post, on why it was missed: "we were being too clever. In both the sum-product problem and Erdős' unit distance construction, we knew how to use non-trivial amounts of number theory to get non-trivial savings. No doubt many people had tried to work out the analogues of these number-theoretic savings for other number fields, and indeed this is possible, but it doesn't lead to greater savings." That is the same fact as the previous Sawin footnote, reached from the opposite direction: one describes what the mathematics does, the other describes what people actually tried.
  16. Bloom, same post. The tower comes from Jacques Martinet's 1978 construction, which rests on the Golod-Shafarevich theorem of 1964. For the unit distance case Bloom is careful, writing that such a tower "can be deduced from Martinet's tower construction, but is presumably also present in other places in the literature," and I have kept the hedge rather than assigning it cleanly. His summary of the situation is the line worth quoting: using Golod-Shafarevich this way "is not new," and number theorists from the 1980s onward could have produced the needed statement without much difficulty, but there was "little reason to actually prove such a statement, with no applications in sight."
  17. The explicit unit is Bloom's example, and I checked it exactly rather than numerically, in the ring itself, so there is no rounding anywhere in the claim. Write a for the cube root of two. Then (a minus 2) squared, plus (a squared minus a minus 1) squared, is exactly 1. So that pair of coordinates sits precisely on the unit circle, and so does every power of it.
  18. Bloom's "interactive unit grid", on the same site: a field picker, a slider for the size, and the two constructions side by side. The caption is the thing. The number field option "will be inferior to the grid construction below for all values we can display." The construction that broke the conjecture loses to a plain square grid at every size a browser can draw, which is why this piece has no figure showing it winning.
  19. Thomas Bloom, "problem 90" and "problem 52" on erdosproblems.com. Problem 90 is where the prizes are recorded: Erdős offered three hundred dollars for a proof or disproof of the n-to-the-1-plus-little-o upper bound, and two hundred and fifty for establishing that upper bound alone. Note that the second is smaller than the first. Bloom's own reflection in the nine-author paper instead recalls three hundred dollars in 1982 and five hundred in print in 1995; where the two disagree I have used the problem page, which cites the specific papers. Problem 90 is also where Valtr's obstruction is recorded: he built a metric on the plane with far more than the four-thirds power of unit distances, for which the standard proof still goes through, so beating four thirds requires something specific to Euclidean distance.
  20. Bloom, the same blog post, and the paragraph this piece would be dishonest without: "we hear much more about the successes of AI than its failures. By this point all problems on this site have been attempted many times by a range of different AI systems, including (I assume) by internal models with a large amount of resources. Given this, it is actually surprising how few of the problems on this site have been solved in the last few months, since the amount of attention they have received recently (from both humans and AI) is much more than many of them have ever received before." He goes on: for every success there are "likely thousands of pages generated for each of these problems, which have led nowhere," either because the machine keeps failing "like a Sisyphus with slippery hands" or, worse, because it ends up "confidently declaring success atop a mountain of nonsense, with the boulder lying untouched on the ground below." He maintains the registry and co-authored one of the disproofs, so he is counting both columns.
  21. Zhang, Sun, Suzuki, Lee and Liu, "LeanMarathon: Toward Reliable AI Co-Mathematicians through Long-Horizon Lean Autoformalization", arXiv:2606.05400, 3 June 2026. Section 4.9 is titled "Failure case: the unit-distance disproof," and the sentence is theirs, about their own system: "The run instead faked the number theory: it modeled a number field as a dummy record and discharged the key step with placeholder values. This type-checks and passes CI, but proves nothing real." The bottleneck they identify is the library, not the model. Against that, the AlephProver formalization succeeded conditionally, by naming two class field theory results as explicit hypotheses so that, in their phrasing, the trust base is visible in the main theorem's signature. That repository was created nine days after the announcement and its entire push history is thirteen minutes long.
  22. Yichen Huang, "Autonomous disproofs of the sum-product conjecture over R with GPT-5.5 Pro", arXiv:2607.20525, 9 July 2026. Note which conjecture: this reproduces the sum-product disproof, the second one, not the unit distance proof itself. Seven of eight trials succeeded, using the model snapshot gpt-5.5-pro-2026-04-23 at its highest reasoning setting with web search disabled, which puts thirty four days between the snapshot and the first public proof. It is not autonomous discovery and does not claim to be: the system prompt tells the model the theorem is true and hands it the unit distance approach to reuse. The number worth quoting is the amortised 151.3 thousand reasoning tokens per correct proof, which Huang computes himself, rather than the 132.4 thousand mean. Trial two is both the most expensive run in the study and the one that failed, and it failed honestly, identifying its own gap rather than papering over it.
  23. Chain of thought, page twenty four, and the reason this piece is built the way it is: "For a fixed field, this is just the usual Erdős construction in disguise ... The standard lower bound is obtained by letting the number of prime factors grow. Here I am letting the degree grow. The cost of degree must enter through discriminants, regulators, or denominators." That is the two-axis picture, stated by the machine on the day, six weeks before Tao published the same framing as an exposition of the finished paper (19 May against 3 July). The last sentence is the remaining hundred pages: discriminants, regulators and denominators is precisely the bill the rest of the document goes and pays.
  24. Chain of thought, page twenty eight: "But then a dangerous thought: what if a fixed rational prime, say 2, splits completely in fields of unbounded degree? ... the number of sign choices is 2 to the d. That is polynomial rather than divisor-subexponential in the denominator norm ... The flaw must be somewhere: class group, generator heights, hidden embeddings, or the planar projection." The last sentence is the one to sit with. The machine has just found the thing that works, and its immediate reaction is to assume it is wrong and list the four places the mistake must be hiding. The remaining ninety seven pages are that list, worked through. The "2 to the d sign choices" in that paragraph is the log 2 that survives into the final exponent.
  25. Chain of thought, page twenty, on why the route was safe to ignore: a construction of the kind it is chasing "would beat every fixed C, while still being far below n to the one third; it would not contradict the Szemerédi-Trotter bound. That is why this number-field route looks so treacherous." Szemerédi-Trotter appears twenty two times in the document and is never once used as a tool. It is used as a check, and it works: it kills a "dangerously naive" heuristic on page eleven and another on page twelve. It simply cannot see the gap the real construction lives in. The instrument everyone reaches for returns "no contradiction" for the bad ideas and the good one alike.
  26. Jun-Yong Park, "Automation Without Understanding: Why the United States must preserve mathematical capacity in the age of AI", arXiv:2607.06377, 7 July 2026. Ten pages, and worth reading precisely because it is not a debunking. Park concedes the result completely: "The machines are doing mathematics. That sentence was controversial three years ago. It is simply true today." The quoted phrases in the prose are his. On fluency: "A model can produce an explanation in fluent English. But fluency is not transparency: natural language can make an argument sound persuasive without making it valid." On the proposal: require systems "to expose their decision-critical claims in a formal, machine-checkable form, not merely as persuasive natural-language explanations... converting part of AI reasoning from opaque persuasion into auditable structure." And the line I have borrowed for my own purposes: the proof "became knowledge, something other mathematicians can now build on, only because a community existed with the training to receive it. That community is the asset, and every additional machine-generated theorem raises its value." Most of the essay is about United States science funding, which is a different subject from this one, and I have taken the epistemics and left the appropriations.
  27. Lee, Pohoata and Zhu, "The Minkowski grid has robustly many repeated distances", arXiv:2607.05374, 6 July 2026. Eight pages. Its authors describe it as a vertical amplification of a robust Ramanujan estimate of Croot, Mao, Pohoata, Sheffer and Yip. It confirms a 1980 Erdős conjecture on isosceles triangles and answers a question of Conlon, Fox, Gasarch, Harris, Ulrich and Zbarsky in the negative. It is a different paper from the one in the next footnote, and a different kind of result: the same lever used to establish something rather than to knock something down. I have deliberately kept it outside the count of nine, which comes from a separate node by node pass over the cascade abstracts, rather than quietly making the count ten.
  28. Cosmin Pohoata, "Split primes and the Elekes-Rónyai problem", arXiv:2606.13619, 11 June 2026, revised 28 June. Fourteen pages, single author, and not the terminology note I first took it for: it is a counterexample to the Elekes-Rónyai problem, one of the nine, and it states the general thesis in its own abstract. Exact: "The proof combines two amplifications of the same local congruence defect: horizontal amplification over squarefree products of rational primes, and vertical amplification through bounded root-discriminant towers in which those primes split completely. In this way a fixed local density defect becomes macroscopic, producing a power saving. This phenomenon also suggests a broader mechanism for producing similar extremal constructions throughout combinatorics and number theory." I had assumed the two-axis vocabulary was Tao's coinage. It is not, and it appears in the technical literature unprompted. Tao uses the same two terms and adds that the sum-product disproof is another recent application of vertical amplification.
  29. Ryosuke Mizuno, "New lower bounds for the degree/diameter problem via interaction with a browser-accessible LLM", arXiv:2606.15860, 11 June 2026. Twenty eight pages. It is not a unit distance paper and does not use the construction. It cites the nine author digest once, as precedent for the format, which is exactly why it belongs at the end of this piece rather than in the cascade. The records are N(12,5) at least 34,992 and N(16,5) at least 147,456, up from 29,621 and 132,496. On method, his own words: the search was conducted "without an external orchestration layer" around ChatGPT, with "no custom agent framework, automated evaluator-driven search loop, problem-specific search engine, or formal proof assistant ... set up in advance by the author." The interface was ChatGPT in a web browser, the transcript metadata records the model display name as gpt-5-5-pro, and all dialogue was conducted in Japanese, with the quoted prompts being his own English translations. He is scrupulous about what he is claiming, recording his interventions "as process tracing rather than as a causal claim" and noting that he cannot rule out account-level memory or personalisation. He does not claim the machine did it alone. He claims he had a browser.
Terms12
algebraic integer
A number that is a root of a polynomial with whole number coefficients and leading coefficient one. Inside every number field these form a lattice, an infinitely repeating grid of points, which is what turns an algebra question into a picture you can draw. The point sets in this problem are always chunks of such a lattice.
amplification
Taking a construction that beats the obvious answer by a hair and combining it with itself until the hair becomes an exponent. You can amplify by making the same object bigger, which is what Erdős did, or by moving into a larger number field, which is what the machine did. The two directions look identical from close up. Only one of them goes anywhere.
class field tower
An infinite ladder of number fields, each sitting inside the next, with the degree climbing forever. Golod and Shafarevich proved in 1964 that some of these ladders never terminate, and that every field on such a ladder has the same root discriminant as the one at the bottom. That is a sixty year old theorem doing the heaviest lifting in a 2026 result. The supply of cheap high degree fields was already sitting there.
CM field
A number field that is totally real with one square root of a negative number adjoined on top. The shape matters because it is what gives you complex conjugation, so that multiplying a number by its conjugate returns its squared length. Without that the whole translation between factorisation and distance falls apart.
degree
How much bigger a number field is than the rationals, counted as a whole number. The Gaussian numbers have degree two. Every point arrangement in this story lives inside a field of some degree, and the degree is the axis nobody walked along. Erdős held it fixed at two for eighty years and grew the arrangement instead. The machine grew the degree.
exponent
The number in the corner of n to the something, and the only score anyone is keeping. What matters is the part above one. Erdős got an excess that shrinks away to nothing as the arrangement grows, which is why his construction never settles on a number. Sawin pinned the machine's construction at one point zero one four, and that one stays put. The ceiling is one point three three three. Almost everything in this story is a fight over the third decimal place of a single number, which is worth remembering when the prose gets excited.
number field
The rational numbers with a few extra numbers thrown in, and then everything you can build from those by adding, subtracting, multiplying and dividing. Throw in the square root of minus one and you get the Gaussian numbers. Throw in something more complicated and you get something larger. Erdős built his arrangement inside the smallest interesting one of these, and nobody thought to ask what happens in the big ones.
root discriminant
The price of a number field, normalised so fields of different degree can be compared. A field of high degree is only useful here if its root discriminant stays small, and Minkowski proved long before any of this that it cannot be made arbitrarily small. The entire construction turns on finding fields whose degree runs away to infinity while their price does not.
split prime
An ordinary prime number that falls apart completely once you move into a number field, breaking into as many pieces as the field has degree. This is the engine. Each way of reassembling the pieces gives a different number of the same size, so a number with many split prime factors can be written as a sum of two squares in an enormous number of ways, and every one of those ways is a unit distance.
sum-product
The claim that a set of numbers cannot be well behaved under addition and multiplication at the same time. Erdős and Szemerédi conjectured that one of the two has to blow up, and in May 2026 a group of humans disproved it over the real numbers, eight days after the unit distance result and using the same idea. It may still be true over the whole numbers, which is where it was originally asked, so the disproof is narrower than the headlines.
Szemeredi-Trotter
A theorem bounding how often points and lines can meet, applied to unit distances in 1984 to cap the count at n to the four thirds power. It has never been improved, and Valtr later showed why that is hard: he built a distorted plane where the same proof still works but the true answer is genuinely that large. Beating four thirds needs something about Euclidean distance specifically, and nobody has found it.
unit distance
Two points exactly one apart. Fix any number of points in the plane and count how many pairs of them sit at distance one, and you have the only quantity this whole story is about. The count depends entirely on how you arrange the points, which is why the problem is combinatorial and not geometric, and why the answer was so hard to pin down.
0:00 / 44:25