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:
- Uniform Distribution of Sequences by L. Kuipers and H. Niederreiter, 1974
- Wikipedia
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
- Equidistribution.IsEquidistributedModuloOne s = Equidistribution.IsEquidistributed 0 1 fun (n : ℕ) => Int.fract (s n)
Instances For
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.
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.
Find an accumulation point of the sequence (3/2)^n