Skip to content

Erdős problem 254

If ANA \subseteq \mathbb{N} has unbounded dyadic-shell counts and nAθn=\sum_{n \in A} \|\theta n\| = \infty for every 0<θ<10 < \theta < 1, must AA be complete - is every sufficiently large integer a sum of distinct elements of AA?

Sources

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

4 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

254.lean

Retained formal statement2 of 3

Cassels [Ca60] proved this under the alternative hypotheses limA[1,2x]A[1,x]loglogx=\lim \frac{\lvert A\cap [1,2x]\rvert -\lvert A\cap [1,x]\rvert}{\log\log x}=\infty and nA{θn}2=\sum_{n\in A} \{ \theta n\}^2=\infty for every θ(0,1)\theta\in (0,1).

FormalConjectures/ErdosProblems/254.leanErdos254.erdos_254.variants.cassels5 linesExact file
∀ (A : Set ℕ),  (Filter.Tendsto (fun x => (↑(ASet.Icc 1 (2 * x)).ncard - ↑(ASet.Icc 1 x).ncard) / Real.log (Real.logx))        Filter.atTop Filter.atTop      ∀ (θ : ℝ), 0 < θ → θ < 1 → ¬Summable fun n => distToNearestInt (θ * ↑↑n) ^ 2) →    ∀ᶠ (m : ℕ) in Filter.atTop, Erdos254.IsSumOfDistinct A m
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page