菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-23
📄 Abstract - Doubly Saturated Ramsey Graphs: A Case Study in Computer-Assisted Mathematical Discovery

Ramsey-good graphs are graphs that contain neither a clique of size $s$ nor an independent set of size $t$. We study doubly saturated Ramsey-good graphs, defined as Ramsey-good graphs in which the addition or removal of any edge necessarily creates an $s$-clique or a $t$-independent set. We present a method combining SAT solving with bespoke LLM-generated code to discover infinite families of such graphs, answering a question of Grinstead and Roberts from 1982. In addition, we use LLMs to generate and formalize correctness proofs in Lean. This case study highlights the potential of integrating automated reasoning, large language models, and formal verification to accelerate mathematical discovery. We argue that such tool-driven workflows will play an increasingly central role in experimental mathematics.

顶级标签: math llm systems
详细标签: ramsey theory sat solving formal verification lean mathematical discovery 或 搜索:

双重饱和拉姆齐图:计算机辅助数学发现的一个案例研究 / Doubly Saturated Ramsey Graphs: A Case Study in Computer-Assisted Mathematical Discovery


1️⃣ 一句话总结

本文通过结合SAT求解器和定制化大语言模型生成的代码,发现了无限族“双重饱和拉姆齐图”(即既不含指定大小的团也不含独立集,且增减任一边都会破坏这一性质),从而解决了1982年提出的一个数学问题,并展示了利用大语言模型自动生成并形式化证明(Lean)来加速数学发现的新方法。

源自 arXiv: 2604.21187