Back to Problems
erdos_387.easy
Specification
It is easy to see that `n.choose k` has a divisor in `[n / k, n]`.
Lean 4 Statement
theorem erdos_387.easy {n : ℕ} {k : ℕ} (hn : 1 ≤ n) (hk : k ≤ n) : ∃ d : ℕ,
(d : ℝ) ∈ Set.Icc (n / k : ℝ) n ∧ d ∣ n.choose k
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.