Documentation

FormalConjectures.ErdosProblems.«495»

Erdős Problem 495 #

Reference: erdosproblems.com/495

noncomputable def Erdos495.distNearestInt (x : ) :

The distance from x to the nearest integer, denoted $\|x\|$.

Equations
Instances For
    theorem Erdos495.erdos_495 :
    sorry ∀ (α β : ), Filter.liminf (fun (n : ) => n * distNearestInt (n * α) * distNearestInt (n * β)) Filter.atTop = 0

    Let $\alpha,\beta \in \mathbb{R}$. Is it true that[\liminf_{n\to \infty} n | n\alpha | | n\beta| =0]? This is also known as the Littlewood conjecture.