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 construction of Bollobás and Erdős [BoEr76]: for every and , for all sufficiently large there is a -free graph on vertices with independence number at most and at least edges. Together with erdos_22.variants.szemeredi_upper this shows that the Ramsey–Turán density of is .
∀ (ε δ : ℝ), 0 < ε → 0 < δ → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ G, G.CliqueFree 4 ∧ ↑G.indepNum ≤ δ * ↑n ∧ (1 / 8 - ε) * ↑n ^ 2 ≤ ↑G.edgeFinset.cardSolvedStatement only, no proof