Documentation

FormalConjectures.Books.BugeaudDistributionModuloOne.Problem10_6

Bugeaud Collection of Conjectures and Open Questions: Rapidly Increasing Sequences Dense Modulo One #

References:

theorem Bugeaud06.pollington_de_mathan (m : ) (hm : ∀ (n : ), 0 < m n) (hlac : IsLacunary m) :
dimH {ξ : | ¬Dense (Set.range fun (n : ) => ↑(ξ * (m n)))} = 1

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.

theorem Bugeaud06.problem_lacunary_not_dense_of_pollington_de_mathan (h : ∀ (m : ), (∀ (n : ), 0 < m n)IsLacunary mdimH {ξ : | ¬Dense (Set.range fun (n : ) => ↑(ξ * (m n)))} = 1) :
∃ (m : ), (∀ (n : ), 0 < m n) IsLacunary m ¬∀ (ξ : ), Irrational ξDense (Set.range fun (n : ) => ↑(ξ * (m n)))

The Pollington–de Mathan theorem implies that a lacunary sequence cannot answer Problem 10.6.

theorem Bugeaud06.furstenberg_two_three (ξ : ) ( : Irrational ξ) :
Dense {x : AddCircle 1 | ∃ (m : ) (n : ), 0 < m 0 < n x = ↑(ξ * ↑(2 ^ m * 3 ^ n))}

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.

theorem Bugeaud06.boshernitzan (r : ) (hr : ∀ (n : ), 0 < r n) (hunb : ¬BddAbove (Set.range r)) (hsub : Filter.Tendsto (fun (n : ) => r (n + 1) / r n) Filter.atTop (nhds 1)) :
dimH {ξ : | ¬Dense (Set.range fun (n : ) => ↑(ξ * r n))} = 0

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.

noncomputable def Bugeaud06.mSeq :

The sequence defined by $m_0 = 2$ and $m_{n+1} = \lceil m_n (1 + 1/\log n) \rceil$.

Equations
Instances For

    The sequence $m$ eventually grows at least geometrically with a logarithmic correction.

    Equations
    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
      Instances For
        theorem Bugeaud06.example_hasIntermediateGrowth (α : ) (hα₀ : 0 < α) (hα₁ : α < 1) :

        mSeq has intermediate (subexponential but super-polynomial) growth: for every 0 < α < 1 its terms eventually dominate $\exp(n^\alpha)$.

        theorem Bugeaud06.problem_10_6_variant_1 :
        ∃ (m : ), StrictMono m IsGenuinelySublacunary m ∀ (ξ : ), Irrational ξDense (Set.range fun (n : ) => ↑(ξ * (m n)))

        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.

        theorem Bugeaud06.problem_10_6_variant_2 :
        ∃ (m : ), StrictMono m (∃ (α : ), 0 < α α < 1 HasIntermediateGrowth α m) ∀ (ξ : ), Irrational ξDense (Set.range fun (n : ) => ↑(ξ * (m n)))

        Problem 10.6, intermediate-growth variant.