Erdős problem 22
Let and let be sufficiently large depending on . Is there a graph on vertices with at least many edges which contains no , such that the largest independent set has size at most ?
Sources
FormalConjectures/ErdosProblems/
22.lean
Retained formal statement
The quantitative strengthening proved by Fox, Loh, and Zhao [FLZ15]: there is a constant such that for all sufficiently large there exists a -free graph on vertices with at least edges whose largest independent set has size at most
∃ C, 0 < C ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ∃ G, G.CliqueFree 4 ∧ ↑G.indepNum ≤ C * Real.log (Real.log ↑n) ^ (3 / 2) / Real.log ↑n ^ (1 / 2) * ↑n ∧ ↑n ^ 2 / 8 ≤ ↑G.edgeFinset.cardSolvedStatement only, no proof