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 and or . Is it true that ?
The known counterexample does not satisfy either of these extra hypotheses, so this variant remains open.
True ↔ ∀ (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}) = ⊤ → ((∀ (k p : ℕ), Nat.Prime p → f (p ^ k) = f p) ∨ ∀ (k p : ℕ), Nat.Prime p → f (p ^ k) = ↑k * f p) → Filter.limsup (fun n => ↑(f (n + 1)) / ↑(f n)) Filter.atTop = ⊤OpenStatement only, no proof