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
The first open case of Erdős Problem 535 is : there should exist such that for all sufficiently large .
∃ c > 0, ∀ᶠ (N : ℕ) in Filter.atTop, ↑(Erdos535.f 3 N) ≤ ↑N ^ (c / Real.log (Real.log ↑N))OpenStatement only, no proof