Claude Navier-Stokes Rumor Reality Check: Tao Says No, While Fermat’s Proof Is Verifiable
A viral claim says Claude solved Navier–Stokes. Terence Tao says he knows of no such development. We separate that rumor from Anthropic’s verifiable 11-day Fermat formalization.
A viral September 2026 claim says Anthropic's Claude has solved the Navier–Stokes existence-and-smoothness problem, one of the Clay Mathematics Institute's Millennium Prize Problems. As of this verification pass, there is no public proof, paper, Anthropic announcement, or Clay status change supporting that claim.
The most relevant primary clarification comes from mathematician Terence Tao. On September 5, 2026, Tao wrote on Mathstodon that he was not aware of any significant developments on Navier–Stokes. His earlier discussion used Navier–Stokes as a hypothetical example of what AI-driven mathematics might look like; it was not a disclosure of a hidden Claude result.
What actually triggered the rumor
A September 5 X post by AI commentator Andrew Curran predicted that Claude had solved Navier–Stokes and that a result was under expert review. The exact X status URL is included in the sources below. X returned an automated-access block during this verification pass, so the post's wording was cross-checked through indexed reports that link to that exact status rather than treated as independently fetched primary evidence.
That distinction matters. A prediction on X is not a proof, a paper, a referee report, or an official model release. Tao's subsequent clarification directly rejects the inference that his hypothetical discussion was inside information about a solution.
The Clay Mathematics Institute still presents Navier–Stokes as an open Millennium Prize Problem. Clay's current Millennium Prize materials also state that only the Poincaré Conjecture has been resolved among the seven original problems. Until a mathematical argument is made public and survives expert scrutiny, the correct status is unverified rumor.
Why the rumor felt plausible: Claude did complete a different major formalization
Anthropic did announce a real, unusually large mathematics result on September 4: a Claude-based multi-agent system produced an end-to-end Lean formalization of Fermat's Last Theorem, a theorem already proved in conventional mathematics by Andrew Wiles and Richard Taylor.
Anthropic says the formalization took about 11 days, used dozens of agents, generated about 13 million lines of Lean, proved roughly 30,300 intermediate theorems, used about 29,500 in the final proof, and consumed about 6 billion output tokens from an internal general-purpose research model described as roughly comparable to Claude Fable 5.1.
The system did not simply run one long chat. Anthropic reports that earlier attempts stalled when agents lost track of project state and stopped coordinating. The successful run used Prove2Me, which maintained a directed graph of theorem statements, separated statements from proofs to speed compilation, and attached natural-language descriptions to make work searchable and reusable. A Claude Code-based multi-agent harness then coordinated the proof effort.
That is evidence about agent scaffolding and formal verification, not evidence that Claude solved Navier–Stokes.
The Fermat result is unusually checkable
Anthropic published the Lean repository. Its README pins Lean 4.33.1 and Mathlib v4.33.0 and says all 60,475 modules built from source. The final theorem is constrained to Lean's three standard axioms: propext, Classical.choice, and Quot.sound, with no sorry, added axiom, native_decide, unsafe, extern, implemented_by, partial def, or #eval in the proof modules.
Verification did not stop at one compiler run. Anthropic's repository reports three layers:
- A from-scratch Lean build checked every declaration.
leanprover/comparatorv4.33.0 checked that the proved statement and constants match a Mathlib-only challenge and replay through Lean's kernel.nanoda0.4.13, an independent Lean kernel implemented in Rust, accepted an export containing 1,052,234 declarations with no errors.
The repository also discloses the substantial verification cost: Anthropic's documented build took 5 hours 32 minutes at 96 jobs, comparator took 14 hours 46 minutes, peak memory for comparator reached 230 GB, and the exported environment was 37.8 GB.
Kevin Buzzard, who leads a separate human/community FLT formalization effort at Imperial College London, independently wrote that he compiled Anthropic's codebase and ran comparator and that it checked out. He also drew an important boundary: the result is a major autoformalization achievement, but it adds essentially no new mathematics because it follows established literature.
Model identity, pricing, context, and latency are not fully pinned
Anthropic does not identify the internal research model used for the Fermat run as a public API model ID. It says only that the model was roughly comparable to Claude Fable 5.1. That means the run should not be silently relabeled as a benchmark of claude-fable-5-1.
Public Fable 5.1 pricing is $10 per million input tokens and $50 per million output tokens. Multiplying the disclosed 6 billion output tokens by the public output-token rate gives a $300,000 output-price equivalent, but that is only an illustrative counterfactual. It is not Anthropic's disclosed cost for the internal research run, and it excludes input tokens, cache effects, tool execution, infrastructure, retries, and any internal pricing differences.
The internal model's exact context window, time-to-first-token, output speed, per-agent concurrency, and end-to-end inference latency were not disclosed in the materials reviewed. The 11-day wall-clock project duration is therefore not an API latency benchmark.
SWE-bench Verified and SWE-bench Pro are separate
Neither SWE-bench Verified nor SWE-bench Pro measures mathematical proof formalization, and Anthropic's Fermat announcement does not report a score for either benchmark for the internal research model used in this project. No SWE-bench score is inferred from the Lean proof, from Fable 5.1's other coding evaluations, or from the multi-agent harness.
The result is better understood as a large formal-verification artifact with a public proof repository and independent checking path, not as a software-engineering leaderboard entry.
Public expert reaction is mixed in the useful way
Buzzard's September 4 primary blog post is strongly positive about the autoformalization capability while explicitly saying the work tells mathematicians essentially nothing new about whether Fermat's Last Theorem is true. He argues that the important implication is that thousands of pages of existing mathematical literature may now be formalizable end to end much faster than expected.
His discussion also highlights a new bottleneck: human review and library integration. A 13-million-line proof can be machine-checked, but it is not automatically concise, maintainable, pedagogically useful, or ready to merge into Mathlib.
Tao's September 5 clarification provides the opposite but complementary lesson for the Navier–Stokes rumor: current AI math progress is strong enough that speculative claims can sound plausible, but plausibility is not evidence. A public proof and reproducible verification trail remain the standard.
Bottom line
There are two very different stories circulating together.
The verified story is that Anthropic's Claude-based agent system formalized an existing proof of Fermat's Last Theorem in Lean at extraordinary scale, and the published artifact has multiple machine-checking paths plus an independent expert compilation check.
The unverified story is that Claude has solved the Navier–Stokes Millennium Prize Problem. Tao says he knows of no such development, Clay still lists the problem as open, and no Anthropic proof or paper was found in this verification pass.
For readers tracking frontier AI, the right takeaway is not that "Claude solved another Millennium problem." It is that AI-assisted formalization has crossed an important scale threshold, while the evidence standard for genuinely new mathematics remains much higher than a viral prediction.
This article is built from the source material below. Open the originals for full context and the latest updates.