Erdős problem 142
Prove an asymptotic formula for , the largest possible size of a subset of that does not contain any non-trivial -term arithmetic progression.
Sources
FormalConjectures/ErdosProblems/
142.lean
Retained formal statement
Show that , where the largest possible size of a subset of that does not contain any non-trivial -term arithmetic progression.
∀ (k : ℕ), 1 < k → (fun N => ↑(Erdos142.r k N)) =o[Filter.atTop] fun N => ↑N / Real.log ↑NOpenStatement only, no proof