Back to Problems

erdos_247.variants.strong_condition

Specification

Erdős proved the answer is yes under the stronger condition that $\limsup \frac{n_k}{k^t} = \infty$ for all $t\geq 1$. [ErGr80] Erdős, P. and Graham, R., _Old and new problems and results in combinatorial number theory_. Monographies de L'Enseignement Mathematique (1980).

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_247.variants.strong_condition (n : ℕ → ℕ)
    (hn : StrictMono n)
    (h : ∀ t ≥ (1 : ℝ),
      atTop.limsup (fun k => n k / (k.succ : ℝ) ^ t |>.toEReal) = ⊤) :
    Transcendental ℚ (∑' k, (1 : ℝ) / 2 ^ n k)
ID: ErdosProblems__247__erdos_247.variants.strong_condition
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.