research

Axiom Math's AI System Formalizes Proof of the '246 Theorem' in Prime Number Theory

TL;DR

Axiom Math's AI system AxiomProver has formally verified the proof of the '246 theorem,' a landmark result from the Polymath8b collaboration on prime gaps. The company says the achievement builds a reusable library for future formalization work and points toward AI verification of software code.

3 min read
0

Axiom Math has used its AI system AxiomProver to automatically verify a machine-checkable proof of the "246 theorem," a result in number theory that the company calls its most significant formalization achievement to date.

The 246 theorem states that there are infinitely many prime pairs differing by no more than 246—the closest mathematicians have come to proving the centuries-old twin prime conjecture, which claims infinitely many primes differ by exactly two. The result came out of the Polymath8b collaboration, which included Fields Medalists James Maynard and Terence Tao, building on Yitang Zhang's 2013 breakthrough that first established a finite bound (70 million) between infinitely many prime pairs. Maynard's subsequent work cut that gap to 600 before Polymath8b brought it down to 246.

Formal verification uses software to check a machine-readable version of a mathematical proof, functioning as a rigorous—though not infallible—check on correctness. A recent incident involving a bug in a formal-verification kernel showed the method can be exploited to accept a false, AI-generated proof, according to a report referenced by IEEE Spectrum. Despite that caveat, automated verification remains one of the strongest available guarantees of proof correctness.

A reusable library, not a one-off result

Axiom Math, led by founding mathematician Ken Ono, has used AxiomProver—described as an autonomous, multi-agent system—to formalize several previously unsolved problems this year, according to the company. Sidharth Hariharan, a Carnegie Mellon Ph.D. student now interning at Axiom Math, says the 246 theorem project differs from prior formalization efforts because its components were built for reuse rather than as a single-use proof.

Earlier this year, rival startup Math, Inc. used its Gauss agent to formalize Maryna Viazovska's 2022 Fields Medal-winning sphere-packing proof. Hariharan, who led human efforts on that formalization blueprint, says Axiom Math's work on the 246 theorem is more comprehensive because it produced a general-purpose library of results on prime gaps—published on GitHub as PrimeGapsLib—with the 246 theorem serving as its flagship result.

Why it matters beyond number theory

The number theory techniques underlying the 246 theorem are foundational to cryptography and cybersecurity, meaning the formalized results could eventually help verify systems that protect digital data, according to Axiom Math.

Ono frames the achievement primarily as a proof of concept for a larger goal: verifying AI-generated software code. He argues that if code properties—such as whether an algorithm terminates or produces correct output for all inputs—can be expressed as precise mathematical statements, tools derived from AxiomProver could formally prove those properties, addressing hallucination and bug risks in AI-written code.

"The world is about to run on computer code that nobody has read," Ono said. "AI is here and we can no longer look away—proof formalization is a testbed for solving what I think is the most important challenge we will face from AI."

What this means

This is a research milestone, not a product launch: no new model or API is being released, and Axiom Math has not disclosed pricing, model architecture, or parameter counts for AxiomProver. The genuine significance lies in the strategy shift from one-off formalizations toward reusable proof libraries, which could compound over time the way software libraries do. The stated long-term ambition—using formal verification to check AI-generated code—is speculative and far from demonstrated at scale, but it identifies a real gap: as AI writes more production code, the tools to mathematically certify that code's correctness remain immature. Whether formal methods can scale from pure-math theorems to sprawling, stateful codebases is an open question this work does not yet answer.

Related Articles

research

Unreleased Anthropic Model Advances Progress on Riemann Hypothesis

Anthropic says an as-yet-unreleased model significantly increased the lower bound of solutions for which the 150-year-old Riemann hypothesis holds true, coordinating 60 sub-agents across 650 tested ideas. The result was verified by in-house mathematicians and formalized in the Lean proof assistant.

research

OpenAI Model Disproves 78-Year-Old Erdos Conjecture, Triggering Mixed Reaction From Mathematicians

OpenAI published a counterexample disproving the Unit Distance Conjecture, a geometric graph theory problem open since 1946, in what many mathematicians call the most significant AI math result yet. Reactions range from Terence Tao's cautious optimism to Timothy Gowers describing 'mixed feelings' about having the rug pulled out from under him.

research

OpenAI Claims Internal Astra Model Solved 10 Decade-Old Math Problems for Under $2,000 Each

OpenAI claims an internal version of its next major model, Astra, produced solutions to ten mathematical and theoretical computer science problems that had seen no progress in at least a decade. The company says each solution cost less than $2,000 in GPT-5.6 Sol token pricing, and published Lean 4 formalizations along with a paper describing the results.

research

Study: Training AI to Deny Consciousness Reshapes Its Views on Animals, Religion, and Well-Being

A study involving Google's Paradigms of Intelligence group found that training AI models to deny consciousness has unintended side effects, altering their attributed sentience to animals and even their apparent religious beliefs. Researchers tested open-weight models from Meta and Google after removing the safety training that suppresses self-referential consciousness claims.

Comments

Loading...