Back to Problems

erdos_123.variants.powers_2_3_5_snug

Specification

A stronger conjecture for numbers of the form $2^k 3^l 5^j$. For any $ε > 0$, all large integers $n$ can be written as the sum of distinct integers $b_1 < ... < b_t$ of the form $2^k 3^l 5^j$ where $b_t < (1 + ϵ) b_1$.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
Lean 4 Statement
theorem erdos_123.variants.powers_2_3_5_snug :
    answer(sorry) ↔ ∀ ε > 0, ∀ᶠ n in atTop,
      ∃ A : Finset ℕ, (A : Set ℕ) ⊆ ↑(powers 2) * ↑(powers 3) * ↑(powers 5) ∧ IsSnug ε A ∧
        ∑ x ∈ A, x = n
ID: ErdosProblems__123__erdos_123.variants.powers_2_3_5_snug
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.