Erdős problem 242
For every there exist distinct integers such that .
Sources
FormalConjectures/ErdosProblems/
242.lean
Retained formal statement
For every there exist distinct integers such that .
∀ (n : ℕ), 2 < n → ∃ x y z, 1 ≤ x ∧ x < y ∧ y < z ∧ 4 / ↑n = 1 / ↑x + 1 / ↑y + 1 / ↑zOpenStatement only, no proof