Erdős problem 347
Is there a sequence of integers with such that has density for every cofinite subsequence of ?
Sources
FormalConjectures/ErdosProblems/
347.lean
Retained formal statement
Is there a sequence of integers with such that has density for every cofinite subsequence of ?
This has been solved in the affirmative by ebarschkis in the comments (based on idea of Tao and van Doorn, also in the comments).
This was formalized in Lean by Barschkis using Aristotle.
True ↔ ∃ a, Monotone a ∧ Filter.Tendsto (fun n => ↑(a (n + 1)) / ↑(a n)) Filter.atTop (nhds 2) ∧ ∀ (ι : ℕ → ℕ), (Set.range ι)ᶜ.Finite → (subsetSums (Set.range (a ∘ ι))).HasDensity 1