Documentation

FormalConjectures.ErdosProblems.«32»

Erdős Problem 32 #

References:

A set $A \subseteq \mathbb{N}$ is an additive complement to the primes if every sufficiently large natural number can be written as $p + a$ for some prime $p$ and $a \in A$.

Equations
Instances For
    theorem Erdos32.erdos_32.varaints.log_squared :
    ∃ (A : Set ), IsAdditiveComplementToPrimes A (fun (N : ) => {xFinset.Icc 1 N | x A}.card) =O[Filter.atTop] fun (N : ) => Real.log N ^ 2

    Erdős proved in [Erd54] that there exists an additive complement $A$ to the primes with $|A \cap \{1, \ldots, N\}| = O((\log N)^2)$.

    Must every additive complement $A$ to the primes satisfy $\liminf_{N \to \infty} \frac{|A \cap \{1, \ldots, N\}|}{\log N} > 1$?

    theorem Erdos32.erdos_32 :
    sorry ∃ (A : Set ), IsAdditiveComplementToPrimes A (fun (N : ) => {xFinset.Icc 1 N | x A}.card) =o[Filter.atTop] fun (N : ) => Real.log N ^ 2

    Does there exist a set $A \subseteq \mathbb{N}$ such that $|A \cap \{1, \ldots, N\}| = o((\log N)^2)$ and every sufficiently large integer can be written as $p + a$ for some prime $p$ and $a \in A$?

    theorem Erdos32.erdos_32.variants.log_bound :
    sorry ∃ (A : Set ), IsAdditiveComplementToPrimes A (fun (N : ) => {xFinset.Icc 1 N | x A}.card) =O[Filter.atTop] fun (N : ) => Real.log N

    Can the bound $O(\log N)$ be achieved for an additive complement to the primes? [Guy04] writes that Erdős offered $50 for the solution.

    Ruzsa proved that any additive complement $A$ to the primes must satisfy $\liminf_{N \to \infty} \frac{|A \cap \{1, \ldots, N\}|}{\log N} \geq e^\gamma$, where $\gamma$ is the Euler-Mascheroni constant.