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
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.
Prove, for fixed , that
This has been [solved](https://cdn.openai.com/pdf/6dc7175d-d9e7-4b8d-96b8-48fe5798cd5b/Ramsey.pdf) by an internal model at OpenAI.
∀ (k : ℕ), 3 ≤ k → Filter.Tendsto (fun l => ↑R(k, l + 1) / ↑R(k, l)) Filter.atTop (nhds 1)