Erdős problem 786
Let . Is there some set of density such that with can only hold when ?
Sources
FormalConjectures/ErdosProblems/
786.lean
Retained formal statement
Is there some set of size such that with can only hold when ?
True ↔ ∃ A f, ∃ (_ : f =o[Filter.atTop] 1), ∀ (N : ℕ), A N ⊆ Set.Icc 1 (N + 1) ∧ (1 - f N) * ↑N ≤ ↑(A N).ncard ∧ Erdos786.Set.IsMulCardSet (A N)OpenStatement only, no proof