Erdős problem 698
Is there some such that for all
Sources
FormalConjectures/ErdosProblems/
698.lean
Retained formal statement
A problem of Erdős and Szekeres, who observed that (in particular the greatest common divisor is always ).
∀ (n i j : ℕ), 1 ≤ i → i < j → j ≤ n / 2 → ↑(n.choose i) / ↑(j.choose i) ≤ ↑((n.choose i).gcd (n.choose j)) ∧ 2 ^ i ≤ ↑(n.choose i) / ↑(j.choose i)SolvedStatement only, no proof