Erdős problem 299
Is there an infinite sequence such that and no finite sum of is equal to 1?
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/299.leanFalse ↔ ∃ a, StrictMono a ∧ (∀ (n : ℕ), 0 < a n) ∧ (fun n => ↑(a (n + 1)) - ↑(a n)) =O[Filter.atTop] 1 ∧ ∀ (S : Finset ℕ), ∑ i ∈ S, 1 / ↑(a i) ≠ 1Proof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:299 - PLBY Lean proofs
ErdosProblems.Erdos299