Erdős problem 533
Let . If is sufficiently large and is a graph on vertices with no and at least edges, must contain a set of vertices spanning no triangle?
Sources
FormalConjectures/ErdosProblems/
533.lean
Retained formal statement
The matching lower bound , from the construction of Liu, Reiher, Sharifzadeh, and Staden [LRSS21] (improving the earlier of Balogh and Lenz [BaLe13]): for every and all sufficiently large there is a -free graph on vertices in which every triangle-free vertex set has at most vertices, yet which has at least edges. In particular this refutes erdos_533.
∀ (ε δ : ℝ), 0 < ε → 0 < δ → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ G, G.CliqueFree 5 ∧ (∀ (S : Finset (Fin n)), G.CliqueFreeOn (↑S) 3 → ↑S.card ≤ δ * ↑n) ∧ (1 / 12 - ε) * ↑n ^ 2 ≤ ↑G.edgeFinset.cardSolvedStatement only, no proof