Ben Green's Open Problem 37 #
What is the smallest subset of ℕ containing, for each d = 1, …, N,
an arithmetic progression of length k with common difference d?
References:
A contains an arithmetic progression of length k and common difference d for every d ∈ {1, …, N}.
Equations
- Green37.IsAPCover A N k = ∀ (d : ℕ), 1 ≤ d ∧ d ≤ N → A.ContainsAP k d
Instances For
Asymptotic version: determine the asymptotic behavior of m(N, k) as N grows.
The solver should determine what function f : ℕ → ℝ eventually equals (fun N ↦ (m N k : ℝ)).
Determine the asymptotic equivalence class (theta) of m(N, k).
Determine an upper bound (big O) for m(N, k).
Determine a strict upper bound (little o) for m(N, k).