6

Let be $$\forall n > 0, S_n = \dfrac{1}{n} \sum\limits_{k=0}^{n - 1} \exp(2i\pi u_k),\quad \forall k \geq 0, u_k = \left(\dfrac{3 + \sqrt{5}}{2}\right)^k$$

I would like to prove or disprove the convergence of $S_n$ as $n \to +\infty$.

What I have tried:

  • First, I tried to express $u_k$ as $(\phi^{2k})_k$ with $\phi$ the golden ratio and use $\phi^2 = 1 + \phi$ in the exponential, but with no success.
  • Second, I tried to establish lower / upper bounds of $S_n$ or study $S_{2n}, S_{2n + 1}$ with no success.
  • I think I could make use of the irrationality of $\phi$ but would prefer to avoid a proof based on equipartition (as this is what I'm proving in the end).
  • Also, this problem is whether $(\exp(2i\pi u_k))_k$ is Cesaro-summable.
Lorenzo B.
  • 2,290
Raito
  • 1,940
  • 11
  • 17

1 Answers1

5

Let $v_k = \left(\frac{3-\sqrt{5}}{2}\right)^k$ and $w_k = u_k + v_k$. The sequence $w_k$ satisfy recurrence relation: $$w_{k+2} = 3w_{k+1} - w_k$$ Together with $w_0 = 2, w_1 = 3$, one can conclude $w_k$ is an integer sequence. This leads to

$$\exp(2\pi u_k i) = \exp(2\pi( w_k - v_k )i ) = \exp(-2\pi v_k i)$$ Since $\left|\frac{3-\sqrt{5}}{2}\right| < 1$, we have $$\lim_{k\to\infty} v_k = 0 \quad\implies\quad \lim_{k\to\infty} \exp(-2\pi v_k i) = 1\quad\implies\quad \lim_{n\to\infty} S_n = 1$$

achille hui
  • 125,323