Back to Problems

erdos_266.variants.all_rationals:

Specification

In fact, Kovač and Tao proved in [KoTa24] that there exists a strictly increasing sequence $a_n$ of positive integers such that $\sum \frac{1}{a_n + t}$ converges to a rational number for all $t \in \mathbb{Q}$ such that $t \ne -a_n$ for any $n$. [KoTa24] Kovač, V. and Tao T., On several irrationality problems for Ahmes series. [arXiv:2406.17593](https://arxiv.org/abs/2406.17593) (2024).

Actions

Submit a Proof

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

Submit Proof
Lean 4 Statement
theorem erdos_266.variants.all_rationals:
    ∃ a : ℕ → ℕ, StrictMono a ∧ a 0 ≥ 1 ∧
      (∀ t : ℚ, (¬ ∃ n : ℕ, t = -(a n)) →
        (∃ q : ℚ, HasSum (fun n : ℕ => ((1 : ℝ) / ((a n) + t))) q))
ID: ErdosProblems__266__erdos_266.variants.all_rationals_
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.