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
A sanity check for erdos_22.variants.szemeredi_upper: the empty graph is -free and trivially satisfies the upper bound on the number of edges.
∀ (n : ℕ) (ε : ℝ), 0 < ε → ⊥.CliqueFree 4 ∧ ↑⊥.edgeFinset.card ≤ (1 / 8 + ε) * ↑n ^ 2TestStatement only, no proof