Erdős problem 897
Let be an additive function (so that if such that . Is it true that ?
Sources
FormalConjectures/ErdosProblems/
897.lean
Retained formal statement
Wirsing [Wi70] proved that if then for some constant .
∀ (f : ℕ → ℝ), (∀ a > 0, ∀ b > 0, a.Coprime b → f (a * b) = f a + f b) → ∀ (C : ℝ), (∀ (n : ℕ), |f (n + 1) - f n| ≤ C) → ∃ c O, O =O[Filter.atTop] 1 ∧ ∀ (n : ℕ), f n ≤ c * Real.log ↑n + O nSolvedStatement only, no proof