Erdős Problem 241 #
References:
- erdosproblems.com/30
- erdosproblems.com/241
- [BoCh62] Bose, R. C. and Chowla, S., Theorems in the additive theory of numbers. Comment. Math. Helv. (1962/63), 141-147.
- [Gr01] Green, Ben, The number of squares and {$B_h[g]$} sets. Acta Arith. (2001), 365-390.
- [Gu04] Guy, Richard K., Unsolved problems in number theory. (2004), xviii+437.
Let $f(N)$ be the maximum size of $A\subseteq \{1,\ldots,N\}$ such that the sums $a+b+c$ with $a,b,c\in A$ are all distinct (aside from the trivial coincidences).
Formalization note: this is generalized to allow for different $r$.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Is it true that $f(N)\sim N^{1/3}$?
Originally asked to Erdős by Bose.
This is discussed in problem C11 of Guy's collection [Gu04].
The best upper bound known to date is due to Green [Gr01], $f(N) \leq ((7/2)^{1/3}+o(1))N^{1/3}$. (note that $(7/2)^{1/3}\approx 1.519$).
The conjecture that the size of the set $A\subseteq \{1,\ldots,N\}$ is asymptotically $N^{1/r}$.
Equations
- Erdos241.BoseChowlaConjecture r = Asymptotics.IsEquivalent Filter.atTop (fun (N : ℕ) => ↑(Erdos241.f N r)) fun (N : ℕ) => ↑N ^ (1 / ↑r)
Instances For
More generally, Bose and Chowla [BoCh62] conjectured that the maximum size of $A\subseteq \{1,\ldots,N\}$ with all $r$-fold sums distinct (aside from the trivial coincidences) then $\lvert A\rvert \sim N^{1/r}.$
This is known only for $r=2$ (see [erdosproblems.com/30]).