Erdős problem 1014
Let be the Ramsey number, so the minimal such that every graph on at least vertices contains either a or an independent set on vertices.
Sources
FormalConjectures/ErdosProblems/
1014.lean
Retained formal statement
That proof in fact shows that for some constant .
∃ c, 0 < c ∧ ∀ (k : ℕ), 3 ≤ k → ∃ C, ∀ᶠ (l : ℕ) in Filter.atTop, ↑R(k, l + 1) ≤ (1 + C * ↑l ^ (-c / ↑k ^ 2)) * ↑R(k, l)SolvedStatement only, no proof