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.
AM-GM gives: $$\frac{a}{2} + \frac{2}{a} \stackrel{a>0, a\neq 2}{>} 2\sqrt{\frac{a}{2}\cdot\frac{2}{a}} = 2$$
Edit after comments:
So, also in your specific case of $a_1 = 4$ all members of the iteration are greater than $2$.
For a direct proof that all members of the iteration are greater than $2$ you may consider
Now use MVT:
$$f(x) - 2 = f(x) - f(2) = f'(\xi)(x - 2) = \left(\frac{1}{2} - \frac{2}{{\xi}^2}\right) (x - 2) \stackrel{2 < \xi < x}{>} 0$$