Documentation

FormalConjectures.ErdosProblems.«124»

Erdős Problem 124 #

References:

The set of integers which are the sum of distinct powers d ^ i with i ≥ k.

Equations
Instances For
    theorem Erdos124.erdos124.zero :
    True ∀ (D : Finset ), (∀ dD, 3 d)1 dD, (d - 1)⁻¹∀ᶠ (n : ) in Filter.atTop, n dD, sumsOfDistinctPowers d 0

    Let $3 \le d_1 < d_2 < \dots < d_r$ be integers such that $$\sum_{1 \le i \le r}\frac 1{d_i - 1} \ge 1.$$ Can all sufficiently large integers be written as a sum of the shape $\sum_i c_ia_i$ where $c_i \in \{0, 1\}$ and $a_i$ has only the digits $0, 1$ when written in base $d_i$?

    Conjectured by Erdős [Er97], solved by Boris Alexeev using Aristotle.

    theorem Erdos124.erdos124.ne_zero :
    True ∀ (k : ), k 0∀ (D : Finset ), (∀ dD, 3 d)1 dD, (d - 1)⁻¹D.gcd id = 1∀ᶠ (n : ) in Filter.atTop, n dD, sumsOfDistinctPowers d k

    Let $k \ne 0$ and $3\leq d_1 < d_2 < \cdots < d_r$ be integers of gcd equal to $1$ such that $$\sum_{1 \le i \le r}\frac 1{d_i - 1} \ge 1.$$ Can all sufficiently large integers be written as a sum of the shape $\sum_i c_ia_i$ where $c_i \in \{0, 1\}$ and $a_i$ is divisible by $d_i ^ k$ and has only the digits $0, 1$ when written in base $d_i$?

    Conjectured by Burr, Erdős, Graham, and Li [BEGL96]

    All sufficiently large integers can be written as $a + b + c$ where $a$ has only the digits $0, 1$ in base $3$, $b$ only the digits $0, 1$ in base $4$, $c$ only the digits $0, 1$ in base $7$.

    Provee by Burr, Erdős, Graham, and Li [BEGL96]

    theorem Erdos124.erdos124.converse {D : Finset } (hD₃ : dD, 3 d) (h : ∀ᶠ (n : ) in Filter.atTop, n dD, sumsOfDistinctPowers d 0) :
    1 dD, (d - 1)⁻¹

    Let $3\leq d_1 < d_2 < \cdots < d_r$ be integers such that all sufficiently large integers can be written as a sum of the shape $\sum_i c_ia_i$ where $c_i \in \{0, 1\}$ and $a_i$ has only the digits $0, 1$ when written in base $d_i$. Then $$\sum_{1 \le i \le r}\frac 1{d_i - 1} \ge 1.$$

    Reported by Burr, Erdős, Graham, and Li [BEGL96] as an observation of Pomerance

    theorem Erdos124.erdos124.melfi_construction {ε : } ( : 0 < ε) :
    ∃ (d : ), StrictMono d ∑' (i : ), ((d i) - 1)⁻¹ ε ∀ᶠ (n : ) in Filter.atTop, ∃ (I : Finset ) (a : ), (∀ iI, a i sumsOfDistinctPowers (d i) 0) iI, a i = n

    For any $\varepsilon > 0$, there exists an infinite sequence $2 \le d_0 < d_1 < \dots$ such that all sufficiently large integer can be written as $\sum_{i \in I} a_i$ where $a_i$ has only the digits $0, 1$ when written in base $d_i$, but $\sum_{i \in I} \frac 1{d_i - 1} \le \varepsilon$.

    Proved by Melfi [Me04]