Erdős problem 488
Let be a finite set and Is it true that, for every ,
Sources
FormalConjectures/ErdosProblems/
488.lean
Retained formal statement
Let be a finite set and Is it true that, for every ,
True ↔ ∀ (A : Finset ℕ), A.Nonempty → 0 ∉ A → 1 ∉ A → ∀ (n m : ℕ), m > n → A.max ≤ ↑n → ↑{x ∈ Finset.Icc 1 m | x ∈ {n | n ≥ 1 ∧ ∃ a ∈ A, a ∣ n}}.card / ↑m < 2 * ↑{x ∈ Finset.Icc 1 n | x ∈ {n | n ≥ 1 ∧ ∃ a ∈ A, a ∣ n}}.card / ↑nOpenStatement only, no proof