Erdős Problem #126: prime divisors of pairwise sums
Erdős problem #126 · erdosproblems.com/126
Let be maximal such that for every -element set ,has at least distinct prime factors. Erdős asked whetherThe answer is yes.
- Result
- Proved(see note)
- Status
- Resolved
- AI contribution
- AI-discovered
- Method
- Argument
- Field
- Elementary number theory
- Posed by
- Paul Erdős
- Year posed
- 1934
- Years open
- 92y
- Solved
- 2026-08-28
- Model
- GPT-6 Astra (pre-release)
- Vendor
- OpenAI
- Collaborators
- Tom Adamczewski
- Verification
- Lean-verified
- Publication
- Announced
- Significance
- 35 / 100
- Disclosed cost
- $247
- Wikipedia
- No dedicated article
What was actually shown
ForAstra formally proves
The repository contains substantially stronger proofs. In particular, one verified alternate resolution establisheswhere is the number of supporting primes, yieldingOther independent resolutions give exponents , , and . Thus the formal work goes well beyond the qualitative conjecture, although only the limit statement is the registered benchmark theorem.
What the AI did
GPT-6 Astra autonomously solved the Formal Conjectures benchmark statement and wrote the Lean proofs, with no human seeing or steering the proof search. Remarkably, four independent successful runs produced polynomial lower bounds by apparently three distinct elementary arguments. The primary proof gives ; alternate proofs give , , and . Only the weaker limit is advertised and Comparator-checked as the benchmark theorem.
Verification
Lean-verified. Checked here on 6 September 2026 from a clone of tadamcz/erdos126 at abd4239: 7,866 lines of Lean, zero sorry outside the statement stubs, zero axiom declarations, no native_decide, unsafe or implemented_by; Comparator configuration present and CI runs it with only propext, Quot.sound and Classical.choice. The statement is copied verbatim from Formal Conjectures' ErdosProblems/126.lean at commit 488aade2. Only the qualitative limit f(n)/log n -> infinity is the compared theorem; the polynomial bounds (exponents 1/8, 1/3, 1/2, 1/5 across four runs) are stronger internal results, and erdosproblems.com's page records the n^(1/2) one. erdosproblems.com, the field's own record, marks the problem PROVED (LEAN) with a proof exposition by Thomas Bloom, which is why this is Resolved rather than Candidate: the canonical tracker has accepted it.
Sources
- Lean proofSolution.lean and the Lean development
- Lean statementChallenge.lean: the compared statement
- CodeGithub
- AnnouncementEpoch AI, Announcing FrontierMath Erdős (1 September 2026)
- Problem recorderdosproblems.com/126: status and Thomas Bloom's proof exposition
Submitted by VibeGene on