Back to Problems
erdos_897.parts.ii
Specification
Let $f(n)$ be an additive function (so that $f(ab)=f(a)+f(b)$ if $(a,b)=1$) such that $\limsup_{p,k} f(p^k) \log(p^k) = ∞$. Is it true that $\limsup_n f(n+1)/ f(n) = ∞$?
Lean 4 Statement
theorem erdos_897.parts.ii : answer(sorry) ↔ ∀ (f : ℕ → ℝ),
(∀ᵉ (a > 0) (b > 0), a.Coprime b → f (a * b) = f a + f b) →
((Filter.atTop ⊓ Filter.principal {(p, k) : ℕ × ℕ | p.Prime}).limsup
(fun (p, k) => (f (p^k) / (p^k : ℝ).log : EReal)) = ⊤) →
Filter.atTop.limsup (fun (n : ℕ) => (f (n+1) / f n : EReal)) = ⊤
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.