Erdős problem 124
Let and be integers of gcd equal to such that Can all sufficiently large integers be written as a sum of the shape where and is divisible by and has only the digits when written in base ?
Sources
FormalConjectures/ErdosProblems/
124.lean
Retained formal statement
For any , there exists an infinite sequence such that all sufficiently large integer can be written as where has only the digits when written in base , but .
Proved by Melfi [Me04]
∀ {ε : ℝ}, 0 < ε → ∃ d, StrictMono d ∧ ∑' (i : ℕ), (↑(d i) - 1)⁻¹ ≤ ε ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ∃ I a, (∀ i ∈ I, a i ∈ Erdos124.sumsOfDistinctPowers (d i) 0) ∧ ∑ i ∈ I, a i = nSolvedStatement only, no proof