Bugeaud Collection of Conjectures and Open Questions: Rapidly Increasing Sequences Dense Modulo One #
References:
- [Bos94] Boshernitzan, Michael D. "Density modulo 1 of dilations of sublacunary sequences." Advances in Mathematics 108.1 (1994): 104-117.
- [Bug12] Bugeaud, Yann. "Distribution modulo one and Diophantine approximation." Vol. 193. Cambridge University Press, 2012. Chapter 10.
- [Fur67] Furstenberg, H. "Disjointness in ergodic theory, minimal sets, and a problem in diophantine approximation". Math. Systems Theory 1, 1–49 (1967).
- [Mat80] de Mathan, Bernard. "Numbers contravening a condition in density modulo 1." Acta Mathematica Hungarica 36.3-4 (1980): 237-241.
- [Pol79] Pollington, Andrew Douglas. "On the density of sequence $\{n_ {k}\xi\} $." Illinois Journal of Mathematics 23.4 (1979): 511-515.
The Pollington–de Mathan theorem [Pol79][Mat80]. For every lacunary sequence $(m_n)_{n \ge 1}$ of positive integers, the set of real numbers $\xi$ for which $(\{\xi m_n\})_{n \ge 1}$ is not dense modulo one has full Hausdorff dimension.
Furstenberg's theorem [Fur67] (the $\times 2, \times 3$ case). For every irrational number $\xi$, the two-parameter family $(\{\xi \, 2^m 3^n\})_{m, n \ge 1}$ is dense modulo one.
Boshernitzan's theorem [Bos94]. Given a real sublacunary sequence $r$, the set of real numbers $\xi$ for which $(\{\xi r_n\})_{n \ge 1}$ is not dense modulo one has Hausdorff dimension zero.
The sequence defined by $m_0 = 2$ and $m_{n+1} = \lceil m_n (1 + 1/\log n) \rceil$.
Equations
- Bugeaud06.mSeq 0 = 2
- Bugeaud06.mSeq n.succ = ⌈↑(Bugeaud06.mSeq n) * (1 + 1 / Real.log ↑n)⌉₊
Instances For
The sequence mSeq, given by $m_{n+1} = \lceil m_n (1 + 1/\log n) \rceil$, is
genuinely sublacunary: taking $c = 1$, we have $m_{n+1}/m_n \ge 1 + 1/\log n$ because
$\lceil m_n (1 + 1/\log n) \rceil \ge m_n (1 + 1/\log n)$.
The sequence $m$ eventually grows at least as fast as $\exp(n^{\alpha})$, i.e., super-exponential growth when $\alpha > 1$, and stretched-exponential when $0 < \alpha < 1$.
Equations
- Bugeaud06.HasIntermediateGrowth α m = ∀ᶠ (n : ℕ) in Filter.atTop, Real.exp (↑n ^ α) ≤ ↑(m n)
Instances For
mSeq has intermediate (subexponential but super-polynomial) growth: for every
0 < α < 1 its terms eventually dominate $\exp(n^\alpha)$.
Problem 10.6. Find a very rapidly increasing sequence $(m_n)_{n \ge 1}$ of positive integers such that $(\{\xi m_n\})_{n \ge 1}$ is dense modulo one for every irrational number $\xi$. Note: Furstenberg's $2^m3^n$ is sublacunary but requires two parameters.
Problem 10.6, intermediate-growth variant.