旧博客原文
原题:Van der curpurt trick
There is the statement of Van der carport theorem:
Given a sequences in
, if
,
is uniformly distributed, then
is uniformly distributed.
I do not know how to establish this theorem with no extra condition, but this result is true at least for polynomial flow.
This type of trick could also establish the following result, which could be understand as a discretization of the Vinegradov lemma.
Uniformly distribution result of: Given
,
coverages to a uniformly distribution in
as
.
This trick could also help to establish estimate of correlation of low complexity sequences and multiplicative function, such as result:
Maybe with the help of B-Z-S theorem.
The standard estimate of Mobius function is:
The error term is true for
.
补充说明
以下是新整理的中文说明;上方旧博客原文保持不变。
Van der Corput trick 的核心是:不要直接估计一个振荡平均,而是估计它与平移后的相关。若所有非零差分序列都足够均匀,那么原序列本身也应当均匀。

1. 均匀分布版本
设 $(a_n)$ 是 $\mathbb T^d$ 中的序列。一个典型命题是:若对每个 $h\ne0$,差分序列
$$a_{n+h}-a_n$$
都在 $\mathbb T^d$ 中均匀分布,那么 $a_n$ 也均匀分布。证明通常通过 Weyl criterion,把问题化成指数和估计。
2. 指数和不等式
对复数序列 $u_n$,Van der Corput 不等式给出
$$\left|\frac1N\sum_{n\le N}u_n\right|^2
\lesssim \frac1H+\frac1H\sum_{1\le h\le H}\left|\frac1N\sum_{n\le N-h}u_{n+h}\overline{u_n}\right|.$$
右侧出现的就是相关项。若相关项都小,则原平均小。
3. 多项式相位
当 $u_n=e(P(n))$ 且 $P$ 是次数 $k$ 的多项式时,差分 $P(n+h)-P(n)$ 的次数降为 $k-1$。因此可以用归纳证明 Weyl 型均匀分布结论。
4. 与乘法函数相关
在 Mobius 或 Liouville 与低复杂度序列的相关估计中,Van der Corput trick 常用于把一个序列的复杂度下降一层,再配合 Bourgain-Sarnak-Ziegler criterion。它的角色不是给出最终消去,而是把问题改写成更适合结构分析的形式。


