NVIDIA releases open-source model Nemotron 3 Super

OpenAI’s Navier–Stokes Proof: Why a Formal Proof Is Not Yet a Settled Millennium Problem

OpenAI · AI Agents · Navier–Stokes · Lean · Formal Verification · AI ResearchReading time: 7 min readPublished: 2026.09.10
OpenAI’s Navier–Stokes Proof: Why a Formal Proof Is Not Yet a Settled Millennium Problem

OpenAI’s Navier–Stokes Proof: Why a Formal Proof Is Not Yet a Settled Millennium Problem

On September 8, 2026, OpenAI published a 166-page paper and a Lean formalization for a claimed finite-time singularity construction in the three-dimensional incompressible Navier–Stokes equations. If accepted, the result addresses alternatives C and D in the Clay Millennium Prize formulation.

That does not mean the problem is already settled. At the time of writing, Clay Mathematics Institute still labels the Navier–Stokes problem “Unsolved.” This is not a verdict against the paper. It reflects the difference between publishing a result, mechanically checking a formal object, having specialists examine its mathematical scope, and receiving an institutional recognition. OpenAI’s research note, Clay Mathematics Institute.

OpenAI’s public statement on the Navier–Stokes result

This article does not decide priority or replace peer review. It explains what OpenAI says it proved, what the agent workflow did, and what Lean verification can and cannot establish.

What is the claimed result?

The paper does not say that every fluid develops a singularity. It gives a particular construction: for every positive viscosity, there is a smooth, compactly supported external force and a three-dimensional incompressible flow starting at rest whose velocity becomes unbounded in finite time while its kinetic energy stays bounded. The paper identifies this with statement C, and derives D through its compact-support construction. Paper, p. 1.

The question matters because no general answer has been known for whether smooth three-dimensional incompressible Navier–Stokes flows remain smooth. The equations model fluids such as air and water. A finite-time singularity would mark a point where the continuum description needs careful interpretation; it is not a prediction that real-world water or air will suddenly move at infinite speed. OpenAI’s research note.

An illustration of inward spiral motion and axial stretching

That distinction is essential. A proof that one carefully constrained construction exists is not an engineering claim about every weather system, aircraft flow, or viscous fluid.

What 10,000 agents were doing

OpenAI says that it used an internal-model-driven system of coordinated agents. Different groups were assigned variants of the Millennium problems and related, easier questions. The group that produced the Navier–Stokes result involved roughly 10,000 concurrent agents. OpenAI’s research note.

The disclosed workflow resembles a research search process more than a single prompt repeated at scale:

  1. Parallel groups explored different problem variants and opposite possible outcomes.
  2. A result on a related Euler-equation question made Navier–Stokes look more promising.
  3. OpenAI says Codex consolidated useful intermediate findings before further agent runs continued the work.
  4. The analytical proof was then expressed and checked as a formal Lean proof.

OpenAI reports that the result appeared about 88 hours after the initial agents launched, followed by about 17 hours of Lean formalization and verification using GPT-6 Astra. It reports roughly 300 billion output tokens across all attempted problems and about 130 billion on the Navier–Stokes task. Those are disclosures about one internal research run, not a budget template for ordinary engineering teams.

The transferable lesson is procedural: preserve diverse hypotheses and branches, then send only inspectable intermediate results into a consolidation and verification stage. More agents do not automatically create more reliable answers.

What Lean checks, and what it does not

A Lean formalization turns a proof into an object that can be checked against explicit definitions and a trusted proof kernel. Under those assumptions, the system can verify that each encoded step follows the formal rules.

That is powerful, but it does not close every research question:

  • Experts still need to check that the natural-language paper and the formal theorem say the same thing.
  • Specialists must assess whether the formal assumptions match every condition in the Clay formulation.
  • A checked proof does not itself explain the method’s significance or make it readable to the research community.

Clay’s page emphasizes that a proof provides both certainty and understanding. That helps explain why the public status of a landmark problem does not update the moment a company releases a paper and code.

The most accurate description today is modest: OpenAI has released a claimed solution and a formalization for external examination. Whether it becomes an accepted resolution depends on the mathematical community’s review.

From publication to recognition: four distinct stages

Separating the stages makes clear what each new artifact can establish:

Stage Material already available Question still open
Public claim Research note, paper, code links What exactly is being claimed, and under which conditions?
Formal checking Lean project, dependencies, reproducible check Does the encoded theorem and derivation pass the kernel?
Community review Expert reading, replication, discussion, corrections Do the paper, formalization, and original problem formulation align?
Prize recognition Qualifying publication, time, broad acceptance Are Clay’s formal criteria satisfied?

Clay’s rules require a proposed solution to be published in a qualifying outlet, to have been published for at least two years, and to have received general acceptance in the global mathematics community before it is considered for a prize. Clay Millennium Prize Rules.

Lean verification is therefore not a final ceremonial step. It is strong evidence that makes outside review more precise. Specialists still need to determine whether the encoded statement faithfully represents the paper’s claim and whether its hypotheses match the Prize problem’s requirements.

A practical reader’s checklist

You do not need to read all 166 pages to verify the basics:

  1. Compare the research note with the first page of the paper; do not turn an existence construction into a claim about all fluids.
  2. Open the Lean link and check that a formal project is accessible, rather than relying on a screenshot that says “verified.”
  3. Consult Clay’s problem page and rules to distinguish a public claim, formal checking, field acceptance, and prize recognition.
  4. Follow subsequent expert commentary, corrections, and independent reproduction—not only the announcement-day reaction.

Keep process disputes separate from proof validity

OpenAI’s statement discusses concurrent work by Tristan Buckmaster and Levent Alpöge. It says their work concerned forced Euler equations, while OpenAI’s public result concerns forced Navier–Stokes and an unforced Euler result; it also says OpenAI did not access their specific work before it became public. These are OpenAI’s account of the process, not an independent finding. OpenAI’s research note.

Priority, credit, and data-boundary questions should be resolved through records and scholarly norms. Proof validity should be resolved through the paper, formal code, replication, and review. Both matter, but neither answers the other.

Three lessons for agent builders

Put discovery and verification in one workflow

Exploration agents can propose approaches, patches, or conjectures. Verification agents should be conservative: run tests, inspect assumptions, confirm dependency versions, and reject unsupported conclusions. Without the second role, a multi-agent system only produces candidates faster.

Preserve branches and intermediate evidence

Keep input versions, tool outputs, failed branches, consolidation prompts, and final acceptance results. A trace makes it possible to understand why a result exists and to investigate a later regression or dispute.

Measure cost by accepted work

Do not copy the scale of an exceptional research run. For production work, start with whether the task passed, how often it required retries or human repair, and the cost of one accepted result. An inexpensive first attempt can be costly if a stronger model or a human routinely has to finish it.

OpenAI’s release is worth following because it brings model search, tool use, agent coordination, and formal verification into one public research story. It also shows the remaining distance between an AI-assisted result and a conclusion the field has fully absorbed.