Documentation

FormalConjectures.Books.BugeaudDistributionModuloOne.IntDistanceDistribution

Bugeaud Collection of Conjectures and Open Questions: Fractional Parts of Powers #

Chapter 10 of the book collects open questions. This file formalizes Problems 10.1, 10.2, 10.3 and the unnumbered conjecture by Waldschmidt.

References:

theorem Bugeaud.problem_10_1 :
True ∃ (α : ) (ξ : ), 1 < |α| Transcendental α 0 < ξ Filter.Tendsto (fun (n : ) => distToNearestInt (ξ * α ^ n)) Filter.atTop (nhds 0)

Problem 10.1. Are there a transcendental number $\alpha$ and a positive real number $\xi$ such that $\lVert \xi \alpha^n \rVert$ tends to~$0$ as~$n$ tends to infinity? [Har19] (Trivial for $|\alpha| < 1$)

Problem 10.2. To prove that $\lVert e^n \rVert$ does not tend to 0 as n tends to infinity.

theorem Bugeaud.problem_10_3 :
∃ (c : ), 0 < c ∀ (n : ), 1 nReal.exp (-c * n) < distToNearestInt (Real.exp n)

Problem 10.3. To prove that there exists a positive real number~$c$ such that $\lVert e^n \rVert > e^{−cn}$, for every~$n \ge 1$. Posed by Mahler [Mah53].

theorem Bugeaud.waldschmidt :
∃ (c : ), 0 < c ∀ (n : ), 1 nn ^ (-c) < distToNearestInt (Real.exp n)

Waldschmidt [Wal03] conjectured that a stronger result holds, namely that there exists a positive real number~$c$ such that $\lVert e^n \rVert > n^{−c}$ for every~$n \ge 1$. This is supported by metrical results [Kok45].

theorem Bugeaud.problem_10_3_of_waldschmidt (h : ∃ (c : ), 0 < c ∀ (n : ), 1 nn ^ (-c) < distToNearestInt (Real.exp n)) :
∃ (c : ), 0 < c ∀ (n : ), 1 nReal.exp (-c * n) < distToNearestInt (Real.exp n)

Waldschmidt's conjecture is stronger than Mahler's: since $\log n \le n$ for $n \ge 1$, the polynomial lower bound $n^{-c}$ dominates the exponential lower bound $e^{-cn}$.