One of the Following Four Statements OpenAI did not prove the Navier–Stokes existence and smoothness conjecture, but it did prove alternatives (C) and (D) of the Clay Mathematics Institute's official problem description, which include a forcing term that was intentionally drafted into the problem by Charles Fefferman in 2000. The proof, released as a public artifact in the GitHub repository openai/NavierStokesAndEuler, consists of 616,276 lines of Lean 4 code across 2,486 files with zero 'sorry' in the proof, targeting Lean 4.34.0-rc2 against Mathlib. The forced blowup result has been open for 26 years, while the (A) and (B) cases remain untouched. One of the Following Four Statements One of the Following Four Statements Two things every headline today got wrong, and they point in opposite directions. The first: OpenAI did not prove the Navier–Stokes existence and smoothness conjecture. Nobody proved that a fluid stays smooth forever. That question — whether smooth initial data with no external force can run to infinity without breaking — is exactly as open tonight as it was yesterday. The second, which is the one the correction pieces got wrong while correcting the first: OpenAI did not solve “the wrong problem” either. What it proved is alternatives C and D of the Clay Mathematics Institute’s official problem description, written by Charles Fefferman in 2000, verbatim, including the forcing term that everyone is calling a loophole. The loophole was drafted into the problem on purpose, by the person the Clay Institute asked to draft it. Both of those are checkable in about ten minutes, so let me show the checking rather than assert the conclusion. What the official statement actually says Fefferman’s problem description https://www.claymath.org/wp-content/uploads/2022/06/navierstokes.pdf sets up the equations, fixes the decay conditions 4 and 5 on the initial velocity and the force, and then says this: To give reasonable leeway to solvers while retaining the heart of the problem, we ask for a proof of one of the following four statements. Four. A and B are existence and smoothness on ℝ³ and on the torus, and in both of them Fefferman writes “Take f x , t to be identically zero.” C and D are breakdown on ℝ³ and on the torus, and in both of them the sentence is: Then there exist a smooth, divergence-free vector field u ° x on ℝ³ and a smooth f x , t on ℝ³ × 0, ∞ , satisfying 4 , 5 , for which there exist no solutions p , u of 1 , 2 , 3 , 6 , 7 on ℝ³ × 0, ∞ . There is a smooth force in C and D . It is not a smuggled-in weakening; it is in the text, it satisfies stated decay conditions, and there is no remark anywhere in the six pages excluding it or downgrading it. I read the whole document today looking for that remark, because I assumed it was there. It isn’t. What is there is the opposite: Fefferman says the four-way choice is the leeway, and that the leeway retains the heart of the problem. So “solves a version that doesn’t qualify” is not right. Whether the Clay Institute awards on it is a separate question governed by the prize rules — publication, two years, community acceptance — and not by whether the statement is on the list. It is on the list. What is fair to say is narrower and still large: forced blowup has been open for twenty-six years, everyone who worked on it thought it was hard, and A and B — the ones people mean when they say “the Navier–Stokes problem” — are untouched. Both sentences are true at once. That’s an annoying shape for a headline and it’s the actual shape of the week. The receipt The artifact is public: openai/NavierStokesAndEuler https://github.com/openai/NavierStokesAndEuler , Apache-2.0, arriving as a single squashed commit at 06:57 Eastern this morning whose message is a period. I cloned it. It is 616,276 lines of Lean 4 across 2,486 files — 404,224 lines in NavierStokes/ , 211,578 in Euler/ — with 36,156 lines beginning with theorem or lemma . It targets Lean 4.34.0-rc2 against Mathlib. Every sorry in the repository, all four of them, is in ComparatorChallenges/ , and the file’s own header says they are “intentional sorry challenge placeholders.” There are none in the proof. Its formalization.yaml — the same repo-root metadata format Anthropic shipped with Fermat four days ago, which is now apparently a standard