Erdős problem 242
For every there exist distinct integers such that .
Sources
FormalConjectures/ErdosProblems/
242.lean
Retained formal statement
Schinzel conjectured (see [Si56]) the generalisation that, for any fixed , if is sufficiently large in terms of then there exist distinct integers such that
∀ (a : ℕ), 0 < a → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ x y z, 1 ≤ x ∧ x < y ∧ y < z ∧ ↑a / ↑n = 1 / ↑x + 1 / ↑y + 1 / ↑zOpenStatement only, no proof