Erdős problem 317
Is there some constant such that for every there exists some for with
Sources
FormalConjectures/ErdosProblems/
317.lean
Retained formal statement
Is it true that for sufficiently large , for any , whenever the left-hand side is not zero?
sorry ↔ ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (δ : Fin n → ℚ), δ '' Set.univ ⊆ {-1, 0, 1} → |∑ k, δ k / (↑↑k + 1)| ≠ 0 → |∑ k, δ k / (↑↑k + 1)| > 1 / ↑((Finset.Icc 1 n).lcm id)OpenStatement only, no proof