Skip to content

Erdős problem 897

Let f(n)f(n) be an additive function (so that f(ab)=f(a)+f(b)f(ab)=f(a)+f(b) if (a,b)=1(a,b)=1 such that lim supp,kf(pk)/log(pk)=\limsup_{p,k} f(p^k) / \log(p^k) = ∞. Is it true that lim supn(f(n+1)f(n))/logn=\limsup_n (f(n+1)−f(n))/ \log n = ∞?

Sources

Browse retained paths and inspect the exact material available for this Problem.

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

897.lean

Retained formal statement3 of 5

Wirsing [Wi70] proved that if f(n+1)f(n)C|f(n+1)−f(n)| ≤ C then f(n)=clogn+O(1)f(n) = c \log n + O(1) for some constant cc.

FormalConjectures/ErdosProblems/897.leanErdos897.erdos_897.variants.log_growth3 linesExact file
∀ (f : ℕ → ℝ),  (∀ a > 0, ∀ b > 0, a.Coprime bf (a * b) = f a + f b) →    ∀ (C : ℝ), (∀ (n : ℕ), |f (n + 1) - f n| ≤ C) → ∃ c O, O =O[Filter.atTop] 1 ∧ ∀ (n : ℕ), f nc * Real.logn + O n
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page