How can I show that the following sequence is monotone and bounded?
$a_1=1, a_{n+1}= \frac{a_n}{2}+1, \forall n \in \mathbb{N}$
The exercise asks to find the limit of the sequence (if it exists), and suggests to first, show that $(a_n)_n$ is monotone and bounded.
You can show it is Montone and bounded by induction easily. First, check that $a_1\leq 2$ and $1=a_1 < a_2=1.5$. Now suppose that $a_n<a_{n+1}<2$ for some $n$. Then, we have $$a_n/2+1</a_{n+1}/2+1<2/2+1=2$$ which implies that $a_{n+1}<a_{n+2} <2$.
you can generally show that if $f(x)$ is a monotone function the $a_{n+1} =f(a_n)$ is a monotone sequence.