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

marsbitОпубликовано 2026-08-17Обновлено 2026-08-17

Введение

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

Связанные с этим вопросы

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.

Похожее

Проложит ли ФРС путь для биткоина? Goldman Sachs делает важное заявление о ФРС и BTC!

Ведущая криптовалюта Bitcoin торгуется в боковом диапазоне, и инвесторы сейчас сосредоточены на макроэкономических событиях, которые могут определить её дальнейшее направление. Главный экономист Goldman Sachs Ян Хациус дал свою оценку перспективам политики Федеральной резервной системы (ФРС). Он заявил, что вероятность повышения процентных ставок в сентябре очень низка из-за слабых экономических данных и замедления инфляции в США. Это может создать более благоприятные условия для рискованных активов, включая биткоин, за счёт улучшения рыночной ликвидности и настроений инвесторов. Хациус отмечает, что рынки, вероятно, всё ещё переоценивают жёсткость будущей траектории ставок ФРС. Согласно данным CME FedWatch, рынки оценивают вероятность повышения ставки в сентябре примерно в 30,6%, в то время как шансы на сохранение текущего уровня составляют около 69,4%. Таким образом, снижение ожиданий дальнейшего ужесточения монетарной политики может оказать положительное влияние на биткоин.

cryptonews.ru1 мин. назад

Проложит ли ФРС путь для биткоина? Goldman Sachs делает важное заявление о ФРС и BTC!

cryptonews.ru1 мин. назад

Tiger Research: Насколько далеко может зайти ончейн слой расчетов для иностранной валюты?

Tiger Research: насколько далеко может зайти ончейн-уровень для расчетов по форексу? Статья исследует потенциал блокчейн-технологии для решения проблем валютных расчетов, особенно для стран с развивающимися рынками, таких как страны Латинской Америки. Основное внимание уделяется проекту KiiChain, который позиционируется как ончейн-уровень для обмена стейблкоинами и токенизированными реальными активами (RWA). **Проблема:** Традиционные кросс-бордерные платежи неэффективны из-за разных часов работы банков, регуляторных барьеров и низкой ликвидности нерезервных валют, что приводит к задержкам и высоким издержкам. **Решение KiiChain:** Архитектура проекта состоит из четырех ключевых компонентов: 1. **KiiChain App (AQN):** Объединяет поиск лучшего курса через запрос котировок (RFQ) с мгновенным ончейн-расчетом, решая проблему задержек, но не создавая ликвидность. 2. **RWA Protocol:** Токенизация активов (по стандарту ERC-3643) для обеспечения доверия через программируемые права, заменяя традиционные банковские гарантии, но все еще полагаясь на регулируемых эмитентов. 3. **Kii Oracle:** Децентрализованный оракул, агрегирующий данные о ценах для повышения прозрачности, но не способный устранить фундаментальную проблему недостаточной ликвидности на исходных рынках. 4. **KiiChain Pay:** API-шлюз для ввода/вывода фиата и обмена, который в основном объединяет существующих регулируемых провайдеров, не устраняя их ограничений (KYC, часы работы). Только децентрализованный обмен (DEX swap) полностью уходит от традиционной банковской системы. **Вывод:** KiiChain не устраняет посредников, а создает единый ончейн-слой для их взаимодействия без географических и временных границ. Это оптимизирует инфраструктуру расчетов, сокращая время и трение, особенно для конвертации между цифровыми активами. Однако ключевые узкие места (ввод/вывод фиата) и проблема глубины ликвидности остаются зависимыми от внешних партнеров и регуляторной среды. Ценность проекта следует измерять степенью оптимизации, а не революционностью. Успех будет определяться реальным исполнением и привлечением партнеров по ликвидности, а не только технологической архитектурой.

marsbit12 мин. назад

Tiger Research: Насколько далеко может зайти ончейн слой расчетов для иностранной валюты?

marsbit12 мин. назад

«Идея поймать абсолютное дно — ошибочна»: эксперты о новой фазе капитуляции биткоина

Аналитики CryptoQuant заявили, что инвесторам не стоит пытаться поймать «абсолютное дно» биткоина, называя эту идею ошибочной. По их данным, доля предложения биткоина в прибыли упала до 51,4%, что исторически соответствует фазам капитуляции и последующего накопления. Это самый низкий уровень за более чем три года. Около 48,6% монет сейчас в нереализованном убытке. Аналитики отмечают, что падение средней себестоимости держателей отражает переход монет к более сильным инвесторам, а окно для накопления может продлиться дольше ожиданий. Глава Swan Bitcoin Кори Клиппстен предположил, что биткоин может сформировать минимум в октябре 2026 года, следуя исторической цикличности, когда минимумы формировались примерно через год после пиков. После этого он прогнозирует восстановление до примерно $130 000 к халвингу 2028 года. Однако он предостерегает от чрезмерного доверия к прошлым циклам из-за ограниченного количества исторических данных.

cryptonews.ru58 мин. назад

«Идея поймать абсолютное дно — ошибочна»: эксперты о новой фазе капитуляции биткоина

cryptonews.ru58 мин. назад

Торговля

Спот
活动图片