Erdős problem 139
Erdős Problem 139: Let be the size of the largest subset of which does not contain a non-trivial -term arithmetic progression. Prove that .
Sources
FormalConjectures/ErdosProblems/
139.lean
Retained formal statement
Erdős Problem 139: Let be the size of the largest subset of which does not contain a non-trivial -term arithmetic progression. Prove that .
∀ (k : ℕ), 1 < k → Filter.Tendsto (fun N => ↑(Erdos139.r k N) / ↑N) Filter.atTop (nhds 0)SolvedStatement only, no proof