Erdős Problem 14 #
Reference: erdosproblems.com/14
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
- Erdos14.nonUniqueSumCount A N = ↑(Set.Icc 1 N \ Erdos14.allUniqueSums A).ncard
Instances For
Equations
- Erdos14.almostSquareRoot ε N = ↑N ^ (1 / 2 - ε)
Instances For
Equations
- Erdos14.squareRoot N = √↑N
Instances For
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})$?