Fields Medalist: AI Currently Mainly "Challenges" to Break Major Mathematical Conjectures

marsbitPublicado em 2026-08-17Última atualização em 2026-08-17

Resumo

Fields Medalist Timothy Gowers observes that current AI breakthroughs in mathematics often come from a "contrarian" approach: actively searching for counterexamples to disprove major conjectures. Recent high-profile achievements—such as progress on the Erdős unit distance problem, the Jacobian conjecture, the existence of non-sofic groups, and multicolor Ramsey numbers—largely involve AI constructing specific counterexamples or novel objects that violate long-held assumptions. Gowers explains this tendency stems from AI's two key strengths: vast knowledge across mathematical domains, enabling unexpected cross-tool synthesis (e.g., applying algebraic number theory to a discrete geometry problem), and the ability to conduct low-cost, extensive trial-and-error searches in huge combinatorial spaces. Unlike human mathematicians who rely on intuition (a "nose") to prune unpromising paths, AI excels at breadth-first exploration—testing countless constructions until it finds a qualifying example. However, Gowers notes current limitations: AI often proposes superficially plausible but flawed approaches and may get stuck refining "more precise subproblems" without true progress. He envisions a future where AI not only solves problems but generates fundamentally new, elegant methods that inspire further human research—a sign it has evolved from a search tool into a genuine creative partner in mathematics.

Give AI a mathematical conjecture, and the first thing it ponders is: How to overturn it and find a counterexample!!

This judgment, which sounds somewhat rebellious in the mathematical world, comes from Timothy Gowers, the 1998 Fields Medalist and British mathematician.

Recently, Gowers laid out the most sensational mathematical achievements of AI over the past few months and noticed a very consistent pattern—

Jacobian Conjecture, find a counterexample.

Erdős unit distance conjecture, find a counterexample.

Non-sofic group problem, construct an example that no one had found before.

Multicolor Ramsey numbers problem, the core remains constructing new objects that meet the requirements.

Human mathematicians: Why exactly does this conclusion hold?

AI: Hold on a second, does this conclusion... really hold? (full of rebellious spirit.jpg)

So, the question arises.

Why do AIs, upon encountering mathematical conjectures, so love to dive into finding counterexamples!?

AI's Most High-Profile Mathematical Breakthroughs Recently Are All "Finding Counterexamples"

First, let's clarify a point people often confuse.

The "finding counterexamples" mentioned by Gowers here and the "proof by contradiction" learned in school are actually quite different.

The proof by contradiction we learned in school is a proof technique: first assume the conclusion is false, then derive step by step until a contradiction is reached, thereby proving the original proposition true.

The "finding counterexamples" Gowers talks about is much more straightforward—

For example, someone proposes: All objects satisfying A have property B.

Then AI just needs to pull out one object from a huge pile that clearly satisfies A but precisely lacks B.

Done.

The entire conjecture is instantly invalidated.

It's no wonder Gowers noticed this pattern.

The main reason is, several of AI's most sensational mathematical breakthroughs lately have indeed been achieved this way.

Take the Erdős unit distance problem solved by an internal OpenAI model last month.

For nearly 80 years, the mathematical community formed a widely believed growth judgment around it, and many research efforts were directed towards proving this judgment.

But AI came in and took a sharp 180-degree turn in approach.

It wasn't in a hurry to push forward along the human decades-long line of thinking. Instead, it spent a significant portion of its reasoning budget pondering another thing—

Is it possible to directly find a counterexample to this judgment?

In the end, it actually found one. The model imported a set of tools originally from algebraic number theory into discrete geometry, using more complex number fields to construct a whole family of point sets, making the number of unit distance pairs grow at a rate unexpected before.

A judgment that had circulated for decades was thus directly pierced by a specific construction.

What's more interesting is that when mathematicians later examined its reasoning trace, they found it really did spend a lot of time trying various constructions and searching for counterexamples. (doge)

Not long after this, Claude delivered another solid blow to the notion that "AI is particularly good at dismantling conjectures."

Mathematician Levent Alpöge, with the help of Claude, found a counterexample related to the Jacobian Conjecture.

The most contrasting aspect of such achievements lies here: AI doesn't need to lay out a grand, sweeping positive proof in the end. It just needs to present that special object and then check item by item—

Premise, satisfied.

Conclusion, fails.

Then that conjecture can basically be wrapped up.

When Gowers looked back at the 10 mathematical achievements recently announced by OpenAI, he also detected a similar flavor.

For example, the long-standing "Are all groups sofic groups?" problem, the breakthrough AI provided was directly constructing a non-sofic group.

Another example is the progress on multicolor Ramsey numbers. Although the final presentation is a strict lower bound proof, the entire breakthrough process still carries a very strong constructive flavor:

You first need to find those sufficiently special, sufficiently tricky combinatorial objects, then the subsequent proof has a place to land.

Thus, an increasingly obvious pattern emerges.

Many of the mathematical problems where AI currently makes the biggest splash can actually be compressed into a very machine-friendly statement—

"Does such a thing exist?"

If the answer really is yes, then the model's most adept tactics start to work.

Frantically searching, borrowing tools across fields, recombining existing techniques, repeatedly trying constructions, and finally yanking that thing out from the enormous space of mathematical objects.

So, what AI is truly good at is not just proof by contradiction as literally understood.

More accurately, it is currently especially adept at a type of mathematical task: finding, within a space so vast that humans could never exhaustively search, the specific object that does exist but has remained unfound.

Why Does AI Like to Find Counterexamples in Such Problems?

The question then is, why is AI so keen on finding fault with mathematical conjectures???

The explanation Gowers provides is actually quite straightforward; large models currently have at least two visible advantages.

First, they know a lot. (doge)

If the key to a problem lies hidden in some existing mathematical tool, some adjacent field, or some combination of techniques that humans rarely put together, large models have a good chance of directly digging them out from their knowledge repository.

The unit distance problem is a very typical example.

This problem long belonged to the context of discrete geometry and combinatorics, yet the breakthrough AI found borrowed tools more from algebraic number theory.

For humans, this kind of cross-domain leap sometimes requires a researcher who happens to understand both sides.

For a model, both domains are already sitting in its context and training knowledge, so the combination cost is inherently much lower...

Second, they can afford to experiment.

Regarding OpenAI's recently announced 10 achievements in mathematics and theoretical computer science, finding some counterexamples by AI consumed a total of only "thousands" of dollars worth of Tokens when converted at API prices.

In other words, many avenues that have too low a success rate for human mathematicians to spend months on, AI can just go all out and try!!

Gowers also specifically reviewed in his article how mathematicians usually search for examples or counterexamples—

The simplest kind is to first test those "heirloom" classic objects one by one.

For example, if you propose a conjecture about Boolean functions, first test it with a few heirloom test samples:

Dictatorship function, majority function, parity function, tribes function... If all these pass, then consider others.

The second is assembly, starting from basic objects, taking products, quotients, limits, changing the construction method, and then seeing if the desired properties can be obtained.

There's also the random method, where explicit construction is too hard, so randomly pick objects from some distribution, proving they satisfy your condition with high probability.

Another is the step-by-step approximation method, first writing down a candidate answer that probably isn't quite right, not because you think it will work, but to observe exactly where it goes wrong. Fix one defect, get version two; fix again, get version three...

The earlier strategies involving lots of trying objects, changing constructions, and random searches are all very suitable for large models—large enough knowledge base, fast enough speed, and low cost of failure—making it possible to brute-force the answer through massive attempts.

But the further you go, the more it tests a kind of ability hard to write into formulas: halfway down a path, can you smell whether this path is promising or not.

Gowers calls this the mathematician's "nose".

A truly outstanding researcher isn't one who never takes a wrong turn, but one who can quickly prune away 99% of the branches when the search tree first sprouts many forks, keeping only the few most worth investing in.

It's precisely this thing that AI currently often handles in a somewhat amusing way. For example, when Gowers discusses open problems with AI, he often encounters an awkward experience—

AI will propose solutions that sound promising, but upon closer thought, aren't so reliable. AI also loves to say: Although I didn't solve the original problem, I narrowed it down to a more precise subproblem~

The first time you hear it, it's indeed exciting.

But by the fifth time, still stuck on different versions of "more precise subproblems," human mathematicians probably start to wonder: Is this actually approaching the answer, or just describing being lost more and more elegantly?

This is also why Gowers doesn't deify AI.

He doesn't think humans will forever retain this advantage. On the contrary, he explicitly expects models to continue improving rapidly, possibly even developing a stronger "nose" within a year or two.

Just for now, AI's strength seems more like breadth-first: widely invoking existing knowledge, broadly exploring possible paths, stumbling upon solutions through massive attempts.

Finally, and more interestingly, Gowers sets a rather romantic acceptance criterion for AI truly entering the stage of top-tier mathematical creation—

The day AI provides a solution that not only solves the problem but also comes up with a new method no one had thought of before.

Even better, looking back, this method feels particularly natural and straightforward, even to the point where other mathematicians can pick it up and produce a series of new results.

At that point, what AI accomplishes would far exceed just yanking the answer out from a vast search space.

AI's identity in the mathematical world might truly change.

Reference links:

[1]https://gowers.wordpress.com/2026/08/12/what-sort-of-maths-are-llms-good-at/

This article is from the WeChat public account "QbitAI", author: Focus on Frontier Technology

Perguntas relacionadas

QAccording to Timothy Gowers, what is a common approach AI systems are currently taking to tackle major mathematical conjectures?

AAccording to Timothy Gowers, AI systems are currently excelling at tackling major mathematical conjectures by focusing on finding counterexamples, rather than attempting direct proofs. They actively search for specific objects that satisfy the conjecture's premises but violate its conclusion, thereby disproving it.

QWhat are the two main advantages Gowers identifies that allow AI to be effective in finding mathematical counterexamples?

AGowers identifies two main advantages: First, AI has vast knowledge, allowing it to pull relevant tools and concepts from different mathematical fields. Second, AI can afford to experiment extensively ('try cheaply'), running through many low-probability attempts at a relatively low computational cost compared to human effort.

QWhat human mathematical ability does Gowers refer to as the 'nose', and why is it currently a challenge for AI?

AGowers refers to a mathematician's intuition or instinct as the 'nose'—the ability to quickly judge which research paths are promising and prune away the vast majority of unfruitful avenues. This is currently a challenge for AI, which often explores many unpromising paths or gets stuck refining 'more precise sub-problems' without clear progress.

QWhat specific mathematical problem did an OpenAI model recently address by finding a counterexample related to growth rates?

AAn OpenAI model recently addressed the Erdős unit distance problem. It found a counterexample by constructing a family of point sets where the number of unit-distance pairs grows at a rate faster than previously conjectured, using tools from algebraic number theory imported into discrete geometry.

QWhat does Gowers propose as a romantic criterion for when AI has truly entered the stage of top-tier mathematical creativity?

AGowers proposes that AI will have truly entered top-tier mathematical creativity when it not only solves a problem but does so with a novel method that feels natural and elegant in hindsight. Furthermore, this new method should be fruitful, enabling other mathematicians to use it as a foundation for a whole series of new results.

Leituras Relacionadas

Tiger Research: How Far Can the On-Chain Foreign Exchange Settlement Layer Go?

"Tiger Research: How Far Can On-Chain FX Settlement Layers Go?" The article examines KiiChain, a startup aiming to create an on-chain foreign exchange settlement layer, focusing on its potential to address inefficiencies in cross-border payments, especially for emerging markets. The core problem is the slow, costly, and fragmented traditional FX infrastructure, where bank hours, regulations, and thin liquidity for local currencies create delays. KiiChain, founded by OTC veterans, proposes aggregating USD and local currency stablecoin liquidity on one chain to enable 24/7 settlement. The platform consists of four components: 1) The KiiChain App uses an Atomic Quote Network (RFQ-style price discovery with on-chain settlement) to tackle settlement delays, but not underlying liquidity scarcity. 2) The RWA Protocol tokenizes collateral using compliant standards (like ERC-3643), shifting trust from bank relationships to coded rules, though regulatory anchors remain. 3) Kii Oracle uses a decentralized validator network to create consensus pricing from fragmented data, improving transparency but not market depth. 4) KiiChain Pay bundles fiat on/off-ramps and swap services; only the DEX swap bypasses banking bottlenecks, while others still rely on licensed operators. The analysis concludes KiiChain doesn't eliminate intermediaries but creates a unified settlement layer where they can interact without geographic or time constraints. It streamlines the process—three of eight traditional steps are removed—by moving infrastructure on-chain, improving speed and accessibility for digital asset swaps. However, fiat entry/exit points remain subject to off-chain service limitations. Current metrics show over $500M in transaction volume. The future depends on ecosystem growth—attracting liquidity partners and users—to evolve beyond settlement into a broader financial hub. Ultimately, the on-chain structure currently solves settlement friction and time, not liquidity depth. Success will be determined by execution in building partnerships and market presence, not by architectural design alone.

marsbitHá 15m

Tiger Research: How Far Can the On-Chain Foreign Exchange Settlement Layer Go?

marsbitHá 15m

'The Idea of Catching the Absolute Bottom Is Wrong': Experts on a New Phase of Bitcoin Capitulation

Analysts from CryptoQuant advise investors against trying to pinpoint the exact bottom of Bitcoin's price. Their data shows the percentage of the Bitcoin supply in profit has fallen to 51.4%, a level historically associated with capitulation phases followed by accumulation. This means approximately 48.6% of circulating coins are held at an unrealized loss. The metric, based on UTXO analysis comparing a coin's last moved price to its current market value, last neared this level in early 2023 when Bitcoin traded between $16,000 and $20,000. CryptoQuant states that the idea of catching the "absolute bottom" is flawed. The decline in the average cost basis during a bear market reflects coins transferring from weak hands to stronger, long-term holders. While some investors realize losses, others may use the decline for gradual accumulation. The accumulation window may last longer than many expect, even as fear drives some participants away. Historically, a supply in profit below 55% has been linked to re-accumulation periods. Separately, Swan Bitcoin CEO Cory Klippsten offered a forecast, suggesting Bitcoin could form a bottom in October 2026, followed by a recovery towards approximately $130,000 ahead of the 2028 halving. This aligns with the historical pattern of local lows forming about 12 months after bull market peaks; Bitcoin hit its all-time high above $126,000 in early October 2025. However, Klippsten cautioned against over-relying on past cycles due to limited historical data.

cryptonews.ruHá 57m

'The Idea of Catching the Absolute Bottom Is Wrong': Experts on a New Phase of Bitcoin Capitulation

cryptonews.ruHá 57m

How Does FalconX Bring Institutional Lending On-Chain? Deep Dive into the FALX Operational Mechanism

FALX is a structured credit facility that brings institutional prime brokerage loans on-chain as fixed-income assets. It works by having FalconX originate overcollateralized loans to institutional clients (e.g., quant funds, market makers). These loan exposures enter a bankruptcy-remote SPV. The Pareto protocol provides the on-chain credit vault infrastructure, while M11 Credit acts as the credit curator, administrative agent, and collateral agent. Platforms like Plume, Ethereum, and Solana serve as distribution channels for investors. Investors deposit USDC into the vault, receiving an estimated ~7.4% net yield (after a 10% performance fee). This yield represents a premium over low-risk on-chain alternatives (like tokenized Treasuries at ~4%) to compensate for risks including FalconX operational risk, collateral liquidation risk, SPV legal risk, M11's execution risk, a 31-day redemption notice period, and potential contagion from DeFi re-collateralization. The structure incorporates multiple risk mitigations: overcollateralized underlying loans, a first-loss capital contribution from FalconX, and independent oversight by M11. However, challenges remain, such as scaling investor demand (current AUM is ~$148M against a ~$1B potential capacity), managing redemption liquidity, and addressing new risks from the vault token's use as collateral in DeFi lending protocols like Morpho. FALX demonstrates a pragmatic path for on-chain credit by leveraging existing institutional loan origination and combining it with legal structures, external curation, and blockchain-based distribution.

marsbitHá 59m

How Does FalconX Bring Institutional Lending On-Chain? Deep Dive into the FALX Operational Mechanism

marsbitHá 59m

Trading

Spot
活动图片