Erdős problem 32
Does there exist a set such that and every sufficiently large integer can be written as for some prime and ?
Sources
FormalConjectures/ErdosProblems/
32.lean
Retained formal statement
Ruzsa proved that any additive complement to the primes must satisfy , where is the Euler-Mascheroni constant.
∀ (A : Set ℕ), Erdos32.IsAdditiveComplementToPrimes A → ↑(Real.exp Real.eulerMascheroniConstant) ≤ Filter.liminf (fun N => ↑{x ∈ Finset.Icc 1 N | x ∈ A}.card / ↑(Real.log ↑N)) Filter.atTopSolvedStatement only, no proof