Erdős problem 615
Does there exist some constant such that for all sufficiently large , if is a graph with vertices and at least edges then must contain either a or an independent set on at least vertices?
Sources
FormalConjectures/ErdosProblems/
615.lean
Retained formal statement
A sanity check for erdos_615: the empty graph on vertices contains an independent set on at least vertices (namely the whole vertex set), so it satisfies the conclusion of the implication in the problem statement.
∀ (n : ℕ), 3 ≤ n → ↑n / Real.log ↑n ≤ ↑⊥.indepNumTestStatement only, no proof