Let $a_0 := 1$ and $b_0 := \sqrt{2}$, and define \begin{align*} a_{i+1} &:= |b_i - a_i| \\ b_{i+1} &:= |a_i - a_{i+1}| \end{align*} Prove that $\lim_{i \to \infty}{a_i} = 0$ and $\lim_{i \to \infty}{b_i} = 0$.
Context: I am given the set $L := \{a+b\sqrt{2} : a,b\in \mathbb{Z}\} \subset \mathbb{R}$, and I want to prove it is NOT a lattice over $\mathbb{R}$, since it is not discrete. My idea to solve it was to build a sequence converging to $0$ and I came up with this sequence. Intuitively/empirically seems to be converging to $0$, but I am having trouble proving it formally. Does anyone have any idea or hint?
Prove, by induction that
$$a_n = \left(\sqrt{2} - 1\right)^n, ~~b_n = \left(\sqrt{2} - 1\right)^{n-1} - \left(\sqrt{2} - 1\right)^n. \tag1 $$
Empirically true for $n=1$.
$$a_{n+1} = |b_n - a_n| = |\left(\sqrt{2} - 1\right)^{n-1} \times [ 1 - 2(\sqrt{2} - 1) ]|$$
$$ = |\left(\sqrt{2} - 1\right)^{n-1} \times (3 - 2\sqrt{2})|$$
$$ = |\left(\sqrt{2} - 1\right)^{n-1} \times \left(\sqrt{2} - 1\right)^2| = \left(\sqrt{2} - 1\right)^{n+1}.$$
Therefore,
$$b_{n+1} = |a_{n+1} - a_{n}| = \left(\sqrt{2} - 1\right)^n - \left(\sqrt{2} - 1\right)^{n+1}.$$
So, (1) above is proven.
Further, it is immediate from (1) above that as $n \to \infty, a_n \to 0.$
Finally, $b_n$ may be re-written
$$\left(\sqrt{2 - 1}\right)^{n-1} [1 - (\sqrt{2} - 1)] = (2-\sqrt{2})a_{n-1}.$$
So, as $n \to \infty, b_n \to 0.$