The given problem was to find what the given sequence $x_1 = 8$ and $x_{n+1} = \frac12 x_n + 2$ converges to.
First by MCT, I proved that it converges because the sequence is monotonically decreasing (by induction), and that it's bounded below by 4.
The thing now is that I actually want to prove what the sequence converges to, and by MCT I know that's the infimum, but I don't know how to go about actually finding the infimum.
Could someone point me in the right direction?
Edit: I now know that you don't necessarily need to find the infimum, but I would still like to know how you would approach finding the infimum.
If you know that the sequence converge then $x_{n+1}\to L$ and $x_n\to L$ and backing to the recurrence you get:
$$L=\frac{1}{2}L+2\to 2L=L+4\to L=4$$