Documentation

FormalConjectures.ErdosProblems.«14»

Erdős Problem 14 #

Reference: erdosproblems.com/14

@[reducible, inline]
Equations
Instances For
    noncomputable def Erdos14.nonUniqueSumCount (A : Set ) (N : ) :

    The number of integers in $\{1,\ldots,N\}$ which are not representable in exactly one way as the sum of two elements from $A$ (either because they are not representable at all, or because they are representable in more than one way).

    Equations
    Instances For
      noncomputable def Erdos14.almostSquareRoot (ε : ) (N : ) :
      Equations
      Instances For
        noncomputable def Erdos14.squareRoot (N : ) :
        Equations
        Instances For
          theorem Erdos14.erdos_14a :
          (∀ (A : Set ), ε > 0, almostSquareRoot ε nonUniqueSumCount A) sorry

          Let $A ⊆ \mathbb{N}$. Let $B ⊆ \mathbb{N}$ be the set of integers which are representable in exactly one way as the sum of two elements from $A$. Is it true that for all $\epsilon > 0$ and large $N$, $|\{1,\ldots,N\} \setminus B| \gg_\epsilon N^{1/2 - \epsilon}$?

          Is it possible that $|\{1,\ldots,N\} \setminus B| = o(N^\frac{1}{2})$?