

Navier–Stokes Millennium Prize problem
A Clay Mathematics Institute problem asking, in part, whether smooth three-dimensional incompressible fluid flows can develop singularities or must remain smooth under specified conditions.
Lean
A proof assistant used to encode mathematical statements and proofs so that a computer can check their logical correctness.
Finite-time blowup
A scenario in which a mathematical solution remains defined up to a finite time but some quantity, such as velocity, becomes unbounded as that time is approached.
Provenance
The record of how a result was produced, including prompts, model behavior, training-data policies, human interventions and related unpublished work.
OpenAI
other
On the Navier–Stokes Millennium Prize Problem
“OpenAI announced a claimed Navier–Stokes solution, a Lean formalization, the multiagent workflow, token and message counts, concurrent-work context and its decision not to claim the Millennium Prize.”
OpenAI
other
Finite Time Blowup for Navier–Stokes
“The paper states that, for every positive viscosity, it constructs a smooth compactly supported force and a solution starting from rest that develops unbounded velocity in finite time while maintaining bounded kinetic energy.”
OpenAI / GitHub
data
openai/NavierStokesAndEuler
“The repository describes Lean 4 formalizations for the Navier–Stokes and Euler results and provides build instructions for independent proof checking.”
Claimed Blowup
OpenAI says its system produced a proof of finite-time Navier–Stokes blowup with smooth forcing and bounded kinetic energy.
10,000 Agents
OpenAI described a multiagent effort involving roughly 10,000 concurrent agents for the Navier–Stokes result.
Lean Artifacts
The company published a Lean 4 repository intended to allow independent machine-checking of the formalized proof.
OpenAI said on September 8, 2026, that an internal AI system produced an analytical proof and Lean formalization showing finite-time blowup for the three-dimensional incompressible Navier–Stokes equations, one of the Clay Mathematics Institute’s Millennium Prize problems. The company published a proof writeup, linked to a public Lean 4 repository and said it does not intend to claim the $1 million prize.1
The central question is no longer only whether OpenAI’s claimed theorem is correct. It is whether the available artifacts are sufficient for independent mathematicians and formal-methods researchers to verify the claim, reproduce the machine-checking process and assess the provenance of the AI-generated work.
OpenAI’s announcement frames the result as resolving Clay alternatives C and D: breakdown for Navier–Stokes solutions on both whole space and the periodic torus.1 The accompanying 166-page paper states that, for every positive viscosity, it constructs a smooth, compactly supported force and a solution starting from rest whose velocity becomes unbounded in finite time while kinetic energy remains uniformly bounded.2 The linked GitHub repository says it contains Lean 4 formalizations for the Navier–Stokes and Euler results, with build instructions using Lean 4.34.0-rc2, Mathlib and Lake.3
That combination — a conventional mathematical manuscript plus machine-checkable Lean files — gives the community more to inspect than a press briefing or abstract claim. But it does not end the verification process. The mathematical proof still requires expert review of definitions, theorem statements, forcing assumptions, reductions, estimates and whether the formalized statements exactly match the Millennium Prize criteria. The Lean code can check internal logical validity under its stated dependencies, but reviewers must still assess whether the formal objects encode the intended Navier–Stokes problem.
There are three primary verification artifacts: OpenAI’s announcement, the 166-page proof and the public Lean repository.123
The paper’s main theorem claims a finite-time singularity at time 1 for a solution of the three-dimensional incompressible Navier–Stokes equations with smooth, compactly supported forcing, zero initial velocity, compact spatial support, bounded kinetic energy and unbounded velocity as time approaches the singularity.2 It further states that this establishes alternative C in the Clay problem statement and, via compact support, the corresponding torus alternative D.2
The GitHub repository describes two Navier–Stokes formalization targets. One, on (\mathbb{R}^3), asserts the existence of smooth initial data and forcing for which no global smooth finite-energy solution exists. The other, on the periodic torus, asserts smooth periodic data and forcing for which no global smooth solution exists.3 The repository also provides build commands — fetching the Mathlib cache and running lake build — and points to Comparator instructions for independent proof checking.3
For technical readers, the first audit questions are concrete:
Artifact-focused reporting has already begun to treat those questions as part of the story. The Next Web framed the issue as a contrast between public machine-checkable artifacts and announcement-level claims, while noting that Lean files, theorem statements and provenance records are central to assessing AI-generated mathematics.8 A September 9 follow-up reported that the proof, writeup and Lean repository had been posted and emphasized that the next issue is whether the smooth-forcing result satisfies Clay’s criteria.9
Lean formalization matters because it converts parts of the proof into a form a proof assistant can check mechanically. If the repository builds without hidden assumptions, that is stronger evidence than a manuscript alone. Many local logical steps, type dependencies and previously formalized lemmas are verified by software rather than human convention.
But formal verification is only as meaningful as the statement formalized. A proof assistant can confirm that a theorem follows from encoded definitions and accepted axioms. It cannot, by itself, decide whether the encoded theorem is the same theorem the mathematical community believes is at stake. In a Millennium Prize context, the critical gap is often semantic: whether “smooth force,” “finite energy,” “global smooth solution,” “breakdown” and the domain assumptions have been captured in exactly the right way.
That is why the proof and repository must be read together. The paper claims a physical and analytic construction: a collapsing vortex whose central region shrinks while velocity grows, with oscillatory pulses arranged so nonlinear momentum flux cancels singular residual terms, leaving a smooth external force.2 The repository claims machine-checkable certificates for the corresponding Navier–Stokes and Euler results.3 Independent reviewers need to verify not only each artifact internally, but also the translation between them.
OpenAI’s account of how the result was found is unusually important. The company says the Navier–Stokes effort used coordinating agents powered by an internal model “significantly more capable than GPT-6 Astra,” with tools for cached internet reading and code execution.1 According to OpenAI, the group that produced the Navier–Stokes result involved on the order of 10,000 concurrent agents.1
The reported scale is central to the verification story. OpenAI said agents were assigned variants of the Millennium Prize problem, including versions whose resolution would amount to proof and versions whose resolution would amount to disproof.1 After an intermediate Euler result, OpenAI said it shifted resources toward Navier–Stokes and used Codex to consolidate useful insights across agent groups.1 The company said the agents reached the Navier–Stokes result on September 5, about 88 hours after launch, and that Lean formalization and verification took an additional 17 hours via GPT-6 Astra.1
OpenAI also disclosed large workflow counts: 4.9 million messages and roughly 300 billion output tokens across attempted problems, including 2.7 million messages and about 130 billion output tokens for the Navier–Stokes effort.1 Axios similarly reported the 10,000-agent effort and compute scale from OpenAI’s press briefing.4
For AI researchers, those numbers raise methodological questions distinct from the truth of the theorem. How were candidate proof strategies selected? Which agent outputs were discarded? Were failed proof branches preserved? What role did retrieval from cached internet sources play? Were human researchers involved in filtering, steering or editing? Which prompts generated the decisive construction? In AI-assisted mathematics, these logs may become analogous to lab notebooks: not required for a theorem to be true, but relevant to reproducibility, priority and provenance.
The announcement arrived amid a dispute over concurrent work involving Tristan Buckmaster of NYU and Levent Alpöge, an Anthropic employee. OpenAI said its effort began after it heard a rumor about possible Millennium Prize resolutions, which it later realized related to Buckmaster and Alpöge.1 OpenAI said it did not see their work before public release and did not access specific user data to solve the problem. It added that it could not rule out de-identified product-use data having helped improve its models.1
Axios reported OpenAI’s statement that it could not rule out de-identified product-use data having contributed to model improvement.4 TechCrunch reported Buckmaster’s allegations and OpenAI’s timeline confirmation, highlighting why Codex usage and private-work provenance are central to the controversy.5 Quartz emphasized a distinction that matters technically and ethically: OpenAI’s claim concerns Navier–Stokes, while Buckmaster and Alpöge’s related work concerned an Euler result.6
The provenance issue does not determine whether OpenAI’s proof is correct. A theorem can be true regardless of how it was found. But provenance affects credit, trust and the norms under which AI systems trained on user interactions participate in frontier research. If future systems generate publishable mathematics from patterns learned through product use, research communities may demand clearer audit trails: training-data policies, opt-out mechanisms, de-identification guarantees, prompt histories and procedures for handling rumors of unpublished work.
For a claimed Millennium Prize resolution, days are not enough. Even when a proof is accompanied by Lean formalization, reviewers must inspect the formal environment, theorem correspondence and any assumptions imported through libraries or custom definitions. Scientific American reported early expert reactions that framed the result as potentially significant but subject to careful mathematical verification.7 El País reported on September 9 that no external scientist had yet independently verified OpenAI’s proof and covered the plagiarism and credit allegations surrounding the announcement.10
That timeline is normal. Major results in analysis often require months or years of scrutiny, especially when they involve delicate limiting arguments, smoothness criteria and constructed singularities. Formalization can accelerate parts of that process, but it also introduces specialized audit work: proof engineers and mathematicians must inspect whether the code proves the theorem people think it proves.
Stanford Tech Review reported an artifact-level comparison of OpenAI and Buckmaster–Alpöge Lean materials, including file counts, lines of Lean, placeholders, axioms, toolchains and repository creation times.11 Those details are useful, but they should be independently replicated. In a verification story, metadata is evidence, not a substitute for rebuilding the repository and reviewing the mathematics.
If OpenAI’s result survives review, it would be a landmark for both mathematics and AI: a frontier model system would have contributed to resolving a problem considered one of the deepest open questions in mathematical physics. Even if the proof is revised, narrowed or rejected, the episode already shows how the reporting record for AI-generated science is changing.
The old record for a mathematical claim was mostly a paper, author list, seminar reception and eventual peer review. The emerging record may include:
That shift is consequential. AI systems can generate far more candidate arguments than humans can read. Formal methods can filter some errors, but only when targets are precisely encoded. Multiagent workflows can explore vast search spaces, but they can also obscure authorship and priority. Verification will therefore become both mathematical and infrastructural.
OpenAI’s decision not to claim the Millennium Prize may reduce one institutional pressure point, but it does not reduce the scientific stakes.1 The claim now enters the slower process that matters most: independent reproduction, formal audit, expert review and community judgment. For AI-assisted science, that may be the real milestone — not simply that an AI system announced a proof, but that the proof arrived with artifacts that can, in principle, be checked.
Scientific American
OpenAI claims blockbuster math breakthrough amid swirl of controversy
Comments