Given is a sequence of polynomials $P_n$, defined as follows: $P_0(x)=0, P_{n+1}(x) = P_n(x) + \frac{x-P_n^2(x)}{2}. $, n= 0,1,2,..., and x is real.
Proving that for all non-negative integers n and x at [0;1] this holds:
$0\leq \sqrt(x)-P_n(x) \leq \frac{2}{n+1} . $.
I checked for small cases n=0,1,2 the hypothesis, and it turns out true fot all x at [0;1]! But how do we proceed? Setting some recurrence? I tried induction, but can't find ties.