Documentation

FormalConjectures.Books.UniformDistributionOfSequences.Equidistribution

Equidistributed Sequences #

Corollary 4.2 of Chapter 1 states that the sequence $(x^n), n = 1, 2, ... ,$ is equidistributed modulo 1 for almost all x > 1. And a little bit further down: "one does not know whether sequences such as $(e^n)$, $(π^n)$, or even $((\frac 3 2)^n)$" are equidistributed modulo 1 or not.

References:

def IsEquidistributed (a b : ) (s : ) :

A sequence (s_1, s_2, s_3, ...) of real numbers is said to be equidistributed on an interval [a, b] if for every subinterval [c, d] of [a, b] we have lim_{n→ ∞} |{s_1, ..., s_n} ∩ [c, d]| / n = (d - c)/(b-a)

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A sequence (s_1, s_2, s_3, ...) of real numbers is said to be equidistributed modulo 1 or uniformly distributed modulo 1 if the sequence of the fractional parts of a_n, denoted by (a_n) or by a_n − ⌊a_n⌋, is equidistributed in the interval [0, 1].

    Equations
    Instances For
      def IsAccumulationPoint (x : ) (s : ) :

      A point x is an accumulation point of a sequence s_0, s_1, ... if any neighbourhood of x contains a point of the sequence distinct from x.

      Equations
      Instances For

        If a point x is an accumulation point of a sequence s_0, s_1, ... then there is a subsequence of s that tends to x

        Equations
        • =
        Instances For

          The sequence (3/2)^n is equidistributed modulo 1.

          The sequence (3/2)^n has infinitely many accumulation points modulo 1.

          theorem isAccumulationPoint_three_halves_pow :
          IsAccumulationPoint sorry fun (n : ) => (3 / 2) ^ n

          Find an accumulation point of the sequence (3/2)^n