Erdős problem 535
Let , and let denote the size of the largest subset of such that no subset of size has the same pairwise greatest common divisor between all elements. Erdős [Er64] proved that for some constant , and conjectured this should also be an upper bound; here we state the conjectural upper bound for all .
Sources
FormalConjectures/ErdosProblems/
535.lean
Retained formal statement
Erdős [Er64] proved that for all .
∀ {r : ℕ}, 3 ≤ r → ∀ ε > 0, ∀ᶠ (N : ℕ) in Filter.atTop, ↑(Erdos535.f r N) ≤ ↑N ^ (3 / 4 + ε)SolvedStatement only, no proof