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).
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)
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.