I'm trying to prove that the sequence with recursive equation
$$a_{n+1} = \frac{1}{2}\left(a_n+\frac{p}{a_n}\right)|a_1>0;p\in\mathbb{N}$$
Converges to $\sqrt{p}$ as $n$ tends to infinity.
At first I thought I could prove that the sequence is monotonic and bounded from above but then I found out by plotting the sequence on my computer that it has a 'bump' right at the beginning.
I also tried to use the confront theorem by using
$$a_{n+1}\leq\frac{1}{2}(a_n+p)$$
which didn't seem to work either.
What should I do?