Van der Corput Sequence
- The van der Corput sequence is defined by reflecting the digits of nonnegative integers in a fixed base to produce a uniformly distributed sequence in [0, 1).
- It achieves a low discrepancy of order O((log N)/N) and is fundamental in quasi-Monte Carlo integration and uniform distribution theory.
- Generalizations such as LS-sequences and σ-scrambled variants extend its methodology to advanced numerical methods and higher-dimensional sampling.
The van der Corput sequence is a prototypical one-dimensional low-discrepancy sequence constructed by reflecting the digits of nonnegative integers in a fixed base and interpreting the result as a -adic fraction. This sequence forms the foundation of much of modern quasi-Monte Carlo theory and uniform distribution practice, combining elegant digital construction, rigorous discrepancy bounds, deep links to harmonic analysis, and wide generalization to other algebraic and combinatorial settings. The following provides a comprehensive account of its construction, properties, generalizations, and significance in mathematical research.
1. Definition and Classical Construction
Let be an integer base. Every nonnegative integer admits a unique base- expansion: The radical-inverse function is defined by reversing the order of digits: In positional notation, if , then in base .
The van der Corput sequence in base is given by (Carbone, 2013, Faure et al., 2015). For example, in base $2$:
- (): .
The process can be efficiently implemented using the pseudocode:
1 2 3 4 5 6 7 8 9 |
def van_der_corput(n, b): x = 0 f = 1 / b while n > 0: a = n % b x += a * f n //= b f /= b return x |
2. Geometric Interpretation and Digit Inversion
The digit inversion central to van der Corput's construction has a geometric explanation. Define the contraction-and-shift maps: Then
Starting from , repeatedly zoom into subintervals based on each digit , applying the maps in least-significant digit order; this "magical" digit order inversion is both algorithmically essential and geometrically insightful (Carbone, 2013).
3. Discrepancy, Uniform Distribution, and Lebesgue Constants
A sequence in is uniformly distributed mod 1 if, for all ,
The star discrepancy quantifies the maximal deviation from true uniformity: For the classical van der Corput sequence,
this bound being optimal for -adic constructions (Faure et al., 2015, Hofer, 20 Jan 2025).
In base $2$, the normalized star discrepancy coincides with the Lebesgue constants of the Walsh system: where is the Lebesgue constant of the th Walsh-Dirichlet kernel. This coincidence creates a direct bridge between uniform distribution theory and approximation theory, allowing transfer of exact and asymptotic results (Dick et al., 4 Dec 2024).
4. -Discrepancy and Davenport Symmetrization
For , the -discrepancy of the van der Corput sequence is: Standard van der Corput sequences satisfy: but Roth and Proinov established that no sequence can do better than infinitely often (Kritzinger et al., 2015, Kritzinger, 2015).
Davenport's symmetrization (reflection principle) produces: yielding
for all , which is best possible (Kritzinger et al., 2015, Kritzinger, 2015).
5. Pair Correlations and Rigidity
The finite empirical pair correlation function,
was computed explicitly in base $2$ in terms of binary coefficients of (Weiß, 2023). As ,
indicating non-Poissonian pair correlations: points do not cluster at the $1/N$ scale and the gap structure is extremely rigid.
6. Generalizations: LS-Sequences, Abstract Numeration, Digit Permutation
Carbone (Carbone, 2013, Carbone, 2012) and subsequent works define LS-sequences as a two-parameter generalization: natural numbers are expanded in base , digits are inverted, and each digit index is weighted by self-similar contraction maps. The classical van der Corput sequence is recovered for , .
Further, the concept generalizes to abstract numeration systems recognized by totally ordered Pisot automata (0809.3994). Abstract van der Corput sequences constructed in such regular languages retain uniform distribution and discrepancy, provided automata satisfy spectral gap (Pisot) properties.
Permuted van der Corput sequences (-scramblings) and higher-dimensional digital analogues (Halton, Niederreiter -sequence, digital nets) inherit and generalize these principles, serving as core constructions for quasi-Monte Carlo integration (Faure et al., 2015, Hofer, 20 Jan 2025).
7. Connections: Potential Theory, Randomness, and Further Directions
Pausinger (Pausinger, 2019) established that the van der Corput sequence arises as the output of a greedy energy-minimization system under strictly convex symmetric kernels, including the logarithmic interaction. This links deterministic low-discrepancy sequence generation to optimal point distributions in potential theory and Leja sequences.
Randomness properties are also quantifiable: sums over the van der Corput sequence exhibit central limit theorems and large deviation inequalities, with fluctuations about the mean governed by explicit expressions in terms of digit structure and Fourier coefficients (Borda, 2016, Dick et al., 4 Dec 2024).
The van der Corput sequence remains central, not only in uniform distribution/algebraic combinatorics but also in discrete harmonic analysis, probabilistic limit theory, and energy optimization. Open problems involve multidimensional pair correlations, optimal constant determination, distribution properties for nonstandard numeration systems, and dimension-robust generalization in high-dimensional net construction (Weiß, 2023, 0809.3994, Dick et al., 4 Dec 2024, Hofer, 20 Jan 2025).
References
- "How to construct generalized van der Corput sequences" (Carbone, 2013)
- "On the finite pair correlation function of van der Corput sequences" (Weiß, 2023)
- "-discrepancy of the symmetrized van der Corput sequence" (Kritzinger et al., 2015)
- "On the exact order of the discrepancy of low discrepancy digital van der Corput--Kronecker sequences" (Hofer, 20 Jan 2025)
- "Greedy energy minimization can count in binary: point charges and the van der Corput sequence" (Pausinger, 2019)
- "Discrepancy results for the Van der Corput sequence" (Spiegelhofer, 2017)
- "Regularities of the distribution of abstract van der Corput sequences" (0809.3994)
- "A van der Corput-type algorithm for LS-sequences of points" (Carbone, 2012)
- "From van der Corput to modern constructions of sequences for quasi-Monte Carlo rules" (Faure et al., 2015)
- "Lebesgue constants for the Walsh system and the discrepancy of the van der Corput sequence" (Dick et al., 4 Dec 2024)
- "L_p- and S_{p,q}rB-discrepancy of the symmetrized van der Corput sequence and modified Hammersley point sets in arbitrary bases" (Kritzinger, 2015)
- "On the distribution of the van der Corput sequence in arbitrary base" (Borda, 2016)
Sponsored by Paperpile, the PDF & BibTeX manager trusted by top AI labs.
Get 30 days free