Erdős problem 319
What is the size of the largest such that there is a function such that and for all non-empty .
Sources
FormalConjectures/ErdosProblems/
319.lean
Retained formal statement
Adenwalla has observed that a lower bound (on the maximum size of ) of follows from the main result of Croot [Cr01].
[Cr01] Croot, III, Ernest S., _On unit fractions with denominators in short intervals_. Acta Arith. (2001), 99-114.
∃ o, o =o[Filter.atTop] 1 ∧ ∀ᶠ (N : ℕ) in Filter.atTop, (1 - 1 / Real.exp 1 + o N) * ↑N ≤ sSup {x | ∃ A, ∃ (_ : A ⊆ Finset.Icc 1 N) (_ : ∃ δ, ∑ n ∈ A, ↑↑(δ n) / ↑n = 0 ∧ ∀ A' ⊂ A, A'.Nonempty → ∑ n ∈ A', ↑↑(δ n) / ↑n ≠ 0), ↑A.card = x}SolvedStatement only, no proof