Back to Problems
erdos_139
Specification
**Erdős Problem 139**: Let $r_k(N)$ be the size of the largest subset of ${1,...,N}$ which does not contain a non-trivial $k$-term arithmetic progression. Prove that $r_k(N) = o(N)$.
Lean 4 Statement
theorem erdos_139 (k : ℕ) (hk : 1 < k) :
Filter.Tendsto (fun N => (r k N / N : ℝ)) Filter.atTop (𝓝 0)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.