Erdős problem 283
Let be a polynomial whose leading coefficient is positive and such that there exists no with for all . Is it true that, for all sufficiently large , there exist integers such that and ?
Sources
FormalConjectures/ErdosProblems/
283.lean
Retained formal statement
Graham also conjectures that this remains true with replaced by an arbitrary rational (provided is taken sufficiently large depending on ).
∀ (p : Polynomial ℤ) (α : ℚ), 0 < p.leadingCoeff → (¬∃ d ≥ 2, ∀ n ≥ 1, d ∣ Polynomial.eval n p) → α > 0 → ∀ᶠ (m : ℕ) in Filter.atTop, ∃ S, (∀ n ∈ S, 1 ≤ n) ∧ ∑ n ∈ S, 1 / ↑n = α ∧ ∑ n ∈ S, Polynomial.eval (↑n) p = ↑mSolvedStatement only, no proof