erdős #298
Does every set of positive density contain some finite such that ?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 40 · solved (literature)
theorem erdos_299 : answer(False) ↔ (∃ (a : ℕ → ℕ),
StrictMono a ∧ (∀ n, 0 < a n) ∧
(fun n ↦ (a (n + 1) : ℝ) - a n) =O[atTop] (1 : ℕ → ℝ) ∧
∀ S : Finset ℕ, ∑ i ∈ S, (1 : ℝ) / a i ≠ 1)formal-conjectures/298.lean ↗status
solved