if $(u_{n})_{n\in\mathbb{N}}$ is an arbitrary sequence of reals. How do I start to construct, by induction, two real sequences $(a_{n})$ and $(b_{n})$ such that these criteria hold:
- $(a_{n})$ is increasing
- $(b_{n})$ is decreasing
- for all n$\in \mathbb{N}, a_{n} < b_{n}$
- the sequence $(b_{n} - a_{n})$ converges to 0.
- $u_{n} \notin [a_{n}, b_{n}]$
Take an arbitrary initial interval $a_0<b_0$. If this interval contains $u_0$, trim it on one side by keeping one of $\left[\dfrac{u_0+b_0}2,b_0\right]$ or $\left[a_0,\dfrac{a_0+u_0}2\right]$.
Shrink this interval, for instance with $a_1=\dfrac{2a_0+b_0}3,b_1=\dfrac{a_0+2b_0}3$. If the new interval contains $u_1$, trim it on one side by keeping one of $\left[\dfrac{u_1+b_1}2,b_1\right]$ or $\left[a_1,\dfrac{a_1+u_1}2\right]$.
And so on.
You can easily check that those intervals are non-empty, nested, do not contain the respective $u_n$ and their size converges to $0$.