Erdős problem 698
Is there some such that for all
Sources
FormalConjectures/ErdosProblems/
698.lean
Retained formal statement
This was resolved by Bergman [Be11], who proved that for any where the implied constant is absolute.
∃ c, 0 < c ∧ ∀ (n i j : ℕ), 2 ≤ i → i < j → j ≤ n / 2 → c * (√↑n * 2 ^ i / (↑i * √↑i)) ≤ ↑((n.choose i).gcd (n.choose j))