74
$\begingroup$

The purpose of this question is to collect examples where large language models (LLMs) like ChatGPT have led to notable mathematical developments.

The emphasis in this question is on LLMs, but answers about other machine-learning tools are also welcome.

This question complements two questions that I asked before: Experimental mathematics leading to major advances (January 2010) and The use of computers leading to major mathematical advances II (June 2021). I think it will be useful to keep track of mathematical achievements based on LLMs or assisted by LLMs since it is considered a serious possibility that LLM's have the potential to change (and automatize) or at least assist research in mathematics.

I relaxed the threshold from "major" (in the previous two questions) to "notable" to allow more answers.

A related question specifically about Deep Mind is this: What mathematical problems can be attacked using DeepMind's recent mathematical breakthroughs? ; Another related question referring to deep learning is What are possible applications of deep learning to research mathematics? .

$\endgroup$
12
  • 4
    $\begingroup$ There have been many similar questions on MO to this about the use of AI/machine learning in research math; see, e.g., mathoverflow.net/questions/463937 and other questions linked there. $\endgroup$ Commented Oct 26, 2025 at 17:43
  • 10
    $\begingroup$ I haven't voted on the question (in either way), but I consider it likely that answers - if you get some - will lead to a lot of discussion regarding how significant the LLM contribution actually was. $\endgroup$ Commented Oct 26, 2025 at 17:48
  • 51
    $\begingroup$ My instinct is to downvote the question, though I don't have any better justification than that I hate the intrusion of AI into every sphere, and would rather not see t here; but that's unreasonable personal bias, so I just won't vote. But it does seem nonsensioal to me that the question would be at 9 – 7 while both answers, reasonable as far as I can tell, are at 0 – 2. I hope downvoters will consider leaving a comment about what they think is an appropriate answer. $\endgroup$ Commented Oct 26, 2025 at 20:27
  • 11
    $\begingroup$ I think that there should be a special badge for controversial questions :). $\endgroup$ Commented Oct 27, 2025 at 19:59
  • 5
    $\begingroup$ Re, just to be clear, I meant my rant to express dissatisfaction with the ubiquity of AI, not with you or this question; I hope I gave no offence. Re, I thought there was, but searching just turned up a post Can we have a badge for controversy? which seems to indicate that the answer to the titular question is, or 15 years ago was, "no." $\endgroup$ Commented Oct 28, 2025 at 14:57

25 Answers 25

55
$\begingroup$

A counterexample to Erdős's unit distance conjecture has been found by an internal OpenAI model. This is, to date, by far the most famous problem solved by an AI.

An exposition of the proof (along with commentary from some prominent mathematicians) is available here.

OpenAI has produced a short marketing video. DISCLAIMER: The link is provided here for the convenience of those who think that OpenAI's statements are relevant to the discussion. It is not an endorsement of OpenAI's views or their products.

$\endgroup$
23
  • 4
    $\begingroup$ the video is worth watching. Timothy Gowers: "this result will be looked back on as quite an important moment in the history of mathematics" $\endgroup$ Commented May 20 at 21:08
  • 8
    $\begingroup$ @Daryl Not necessarily. In areas with clear and precise performance metrics, the moment when machines become "superhuman" tends to be remembered for a long time. Now, math isn't a competitive sport the way chess or go is, and it's less clear what "superhuman" means, and even less clear that this achievement is superhuman. But it does seem to be the first time that several top mathematicians are saying that it's an achievement that, had it been produced by a human, would be worthy of publication in a top journal. It's at least "weakly superhuman" in the sense that many humans tried and failed. $\endgroup$ Commented May 21 at 2:38
  • 7
    $\begingroup$ I took a look at the short video linked at the end of this answer, and I strongly suggest to remove that link from the answer. This video was obviously produced for marketing purposes only, not for communicating any actual content. I do not think that MathOverflow is the right place to promote marketing videos of for-profit companies. $\endgroup$ Commented May 22 at 11:35
  • 8
    $\begingroup$ @TimothyChow: I am honestly surpirsed to learn that "MathOverflow is not the right place for marketing videos" now seems to be a controversial point of view. I observe that some users on MathOverflow currently apply very different standards to anything related to AI than are commonly applied on MathOverflow to other topics. $\endgroup$ Commented May 28 at 12:45
  • 5
    $\begingroup$ (continued) "it is obviously an OpenAI marketing video so there is no danger of mistaking it for something else" If this is so, then I don't understand your subsequent sentence "I found it very interesting that Bubeck was so surprised by this result." How would a marketing video tell us what Bubeck actually thinks? $\endgroup$ Commented May 28 at 12:52
35
$\begingroup$

Boris Alexeev and Dustin Mixon posted last week their paper Forbidden Sidon subsets of perfect difference sets, featuring a human-assisted proof, where they had an LLM generate the Lean formalization of their proof. In my view this is one of the promising uses of LLMs, because the verifier naturally guards against hallucinations.

The problem is notable: they give a counterexample to a $1000 Erdös problem (as well as noting that Marshall Hall had published a counterexample before Erdös made the conjecture).

My caveat: a human must still verify that the definitions and the statement of the main theorem are correct, lest the LLM generate a correct proof, but of a different theorem.

$\endgroup$
5
  • 8
    $\begingroup$ This is a very interesting paper. But I think it's important to point out that this use of ChatGPT was a mixed success. They do cite one instance where one of their intermediate results (Proposition 20) was formally proved by the LLM autonomously. On the other hand, they also say that their efforts at vibe coding the nearly trivial result that if f is a fixed point–free involution on a finite set S, then S has even cardinality was "a multi-day struggle." $\endgroup$ Commented Oct 31, 2025 at 14:32
  • 7
    $\begingroup$ IMO, what Alexeev and Mixon did was closer to "autoformalization" than to automated discovery of new theorems. Another impressive example of an autoformalization effort is the development by Math.Inc of a tool called Gauss, which helped them complete a challenging formalization project that Tao and Kontorovich had proposed but had not completed. $\endgroup$ Commented Oct 31, 2025 at 14:39
  • 3
    $\begingroup$ it wasn't $1000 problem - it was a strong statement that would have proven $1000 problem had it been true. But even Erdos said this formulation was most likely false $\endgroup$ Commented Nov 7, 2025 at 2:12
  • 3
    $\begingroup$ Note that in this particular case, the statement of the main theorem had already been formalized in a Lean repository of Erdos problems, maintained by Google DeepMind. In particular, in this case the statement had already been inspected by experts. You are absolutely right that in general people probably won't be so lucky. $\endgroup$ Commented Nov 8, 2025 at 1:57
  • 4
    $\begingroup$ The paper quotes Erdős clearly stating "I offer a thousand dollars for a proof or disproof of this conjecture." $\endgroup$ Commented Nov 9, 2025 at 13:32
27
$\begingroup$

Here is an example Counterexample to majority optimality in NICD with erasures

From the abstract:

We asked GPT-5 Pro to look for counterexamples among a public list of open problems (the Simons ``Real Analysis in Computer Science'' collection). After several numerical experiments, it suggested a counterexample for the Non-Interactive Correlation Distillation (NICD) with erasures question: namely, a Boolean function on 5 bits that achieves a strictly larger value of E|f(z)| than the 5-bit majority function when the erasure parameter is p=0.40. In this very short note we record the finding, state the problem precisely, give the explicit function, and verify the computation step by step by hand so that it can be checked without a computer. In addition, we show that for each fixed odd n the majority is optimal (among unbiased Boolean functions) in a neighborhood of p=0. We view this as a little spark of an AI contribution in Theoretical Computer Science: while modern Large Language Models (LLMs) often assist with literature and numerics, here a concrete finite counterexample emerged.

$\endgroup$
19
$\begingroup$

This paper

Sergey Avvakumov, Roman Karasev, Tensor rank of the determinant and periodic triangulations of $\mathbb{R}^n$

https://arxiv.org/abs/2509.22333

includes in the Acknowledgments "We also thank ChatGPT 5 for pointing out that the lower bound in the proof of Theorem 1.5 can be stated in tensor language and is thus equal to the determinant’s tensor rank."

$\endgroup$
2
  • 3
    $\begingroup$ Thanks, Zach! I knew the paper and I met Sergey today, but did not know about the role of ChatGPT :) $\endgroup$ Commented Oct 26, 2025 at 20:35
  • 7
    $\begingroup$ It seems odd to thank ChatGPT 5 as if it was a person that helped you out. You wouldn't thank Python or Mathematica for helping you perform the calculations you do. $\endgroup$ Commented Mar 5 at 15:02
19
$\begingroup$

Erdős problem 1196 was very recently solved, autonomously, by GPT 5.4. See that link to erdosproblems.com for the details. In my view, this is the most dramatic advance in mathematics by an LLM to date. This was not an obscure problem; it was considered seriously by many excellent mathematicians. And GPT's solution involves a genuinely new perspective, which is likely to be applicable in more contexts in analytic number theory. Perhaps some of the commentators there, like Terry Tao and Will Sawin, who also frequently contribute to MO, can say more.

EDIT: These results now appear in this article on the arXiv - https://arxiv.org/abs/2605.00301

And here is a blog post from Terry Tao: https://terrytao.wordpress.com/2026/05/03/primitive-sets-and-von-mangoldt-chains-erdos-problem-1196-and-beyond/

$\endgroup$
4
  • 15
    $\begingroup$ Let me add a note of caution: I think "likely to be applicable to more contexts in analytic number theory" is overstating it. Initially, Terry suggested that the idea he extracted from the solution (which is not exactly what's in the solution itself) might lead to simpler proofs of some foundational results in probabilistic analytic number theory. I tried to do this and didn't succeed, and Terry agreed that it doesn't seem likely this method will lead to a better proof: erdosproblems.com/forum/thread/1196#post-5423 (If Terry sees this, he may want to add some nuance.) $\endgroup$ Commented Apr 16 at 15:09
  • 15
    $\begingroup$ The way I see it, at least, is that this is a clever trick for this particular problem, and like all clever tricks, there's a decent chance I will someday come across another problem where this trick works and I hope I remember the trick. But there's no immediately promising approach to apply this trick to other problems. $\endgroup$ Commented Apr 16 at 15:11
  • 4
    $\begingroup$ Finding a trick to solve a known problem is very pleasant, and not finding additional applications to that trick (as initially hoped) is an educating common experience. $\endgroup$ Commented Apr 17 at 16:07
  • 3
    $\begingroup$ @GilKalai Note that the preprint just added in includes using the method for a bunch of other related problems. $\endgroup$ Commented May 4 at 2:00
15
$\begingroup$

At the request of Gil Kalai, I'm converting a comment to an answer.

The paper "Mathematical exploration and discovery at scale" by Bogdan Georgiev, Javier Gómez-Serrano, Terence Tao, and Adam Zsolt Wagner was just posted to the arXiv: https://arxiv.org/abs/2511.02864.

Below is the abstract of the paper.

AlphaEvolve is a generic evolutionary coding agent that combines the generative capabilities of LLMs with automated evaluation in an iterative evolutionary framework that proposes, tests, and refines algorithmic solutions to challenging scientific and practical problems. In this paper we showcase AlphaEvolve as a tool for autonomously discovering novel mathematical constructions and advancing our understanding of long-standing open problems. To demonstrate its breadth, we considered a list of 67 problems spanning mathematical analysis, combinatorics, geometry, and number theory. The system rediscovered the best known solutions in most of the cases and discovered improved solutions in several. In some instances, AlphaEvolve is also able to generalize results for a finite number of input values into a formula valid for all input values. Furthermore, we are able to combine this methodology with Deep Think and AlphaProof in a broader framework where the additional proof-assistants and reasoning systems provide automated proof generation and further mathematical insights. These results demonstrate that large language model-guided evolutionary search can autonomously discover mathematical constructions that complement human intuition, at times matching or even improving the best known results, highlighting the potential for significant new ways of interaction between mathematicians and AI systems. We present AlphaEvolve as a powerful new tool for mathematical discovery, capable of exploring vast search spaces to solve complex optimization problems at scale, often with significantly reduced requirements on preparation and computation time.

EDIT:

Some further developments are in the paper "New Nikodym set constructions over finite fields" by Terence Tao (https://arxiv.org/abs/2511.07721) whose abstract reads

For any fixed dimension $d \geq 3$ we construct a Nikodym set in $\mathbb{F}_q^d$ of cardinality $q^d - (\frac{d-2}{\log 2} +1+o(1)) q^{d-1} \log q$ in the limit $q \to \infty$, when $q$ is an odd prime power. This improves upon the naive random construction, which gives a set of cardinality $q^d - (d-1+o(1)) q^{d-1} \log q$, and is new in the regime where $\mathbb{F}_q$ has unbounded characteristic and $q$ not a perfect square. While the final proofs are completely human generated, the initial ideas of the construction were inspired by output from the tools AlphaEvolve and DeepThink. We also give a new construction of Nikodym sets in $\mathbb{F}_q^2$ for $q$ a perfect square that match the existing bounds of $q^2 - q^{3/2} + O(q \log q)$, assuming that $q$ is not the square of a prime $p \equiv 3 \pmod{4}$.

And also in the paper "Sum-difference exponents for boundedly many slopes, and rational complexity" again by Terence Tao (https://arxiv.org/abs/2511.15135) whose abstract reads

The dimension of Kakeya sets can be bounded using sum-difference exponents $\mathrm{SD}(R;s)$ for various sets of rational slopes $R$ and output slope $s$; the arithmetic Kakeya conjecture, which implies the Kakeya conjecture in all dimensions, asserts that the infimum of such exponents is $1$. The best upper bound on this infimum currently is $1.67513\dots$. In this note, inspired by numerical explorations from the tool AlphaEvolve, we study the regime where the cardinality of the set of slopes $R$ is bounded. In this regime, we establish that these exponents converge to $2$ at a rate controlled by the rational complexity of $s$ relative to $R$, which measures how efficiently $s$ can be expressed as a rational combination of slopes in $R$.

$\endgroup$
4
  • 4
    $\begingroup$ In a nutshell, the idea is to solve a combinatorial optimization problem by evolving code for generating combinatorial objects rather than evolving the combinatorial objects themselves. To do this, one needs to be able to make small random perturbations of the code while still having the code compile; this is where LLMs come in, since writing code is one thing LLMs are good at. $\endgroup$ Commented Nov 7, 2025 at 5:05
  • 1
    $\begingroup$ @TimothyChow I believe the approach used to find better cap sets by DeepMind (discussed at mathoverflow.net/questions/463937) was along the same lines. $\endgroup$ Commented Nov 7, 2025 at 13:17
  • 1
    $\begingroup$ Yes, AlphaEvolve is "FunSearch 2.0". $\endgroup$ Commented Nov 7, 2025 at 13:50
  • 1
    $\begingroup$ Thanks, Sam. There is a blogpost about the paper here: terrytao.wordpress.com/2025/11/05/… $\endgroup$ Commented Nov 11, 2025 at 9:37
15
$\begingroup$

The "notability" here may be less because of the problem itself, and more because Donald Knuth was involved. Knuth wrote:

Shock! Shock! I learned yesterday that an open problem I’d been working on for several weeks had just been solved by Claude Opus 4.6— Anthropic’s hybrid reasoning model that had been released three weeks earlier! It seems that I’ll have to revise my opinions about “generative AI” one of these days. What a joy it is to learn not only that my conjecture has a nice solution but also to celebrate this dramatic advance in automatic deduction and creative problem solving. I’ll try to tell the story briefly in this note.

Here’s the problem, which came up while I was writing about directed Hamiltonian cycles for a future volume of The Art of Computer Programming:

Consider the digraph with $m^3$ vertices $ijk$ for $0 \le i, j, k < m$, and three arcs from each vertex, namely to $i^+jk$, $ij^+k$, and $ijk^+$, where $i^+ = (i+1) \bmod m$. Try to find a general decomposition of the arcs into three directed $m^3$-cycles, for all $m > 2$.

Knuth then went on to to describe how Filip Stappers used Claude interactively to discover a conjectural solution, which was then rigorously proved.

$\endgroup$
1
  • 4
    $\begingroup$ Note that, despite his fame as a combinatorialist, Don Knuth is no stranger to heuristical and non-deterministic methods; there are sections about genetic algorithms and simulated annealing in TAoCP. $\endgroup$ Commented Mar 4 at 21:11
15
$\begingroup$

This does not seem to be widely circulating (not by one of the big tech companies): the lower bounds of the kissing numbers in dimensions 25 through 31 have been broken, using a two-player game-theoretic/reinforcement-learning approach.

https://arxiv.org/abs/2511.13391

The table on wikipedia and the one maintained by Henry Cohn have been updated.

(If I'm not mistaken, kissing number problems are also among that DeepMind's AlphaEvolve had attempted, breaking the 11d record (by 1); someone more familiar may provide the details.)

$\endgroup$
14
$\begingroup$

The paper “Point Convergence of Nesterov's Accelerated Gradient Method: An AI-Assisted Proof” by Uijeong Jang and Ernest Ryu, posted to Arxiv October 27, 2025, states in the abstract:

The Nesterov accelerated gradient method, introduced in 1983, has been a cornerstone of optimization theory and practice. Yet the question of its point convergence had remained open. In this work, we resolve this longstanding open problem in the affirmative. The discovery of the proof was heavily assisted by ChatGPT, a proprietary large language model, and we describe the process through which its assistance was elicited.

https://arxiv.org/abs/2510.23513

See also this discussion by Damek Davis that helps put the result in perspective: https://x.com/damekdavis/status/1982529760505782510?s=46

$\endgroup$
14
$\begingroup$

Following Sam Hopkins's suggestion, I'm posting an answer about First Proof (pun explanation here). This was a list of ten lemmas that professional mathematicians had proved in the normal course of their own research, but which they had not revealed in any public venue. The lemmas were posted to the arXiv in February 2026, with the proofs being withheld for about a week. Though First Proof was not a formal benchmark, the authors explicitly challenged AI models to prove the lemmas autonomously. Different models had varying degrees of success; you can get some sense of the state of the art from the report on Aletheia's performance. Although the models certainly did not knock all the problems out of the park, they performed better than most mathematicians had expected. I recommend reading Daniel Litt's lengthy blog post Mathematics in the Library of Babel. Litt had previously been somewhat skeptical of the capability of LLMs to do research-level math, but has updated his views in light of First Proof.

There is a second round in the works, which will unfold over the next few months and which will be more of a formal benchmark. In order to ensure, as far as possible, that the models really are run autonomously, the plan is for the First Proof team to run the models themselves, rather than simply trust AI companies to do so.

I recommend that anyone interested in First Proof listen to this interview with Dan Spielman and Nikhil Srivastava, during which they explain the motivation behind First Proof and what they hope to achieve in the future. (Also, there was a live event at MoMath about First Proof on Pi Day, but I don't know if there is a publicly available video of that event.)


EDIT: The second batch results are in. To oversimplify a bit, this second batch was a test of the best publicly available (for a fee) ChatGPT and Gemini models, when used with an open-source harness. Depending on how stringent your definition of "solved" is, with a 24-hour total time budget, GPT 5.5 Pro solved between 3 and 7 of the problems, while Gemini 3.1 Pro Preview solved at most 1 of the problems. While the sample size is of course small, this is to my knowledge the best benchmark out there right now for assessing how well the publicly available models can be expected to perform on a "random research-level lemma."

$\endgroup$
3
  • $\begingroup$ Timothy, Can you roughly assess the progress (or lack of progress) between the first and second batch? $\endgroup$ Commented Jun 16 at 15:12
  • 1
    $\begingroup$ It's difficult to compare because the first batch was intentionally not designed as a formal benchmark. It was basically a free-for-all. For example, in the first batch, AI companies were allowed to use internal models not available to the public, and there was no mechanism to prevent some amount of human assistance. Even setting that aside, since it's such a small sample size, any differences in outcomes could be attributed to the differences in the problem set rather than differences in the abilities of the models. I think the best we can do right now is study the second batch carefully. $\endgroup$ Commented Jun 16 at 21:35
  • 1
    $\begingroup$ @GilKalai E.g., the second batch suggests that a harness is somewhat helpful. Roughly speaking, a harness is a framework around the LLM that tries to maximize its usefulness and mitigate its weaknesses. Nowadays, when you type a ChatGPT query in your browser, you don't just get the raw LLM output. OpenAI has a harness behind the scenes. But one could ask whether it helps if you put your own additional harness on top of that. The second batch suggests that a carefully designed additional harness can help, especially if you allow yourself to query not just ChatGPT but Gemini and Claude as well. $\endgroup$ Commented Jun 19 at 14:09
12
$\begingroup$

Scott Aaronson Phillip Harris, Freek Witteveen have a recent paper on the bounds of amplification of QMA (quantum Merlin-Arthur). A critical part of the paper involved a linear algebra trick suggested by GPT5. See Aaronson's blog entry here.

$\endgroup$
10
$\begingroup$

On 2026-05-27, a variant of Erdős problem #52 (Erdős' similar conjecture for sets of reals, distinct from the conjecture for sets of integers presented as primary by erdosproblems.com, but also discussed there under problem #52)

For $A$ a finite set of real numbers, the sets $A+A$ of pairwise sums and $A\cdot A$ of pairwise products have $\max(|A+A|,|A\cdot A|)\ge|A|^{2-o(1)}$

was disproven by Bloom, Sawin, Schildkraut, and Zhelezov. in The sum-product conjecture is false for real numbers, who constructed a counterexample with an exponent on the upper bound a tiny bit below 2. They also were able to obtain $\le|A|^{1.906}$ for a specific function field case.

It ends with a disclaimer:

The role of AI in this proof. The authors were inspired to revisit the possibility of disproving the sum-product conjecture using number fields of large degree by the recent OpenAI counterexample to the unit distance conjecture (see [2]). Curiously, the final construction given here required far less number theoretic input than the unit distance counterexample. GPT-5.5 Pro was used as a sounding board in the early stages of the development of this proof, but the final proof, including all the main ideas, was almost entirely human-generated (the exception being the suggestion of Lemma 3.4, which replaced a more complicated result of Schinzel with a short elementary argument). Everything in this paper was written by the authors.

$\endgroup$
3
  • 6
    $\begingroup$ To me this is a beautiful example of how AI-enhanced and "old fashioned" human mathematics can develop in tandem, in a mutually beneficial way. $\endgroup$ Commented May 28 at 13:47
  • 8
    $\begingroup$ Thanks, but given that answers have no character limit, and in maths first author doesn't mean anything special other than alphabetical privilege, one should write out "Bloom, Sawin, Schildkraut, and Zhelezov" in full! $\endgroup$ Commented May 28 at 13:52
  • 6
    $\begingroup$ Also, the exponent 1.906 is only over the function field $\mathbb{F}_{1024}((t))$ - for $A\subset \mathbb{R}$ we get $2-c$ for some very small (but explicit) constant $c>0$. $\endgroup$ Commented May 28 at 13:56
9
$\begingroup$

Not exactly a notable result, but in my recent preprint Evaluation of GPT-5 on an Advanced Extension of Kashihara's Problem I describe how GPT-5 has been able to improve the general version of an extended combinatorial problem I originally solved in 2010.

$\endgroup$
9
$\begingroup$

The abstract of Early science acceleration experiments with GPT-5 by Sébastien Bubeck, Christian Coester, Ronen Eldan, Timothy Gowers, Yin Tat Lee, Alexandru Lupsasca, Mehtaab Sawhney, Robert Scherrer, Mark Sellke, Brian K. Spears, Derya Unutmaz, Kevin Weil, Steven Yin, and Nikita Zhivotovskiy states in part, "Of note, this paper includes four new results in mathematics (carefully verified by the human authors), underscoring how GPT-5 can help human mathematicians settle previously unsolved problems."

$\endgroup$
4
  • 17
    $\begingroup$ I found this passage on pg. 29 really interesting: "Our experience illustrates a pitfall in using AI: although GPT-5 possesses enormous internal knowledge and the capability to locate even more using the internet, it may not always report the original information sources accurately. This has the potential to deceive even seasoned researchers into thinking their findings are novel. We expect that our experience is not unique, and urge others to take special care in attribution when working with LLM-assisted proofs." $\endgroup$ Commented Nov 21, 2025 at 4:11
  • 3
    $\begingroup$ I agree. Even without AI, humans often believe they’ve discovered something new only to learn it was proved earlier by someone else. What’s interesting now is to understand how the rate of such misattributions from LLM-assisted work compares to the natural rate of human rediscovery $\endgroup$ Commented Nov 21, 2025 at 7:16
  • 4
    $\begingroup$ @SamHopkins I find the quote telling, although as someone who studied history as one of their subjects in the UK's 16-18 high-school specialisms, I find the apparent surprise of a lot of scientists and mathematicians in this regard to be a bit depressing. (Any historian worth their salt will know the distinction between primary and secondary sources and have done some basic training of source analysis, etc) $\endgroup$ Commented Nov 21, 2025 at 14:23
  • 4
    $\begingroup$ @YemonChoi Yes. It shouldn't even require any formal training (just common sense) to know that you shouldn't just blindly copy a reference from someone else's bibliography without checking its accuracy, but of course many scientists and mathematicians have been doing this since time immemorial. $\endgroup$ Commented Nov 21, 2025 at 15:19
9
$\begingroup$

There have been some notable recent examples of LLMs playing an important role in solving certain Erdős problems, e.g., Problem 124 and Problem 481 (although I think the latter turned out to be implied by a result of Klarner in 1982), which were purportedly solved entirely by Aristotle, and Problem 367, which was reduced by Wouter van Doorn to a lemma that was solved by Gemini Deepthink. While these are not famous Erdős problems and turned out to have relatively short and simple solutions, they differ from Olympiad problems in that the computer solved problems without known solutions.

$\endgroup$
6
9
$\begingroup$

This is a modest development and a modest use of AI, but nonetheless, since it may seem that only discretish mathematics is mentioned in most answers, the proof of Lemma 6 in https://arxiv.org/pdf/2511.06849 is due to ChatGPT 5. The techniques are standard but their use is elegant. Honestly, we were stressed out about the proof (when we discovered that an earlier one we had was flawed), and ChatGPT came to our rescue.

$\endgroup$
8
$\begingroup$

here is a paper on bottleneck duality in flow networks with lattice coefficients from fall 2024.

https://arxiv.org/abs/2410.00315

the appendix to this paper details how the main result and the proof were generated by GPT-o1-mini in september 2024. it was very difficult to get a correct proof at the time; current models nail a correct proof immediately.

$\endgroup$
1
  • $\begingroup$ This is funny! I once tried in vain to detropicalize max-flow-min-cut (you can find some traces of that on MO), while you have managed to tropicalize it even further (+ becomes max) and then extend it to distributive lattices :) $\endgroup$ Commented Oct 28, 2025 at 17:54
7
$\begingroup$

I have hesitated to post this example because I don't think it's really a "notable mathematical development" as such, but after seeing the other answers, I think this one is worth mentioning.

As reported in Scientific American, Epoch AI invited several mathematicians, including Ken Ono, to a meeting designed to generate challenge problems for "FrontierMath". Among other things, Ono came up with what he thought was a Ph.D.-thesis-level problem: "What is the 5th power moment of Tamagawa numbers of elliptic curves over $\mathbb{Q}$?" To Ono's amazement, the AI autonomously solved the problem. You can read Ono's account on his Facebook page (also reproduced below), or listen to him talk about it here.

Even if this is a cherry-picked example—the best one from the whole meeting—this strikes me as a very impressive achievement. But see also this tweet by Daniel Litt, who was also one of the invited mathematicians but was not too impressed when he read over the chat log. enter image description here

$\endgroup$
5
  • 5
    $\begingroup$ A similar project, but on a smaller scale and led by Christian Stump, for using PhD-level mathematics problems to benchmark AI is: math.science-bench.ai $\endgroup$ Commented Nov 6, 2025 at 15:04
  • 1
    $\begingroup$ Here is another, somewhat similar project "First Proof" (1stproof.org): "This project represents our preliminary efforts to develop an objective and realistic methodology for assessing the capabilities of AI systems to autonomously solve research-level math questions. After letting these ideas ferment in the community, we hope to produce a more structured benchmark." $\endgroup$ Commented Feb 14 at 14:37
  • 2
    $\begingroup$ A paper from "Aletheia" (Google DeepMind) was just posted about autonomously solving 6/10 of the First Proof problems using AI: arxiv.org/abs/2602.21201. Maybe I should post this as a separate answer. $\endgroup$ Commented Feb 26 at 3:20
  • 2
    $\begingroup$ @SamHopkins Yes, First Proof is probably worth an answer, even though the problems were specifically chosen to be "already solved." Daniel Litt has a very interesting blog post that discusses First Proof in some detail, and how it has nudged him slightly closer to "believer" and further from "skeptic." $\endgroup$ Commented Feb 28 at 13:44
  • $\begingroup$ I encourage you to write a post about First Proof. They just launched their "Second Batch" project (1stproof.org/documents/First_Proof_March_14_Announcement.pdf) on Pi Day. $\endgroup$ Commented Mar 17 at 0:37
7
$\begingroup$

A few days ago, improving upon a result of Klartag, the authors Abuya (pseudonym), Gargava and Zhao released this preprint here: https://arxiv.org/pdf/2606.05105. They showed that there exists a universal constant $c>0$ and an infinite sequence of dimensions $N$ such that the lattice sphere packing density in dimension $N$ can be bounded as follows: $$\delta_N^{\textrm{lat}} \ge cN^2\log \log N2^{-N}.$$ The previous bound held by Klartag was $cN^22^{-N}$. The prompts and responses on GPT 5.5 Pro are available in the ancillary files on arxiv just under the tex source of the preprint.

$\endgroup$
5
$\begingroup$

Using deep neural networks, Deepmind & collaborators numerically found a class of unstable singularities of the porous media and 3D Euler (with boundary) equations. Notable here is the fact that the level of precision of their solutions "meets the stringent requirements for rigorous mathematical validation via computer-assisted proofs" (quote from the paper).

Paper here: https://arxiv.org/abs/2509.14185 Article: https://deepmind.google/discover/blog/discovering-new-solutions-to-century-old-problems-in-fluid-dynamics/

$\endgroup$
1
  • 6
    $\begingroup$ Note that this is an application of neural networks, but not LLMs. (I think they tried to use AlphaEvolve, but this wasn't the main ingredient in the paper...) $\endgroup$ Commented Oct 28, 2025 at 21:42
5
$\begingroup$

(I know that there was some discussion of whether to keep answering this question with new examples, but this one seemed cool enough to me to include here.)

In "Bruhat intervals that are large hypercubes" (https://arxiv.org/abs/2601.01235), Jordan Ellenberg, Nicolas Libedinsky, David Plaza, José Simental, and Geordie Williamson find large hypercubes (of order $n \log n$, in particular, superlinear) inside of Bruhat graphs of the symmetric group $S_n$, a problem of interest for various connections including to cluster algebras of Richardson varieties and the combinatorial invariance conjecture for Kazhdan-Lusztig polynomials. They used the AlphaEvolve AI system to find these intervals - more specifically, they studied examples of algorithms based on data for small $n$, and then were able to give a natural "interpretation" to what the machine was doing (at least in the case of $n=2^m$ a power of two) to find a natural class of permutations (the "dyadically well-distributed" ones) which form a big hypercube interval in the Bruhat graph.

The abstract of their paper is

We study the question of finding big Bruhat intervals that are poset hypercubes in the symmetric group $S_n$. Using permutations suggested by AlphaEvolve (an evolutionary coding agent developed by Google DeepMind), we were led to an unusual situation in which the agent produced a pattern which performed well for the $n$ tested, and which we show works well for general $n$. When $n$ is a power of 2 we exhibit a hypercube of dimension $O(n\log n)$, matching the largest possible dimension up to a constant multiple. Furthermore, we give an exact characterization of the vertices of this hypercube: they are precisely the dyadically well-distributed permutations, a simple digitwise property that already appeared in connection with Monte Carlo integration and mathematical finance. The maximal dimension of a Bruhat interval that is an hypercube in $S_n$ gives a lower bound (and possibly is equal to) the maximal possible coefficient of the second-highest degree term in the Kazhdan--Lusztig $R$-polynomial in $S_n$. As a surprising consequence, we obtain a new lower bound of order $n\log n$ for the maximal number of frozen variables appearing in the cluster algebras attached to the open Richardson varieties in $S_n$, and a similar result for moduli spaces of embeddings of Bruhat graphs.

$\endgroup$
3
  • 1
    $\begingroup$ I will say that I find this sentence in the acknowledgments quite cryptic: "This paper involves essential contributions from Adam Zsolt Wagner, who cannot be named as a coauthor for technical reasons." $\endgroup$ Commented Jan 6 at 17:43
  • 1
    $\begingroup$ I'd guess it's some kind of technicality regarding funding or conflict of interest. $\endgroup$ Commented Feb 3 at 18:30
  • 6
    $\begingroup$ Yes, Google DeepMind requires GDM affiliated authors to get permission to be named as authors for papers where GDM resources were used. Adam made an essential contribution to this work. $\endgroup$ Commented Feb 4 at 1:13
5
$\begingroup$

I initiated a meta.MO discussion on whether it's worthwhile to continue posting answers here. Denis T suggested that a minimum threshold would be "a defendable case that the same result could not be achieved by using Google a few times." Ravi Vakil commented that he has definitely seen such examples, so I think it is worth posting a link to the following paper, which was co-authored by Vakil.

The abstract of The motivic class of the space of genus 0 maps to the flag variety by Jim Bryan, Balázs Elek, Freddie Manners, George Salafatinos, and Ravi Vakil says in part, "The proof of this result was obtained in conjunction with Google Gemini and related tools. We briefly discuss this research interaction, which may be of independent interest. However, the treatment in this paper is entirely human-authored (aside from excerpts in an appendix which are clearly marked as such)."

$\endgroup$
4
$\begingroup$

A recent paper by Nagda, Raghavan, and Thakurta: "Reinforced generation of combinatorial structures: Applications to complexity theory" They received help from AlphaEvolve to improve the best-known bound for Max-3CUT and Max-4CUT. Their idea seems quite general, so I would not be surprised if more complexity theory results would be improved.

$\endgroup$
4
$\begingroup$

The computational complexity paper "Search versus Decision for $S_2^P$" by Lance Fortnow writes in the acknowledgements:

While the results are fully due to the author, this paper was mostly generated using the large language model Gemini 3 Pro with prompting from the author. The author takes full responsibility for its contents.

EDIT (additional context): The author further elaborated on Twitter/X: when asked "It looks like you only told it the theorem statement and didn't give it the sketch." the author replied "Yes, it came up with the proof on its own. Surprised me as well.".

$\endgroup$
4
  • 3
    $\begingroup$ That acknowledgement reads to me like it says the AI was not used in the mathematical development itself. It only helped write the paper. $\endgroup$ Commented Dec 4, 2025 at 12:19
  • 1
    $\begingroup$ I agree that the acknowledgement could be interpreted this way. However, the author clarified on Twitter/X: when asked "It looks like you only told it the theorem statement and didn't give it the sketch." the author replied "Yes, it came up with the proof on its own. Surprised me as well.". $\endgroup$ Commented Dec 4, 2025 at 14:08
  • 2
    $\begingroup$ You should edit your answer to clarify and include this then. I'm happy to withdraw my downvote if you do so. $\endgroup$ Commented Dec 4, 2025 at 14:57
  • $\begingroup$ Thank you, I have edited the answer accordingly! $\endgroup$ Commented Dec 4, 2025 at 17:46
4
$\begingroup$

The paper Solving a Research Problem in Mathematical Statistics with AI Assistance by Edgar Dobriban documents how GPT-5 Pro helped close a gap between upper and lower bounds in robust density estimation under Wasserstein contaminations.

The mathematical results appear in version 3 of Minimax Statistical Estimation under Wasserstein Contamination (Chao–Dobriban). Notably, the math paper itself contains no mention of AI assistance—the role of GPT-5 is documented only in the separate meta-paper.

The key AI contributions were:

  • For the upper bound: suggesting a sharper analysis of the contamination bias via the optimal transport map and interpolation along geodesics
  • For the lower bound: proposing the dynamic Benamou–Brenier formulation of optimal transport, a technique the authors were unfamiliar with

The meta-paper provides detailed transcripts and a balanced discussion of limitations (hallucinated references, glossed-over details requiring days to verify).

See also the author's Twitter/X thread summarizing the experience.

$\endgroup$
1
  • 4
    $\begingroup$ "over the last 15 years, the present author has acquired a good amount of experience with research in the mathematical sciences (reading and writing proofs, literature search), writing papers, and a good working knowledge of basic optimal transport, at the level of Figalli and Glaudo (2021). These skills took many years to develop, starting from the school level, through doctoral training, and continuing at the level of a faculty member. Without such skills, we feel that it would be effectively impossible to properly use current AI tools for advanced mathematical research." $\endgroup$ Commented Dec 10, 2025 at 2:29

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.