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
What is the size of the largest such that there is a function such that and for all non-empty .
∀ (N : ℕ), IsGreatest {x | ∃ A, ∃ (_ : A ⊆ Finset.Icc 1 N) (_ : ∃ δ, ∑ n ∈ A, ↑↑(δ n) / ↑n = 0 ∧ ∀ A' ⊂ A, A'.Nonempty → ∑ n ∈ A', ↑↑(δ n) / ↑n ≠ 0), A.card = x} sorryOpenStatement only, no proof