Skip to content

Erdős problem 750

Let f(m)f(m) be some function such that f(m)f(m)\to \infty as mm\to \infty. Does there exist a graph GG of infinite chromatic number such that every subgraph on mm vertices contains an independent set of size at least m2f(m)\frac{m}{2}-f(m)?

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

750.lean

Retained formal statement1 of 3

Let f(m)f(m) be some function such that f(m)f(m)\to \infty as mm\to \infty. Does there exist a graph GG of infinite chromatic number such that every subgraph on mm vertices contains an independent set of size at least m2f(m)\frac{m}{2}-f(m)?

Note that in [Er94b] the function ff generalises a (proven) result for f(m)=ϵmf(m) = \epsilon m, where ϵ>0\epsilon > 0. Hence we should assume it is non-negative valued.

The existence of such a graph was proved [UlamErdos750] by GPT 5.5 Pro (prompted by Chojecki). Indeed, this constructs a graph with infinite chromatic number such that every subgraph on mm vertices can be made bipartite after deleting at most f(m)f(m) many vertices.

This was formalized in Lean by Ammanamanchi using Claude Code 4.7 and GPT-5.5 Pro.

FormalConjectures/ErdosProblems/750.leanErdos750.erdos_7506 linesExact file
True  ∀ (f : ℕ → NNReal),    Filter.Tendsto f Filter.atTop Filter.atTopV G,        G.chromaticNumber = ⊤ ∧          ∀ (m : ℕ) (S : Set V), 0 < mS.ncard = m → ∃ IS, G.IsIndepSet I ∧ ↑m / 2 - f m ≤ ↑I.ncard
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page