Skip to content

Erdős problem 967

Let 1<a1<1<a_1<\cdots be a sequence of integers such that 1ai<\sum\frac{1}{a_i}<\infty. Is it true that, for every tRt\in \mathbb{R}, 1+k1ak1+it0?1+\sum_{k}\frac{1}{a_k^{1+it}}\neq 0?

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

967.lean

Retained formal statement3 of 5

Their interest in this problem arose from their proof that the statement that there are no such zeros is equivalent to the fact that, for any non-decreasing f:RR0f:\mathbb{R}\to \mathbb{R}_{\geq 0} which is bounded on every bounded interval and is =0=0 for x<1x<1, the relationship f(x)+kf(x/ak)=(1+k1ak+o(1))xf(x)+\sum_k f(x/a_k)=\left(1+\sum_k \frac{1}{a_k}+o(1)\right)x implies f(x)=(1+o(1))xf(x)=(1+o(1))x.

FormalConjectures/ErdosProblems/967.leanErdos967.erdos_967.variants.tauberian13 linesExact file
∀ (a : ℕ → ℕ),  StrictMono a    1 < a 0 →      (Summable fun k => 1 / ↑(a k)) →        ((∀ (t : ℝ), 1 + ∑' (k : ℕ), Erdos967.summand t (a k) ≠ 0) ↔          ∀ (f : ℝ → ℝ),            Monotone f              (∀ (x : ℝ), 0 ≤ f x) →                (∀ x < 1, f x = 0) →                  (∀ (x y : ℝ), BddAbove (f '' Set.Icc x y)) →                    Filter.Tendsto (fun x => (f x + ∑' (k : ℕ), f (x / ↑(a k))) / x) Filter.atTop                        (nhds (1 + ∑' (k : ℕ), 1 / ↑(a k))) →                      Filter.Tendsto (fun x => f x / x) Filter.atTop (nhds 1))
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page