Skip to content

Erdős problem 480

Let x1,x2,[0,1]x_1,x_2,\ldots\in [0,1] be an infinite sequence. Is it true that infnlim infmnxm+nxm51/20.447?\inf_n \liminf_{m\to \infty} n \lvert x_{m+n}-x_m\rvert\leq 5^{-1/2}\approx 0.447? A conjecture of Newman.

Sources

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

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

480.lean

Retained formal statement2 of 3

This was proved by Chung and Graham [ChGr84], who in fact prove that infnlim infmnxm+nxm1c0.3944\inf_n \liminf_{m\to \infty} n \lvert x_{m+n}-x_m\rvert\leq \frac{1}{c}\approx 0.3944 where c=1+k11F2k=2.5353705c=1+\sum_{k\geq 1}\frac{1}{F_{2k}}=2.5353705\cdots and FmF_m is the mmth Fibonacci number.

FormalConjectures/ErdosProblems/480.leanErdos480.erdos_480.variants.chung_graham3 linesExact file
have c := 1 + ∑' (k : ℕ+), 1 / ↑(Nat.fib (2 * ↑k));∀ (x : ℕ → ℝ),  (∀ (n : ℕ), x nSet.Icc 0 1) → ⨅ n, Filter.liminf (fun m => ↑↑n * |x (m + ↑n) - x m|) Filter.atTop ≤ 1 / c
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page