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 statement1 of 3

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.

FormalConjectures/ErdosProblems/480.leanErdos480.erdos_4803 linesExact file
True  ∀ (x : ℕ → ℝ),    (∀ (n : ℕ), x nSet.Icc 0 1) → ⨅ n, Filter.liminf (fun m => ↑↑n * |x (m + ↑n) - x m|) Filter.atTop ≤ 1 / √5
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page