erdős #239
Let be a multiplicative function. Is it true thatalways exists?
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsformal
AMS 11 · solved (literature)
theorem erdos_239 :
answer(True) ↔ ∀ f : ℕ → ℝ,
(∀ n ≥ 1, f n = 1 ∨ f n = -1) ∧
(∀ m n, m.Coprime n → f (m * n) = f m * f n) ∧
f 1 = 1 →
∃ L, Tendsto (fun N ↦ (∑ n ∈ Finset.Icc 1 N, f n) / N) atTop (𝓝 L)formal-conjectures/239.lean ↗status
solved