erdős #899
Let be an infinite set such that . Is it true that
Worked, still open.
additive combinatorics · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 5 · solved (literature)
theorem erdos_899 : answer(True) ↔ ∀ (A : Set ℕ), A.Infinite →
Tendsto (fun N => (A ∩ Icc 1 N |>.ncard : ℝ) / N) atTop (𝓝 0) →
atTop.limsup (fun N => ((A - A : Set ℕ) ∩ Icc 1 N |>.ncard : EReal) /
(A ∩ Icc 1 N).ncard) = ⊤formal-conjectures/899.lean ↗status
solved