Skip to content

Erdős problem 154

Let A{1,,N}A\subset \{1,\ldots,N\} be a Sidon set with AN1/2\lvert A\rvert\sim N^{1/2}. Must A+AA+A be well-distributed over all small moduli? In particular, must about half the elements of A+AA+A be even and half odd?

Sources

Browse retained paths and inspect the exact material available for this Problem.

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

154.lean

Retained formal statement2 of 2

Lindström's result for AA itself [Li98], later strengthened by Kolountzakis [Ko99]: for any sequence of Sidon sets Ak{0,,Nk}A_k\subseteq\{0,\ldots,N_k\} with NkN_k\to\infty and AkNk1/2\lvert A_k\rvert\sim N_k^{1/2}, and any modulus m2m\geq 2, the number of elements of AkA_k congruent to i(modm)i\pmod m, divided by Nk1/2N_k^{1/2}, tends to 1/m1/m for every residue i<mi<m.

Well-distribution of A+AA+A (the actual question, erdos_154) follows from this using the Sidon property.

FormalConjectures/ErdosProblems/154.leanErdos154.erdos_154.variants.lindstrom8 linesExact file
∀ (m : ℕ),  2 ≤ m    ∀ (N : ℕ → ℕ) (A : ℕ → Finset ℕ),      Filter.Tendsto (fun k => ↑(N k)) Filter.atTop Filter.atTop        (∀ (k x : ℕ), xA kxN k) →          (∀ (k : ℕ), IsSidon ↑(A k)) →            Filter.Tendsto (fun k => ↑(A k).card / √↑(N k)) Filter.atTop (nhds 1) →i < m, Filter.Tendsto (fun k => ↑{aA k | a % m = i}.card / √↑(N k)) Filter.atTop (nhds (1 / ↑m))
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page