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
Can the bound be achieved for an additive complement to the primes? [Guy04] writes that Erdős offered $50 for the solution.
True ↔ ∃ A, Erdos32.IsAdditiveComplementToPrimes A ∧ (fun N => ↑{x ∈ Finset.Icc 1 N | x ∈ A}.card) =O[Filter.atTop] fun N => Real.log ↑NOpenStatement only, no proof