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
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 ?
This is true, as proved by Fox, Loh, and Zhao [FLZ15].
True ↔ ∀ (ε : ℝ), 0 < ε → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ G, G.CliqueFree 4 ∧ ↑G.indepNum ≤ ε * ↑n ∧ ↑n ^ 2 / 8 ≤ ↑G.edgeFinset.cardSolvedStatement only, no proof