· 7 min read
Did OpenAI Actually Solve Navier–Stokes? What the New AI-Generated Proof Claims
By H. Fischer
- guides
Short answer: OpenAI has released a proposed solution to the Navier–Stokes Millennium Prize Problem, plus code that formally checks a version of the argument in Lean. But no, it is not accurate—at least not yet—to say the problem is simply “solved” in the settled, community-accepted sense; it needs sustained expert scrutiny, and Clay’s prize process explicitly requires publication, two years, and general acceptance.
First, the claim is narrower—and more legitimate—than the headlines make it sound
The Navier–Stokes equations model fluid motion: air over a wing, water in a pipe, blood flow, weather. In three dimensions, mathematicians have long lacked a proof of whether every sufficiently nice starting flow stays smooth forever, or whether some flow can develop a singularity: a finite-time failure where the velocity becomes unbounded.
OpenAI claims the second option. Its 166-page writeup constructs a three-dimensional incompressible flow that starts at rest, receives a specially engineered external force that remains smooth and compactly supported, retains finite kinetic energy, and nevertheless develops unbounded velocity in finite time.
That “external force” qualifier matters enormously. This is not a claim that an ordinary unforced simulation of water in a cup suddenly becomes infinite. It is a mathematical existence claim: there exists at least one smooth setup, including a smooth forcing function, for which global smoothness fails.
And that is not a loophole OpenAI invented after the fact. The Clay Mathematics Institute’s official formulation offers four acceptable paths. Statements A and B would prove smooth solutions always exist in two settings. Statements C and D ask for a breakdown example, and both explicitly permit smooth forcing. OpenAI says its construction establishes C for all of space and D for a periodic domain.
What the proof says happens
The intuitive picture is a collapsing, stretched vortex. Think of a rotating strand of fluid that spirals inward while being elongated along an axis. As its active region shrinks, the local velocity rises. The hard part is not writing down a velocity field that explodes—given any wild field, you can define whatever forcing would make the equation true. The hard part is arranging things so that the necessary force remains smooth even as the flow approaches blowup.
The paper’s construction tries to achieve that by balancing the equation’s large terms with unusual precision. A collapsing background vortex provides the main geometry. Oscillatory pulses at progressively smaller scales create an averaged momentum flux that supplies the residual force needed to keep the construction valid. The proof then works through smoothness, incompressibility, energy bounds, localization, and rescaling for arbitrary positive viscosity.
That is why this is qualitatively different from “an LLM predicted a turbulent simulation.” It is a symbolic, theorem-shaped artifact. If correct, it gives a counterexample to global regularity under the exact rules Clay published.
Why Lean changes the conversation, but doesn’t end it
OpenAI also published a Lean 4 repository. Lean is a proof assistant: instead of trusting that a PDF’s algebra and logical steps are sound, you state definitions and lemmas in a formal language, and the kernel checks that each inference follows from prior ones.
That’s a very big deal. A conventional 166-page PDE proof can hide a sign error, a missing quantifier, an unstated regularity condition, or a hand-waved limiting argument. Formalization forces many of those details into executable constraints. The repository says it formalizes the whole-space and periodic breakdown results, and it provides a short build path using Lean, Mathlib, and Lake.
git clone https://github.com/openai/NavierStokesAndEuler.git
cd NavierStokesAndEuler
lake exe cache get
lake buildIf you’re an engineer, treat that build as the first useful distinction: a successful build means Lean accepted the formal theorem from the checked definitions and imported libraries. It does not independently establish that the formal statement perfectly matches every intended claim in the prose paper, that the modeling choices answer the spirit of the problem, or that there is no issue in the underlying trusted computing base.
Put differently: Lean can make “did the encoded proof follow?” far less subjective. Humans still must answer “did we encode the right theorem, with the right assumptions, and does this proof strategy hold up mathematically?” Those are related questions, not the same question.
How the AI system reportedly found it
OpenAI says an unreleased internal model, described as more capable than GPT-6 Astra, powered a coordinated multi-agent search. The Navier–Stokes effort involved roughly 10,000 concurrent agents, which sent about 2.7 million messages and generated roughly 130 billion output tokens. The company says the agents reached their proposed resolution after about 88 hours; GPT-6 Astra then spent another 17 hours on Lean formalization and verification.
Don’t read this as “one chatbot had a flash of genius.” The relevant engineering pattern is much closer to a huge distributed research harness: parallel hypotheses, tool use, code execution, intermediate artifact sharing, consolidation, and a formal checker at the end. The model matters, but the orchestration is part of the capability.
There is also a live credit dispute around related Euler-equation work by Levent Alpöge and Tristan Buckmaster. OpenAI says it learned of a rumor about their result before launching its effort, says it did not access their specific work, and argues that its Navier–Stokes proof and its unforced Euler result differ from their forced Euler result. That dispute doesn’t by itself decide whether the Navier–Stokes proof is correct, but it is a reason to separate the mathematical claim from the announcement narrative.
What to watch before treating it as settled
You don’t need to become a PDE researcher to follow this responsibly. Watch for these concrete signals:
- Independent specialists reading the analytic proof and publishing detailed verification notes, objections, or simplifications.
- Independent reproduction of the Lean build, followed by scrutiny of whether its definitions and assumptions faithfully correspond to the paper and Clay statement C/D.
- A peer-reviewed mathematics publication rather than only a company-hosted PDF and GitHub repository.
- Whether Clay’s criteria begin to be met: qualifying publication, two years since publication, and broad acceptance by the global mathematics community.
- Clear separation between the formal result—existence of a specially forced blowup example—and broader claims about physical turbulence, simulation reliability, or everyday fluids.
The honest status on September 10, 2026 is therefore: OpenAI has made an unusually concrete and technically checkable claim, not merely a benchmark claim. It may turn out to be a historic mathematical result. But the work has only just entered the stage where the mathematical community does the slow, adversarial, line-by-line review that turns a proof into knowledge.
Sources & citations
- [1]OpenAI: On the Navier–Stokes Millennium Prize Problem
- [2]OpenAI: Finite time blowup for Navier–Stokes
- [3]OpenAI GitHub: NavierStokesAndEuler Lean formalizations
- [4]Clay Mathematics Institute: Official Navier–Stokes problem description
- [5]Clay Mathematics Institute: Rules for the Millennium Prize Problems
- [6]Nature: OpenAI claims huge maths breakthrough on a famed ‘Millennium Problem’