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
Let be an additive function (so that if ) such that . Is it true that ?
The answer is no; the same counterexample is formalised in Lean by Aristotle [ArWu25].
False ↔ ∀ (f : ℕ → ℝ), (∀ a > 0, ∀ b > 0, a.Coprime b → f (a * b) = f a + f b) → Filter.limsup (fun x => match x with | (p, k) => ↑(f (p ^ k)) / ↑(Real.log (↑p ^ k))) (Filter.atTop ⊓ Filter.principal {(p, k) | Nat.Prime p}) = ⊤ → Filter.limsup (fun n => ↑(f (n + 1)) / ↑(f n)) Filter.atTop = ⊤