1) V1 For every pair of real numbers α and β, liminf as n tends to infinity of n times the distance from nα to the nearest integer times the distance from nβ to the nearest integer is zero.
open, filed Tue Aug 25 2026 05:21:54 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Canonical root statement. `distToNearestInt x := |x-round x|` is copied exactly from FormalConjecturesForMathlib. The quantifiers are universal, the asymptotic operation is liminf rather than limit/limsup, and the scale is n rather than n².
Scope. All real α,β; natural n tends to infinity; `round` breaks ties toward positive infinity, which does not affect the distance.