VibeMathedMath problems solved with AI

Erdős Problem #74: locally almost bipartite graphs of infinite chromatic number

Erdős problem #74 · erdosproblems.com/74

Erdős, Hajnal and Szemerédi asked whether, for every function f(n)f(n)\to\infty, however slowly, there exists a graph of infinite chromatic number such that every finite nn-vertex subgraph can be made bipartite by deleting at most f(n)f(n) edges.

The answer is no: there exists a function f(n)f(n)\to\infty such that every graph for which every finite nn-vertex subgraph is within f(n)f(n) edge deletions of bipartite has finite chromatic number.

Result
Disproved(see note)
Status
Resolved
AI contribution
AI-discovered
Method
Argument
Field
Graph theory
Posed by
Paul Erdős, András Hajnal, Endre Szemerédi
Year posed
1982
Years open
44y
Solved
2026-08-28
Model
GPT-6 Astra (pre-release)
Vendor
OpenAI
Collaborators
Tom Adamczewski
Verification
Lean-verified
Publication
Announced
Significance
38 / 100
Disclosed cost
$218
Wikipedia
No dedicated article

What was actually shown

Astra proves that there exists a divergent functionf:NN,f(n), f:\mathbb N\to\mathbb N,\qquad f(n)\to\infty, such that no graph GG of infinite chromatic number can satisfydbip(H)f(n) d_{\mathrm{bip}}(H)\le f(n) for every finite nn-vertex subgraph HGH\subseteq G, where dbip(H)d_{\mathrm{bip}}(H) is the minimum number of edges that must be deleted to make HH bipartite.

In fact, every included resolution proves the stronger statement that graphs satisfying the constructed local bound are 3-colorable. The formal challenge advertises only the weaker conclusion that their chromatic number must be finite.

What the AI did

GPT-6 Astra autonomously found the disproof and wrote the Lean proofs in the FrontierMath Erdős benchmark, with no human seeing or steering the proof search. Six successful resolutions are included. They construct a sufficiently slowly diverging local bipartization budget and show that any graph satisfying it must actually be 3-colorable, contradicting the required infinite chromatic number. The proofs use several apparently distinct mechanisms, including finite profile exclusion, local defect witnesses, odd-cycle elimination with controlled gluing, and compactness.

Verification

Lean-verified. Checked here on 6 September 2026 from a clone of tadamcz/erdos74 at a626ecc: 11,481 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/74.lean at commit 488aade2 and the theorem is its negation. Six independent resolutions are included; all prove the stronger 3-colourability, while the compared theorem asserts only finite chromatic number. The rate f(n) ~ log n / log log n is not part of the certified theorem. erdosproblems.com, the field's own record, marks the problem DISPROVED (LEAN) with a proof exposition by Thomas Bloom, which is why this is Resolved rather than Candidate: the canonical tracker has accepted it.

Sources

Submitted by VibeGene on

Changelog2 changes

Discussion