Erdős problem 750
Let be some function such that as . Does there exist a graph of infinite chromatic number such that every subgraph on vertices contains an independent set of size at least ?
Sources
FormalConjectures/ErdosProblems/
750.lean
Retained formal statement
In [Er69b] Erdős conjectures this for for any fixed . This follows from a result of Erdős, Hajnal, and Szemerédi [EHS82], as described by Sellke in the comments.
True ↔ ∀ ε > 0, ∃ V G, G.chromaticNumber = ⊤ ∧ ∀ (m : ℕ) (S : Set V), 0 < m → S.ncard = m → ∃ I ⊆ S, G.IsIndepSet I ∧ ↑m / 2 - ε * ↑m ≤ ↑I.ncardSolvedStatement only, no proof