Erdős problem 699
Erdős Problem 699. Is it true that for every there exists a prime with ?
Sources
FormalConjectures/ErdosProblems/
699.lean
Retained formal statement
Sylvester and Schur: for there is a prime dividing n.choose i.
∀ (n i : ℕ), 1 ≤ i → i ≤ n / 2 → ∃ p, Nat.Prime p ∧ i < p ∧ p ∣ n.choose i