Back to Problems

erdos_247

Specification

Let $n_1 < n_2 < \cdots$ be a sequence of integers such that $$ \limsup \frac{n_k}{k} = \infty. $$ Is $$ \sum_{k=1}^{\infty} \frac{1}{2^{n_k}} $$ transcendental?

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_247 : answer(sorry) ↔ ∀ (n : ℕ → ℕ), (StrictMono n) →
    atTop.limsup (fun k => (n k / k.succ : EReal)) = ⊤ →
    Transcendental ℚ (∑' k, (1 : ℝ) / 2 ^ n k)
ID: ErdosProblems__247__erdos_247
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.