Prove the sequence $a_{1} = 4$, $a_{n + 1} = \frac{a_{n}}{2} + \frac{2}{a_{n}}$, $n = 1, 2, \ldots$ satisfies $a_{n} > 2$
Let $x = a_{n}/2$.
Then $a_{n + 1} = x + 1/x$.
Define $f(x) = x + 1/x$ so that $f'(x) = -1/x^2 + 1 = 0 \implies x = 1,$ meaning that $a_{n + 1}$ has a minimum at $1 + 1/1 = 2$.
This shows $a_{n + 1} \geq 2$. But I want to show the strict bound $a_{n + 1} > 2$. Perhaps I can prove the case separately. I can't make any progress.