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
Sanity check for the triangle-free-set condition: in the empty graph every vertex set spans no triangle, since the empty graph has no -clique.
∀ (n : ℕ) (S : Finset (Fin n)), ⊥.CliqueFreeOn (↑S) 3TestStatement only, no proof