Skip to content

Erdős problem 299

Is there an infinite sequence a1<a2<a_1 < a_2 < \dots such that ai+1ai=O(1)a_{i+1} - a_i = O(1) and no finite sum of 1ai\frac{1}{a_i} is equal to 1?

Sources

Browse retained paths and inspect the exact material available for this Problem.

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

299.lean

Retained formal statement1 of 2

Is there an infinite sequence a1<a2<a_1 < a_2 < \dots such that ai+1ai=O(1)a_{i+1} - a_i = O(1) and no finite sum of 1ai\frac{1}{a_i} is equal to 1?

There does not exist such a sequence, which follows from the positive solution to [erdosproblems.com/298] by Bloom [Bl21].

This was formalized in Lean 3 by Bloom and Mehta.

FormalConjectures/ErdosProblems/299.leanErdos299.erdos_2995 linesExact file
Falsea,    StrictMono a      (∀ (n : ℕ), 0 < a n) ∧        (fun n => ↑(a (n + 1)) - ↑(a n)) =O[Filter.atTop] 1 ∧ ∀ (S : Finset ℕ), ∑ iS, 1 / ↑(a i) ≠ 1
SolvedProof has a holeother systemexternal proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page