I have to show that the polynomial sequence :
$P_n : [0, 1] \rightarrow \Bbb R, P_0(x) = 0$ and $P_{n+1}(x) = P_n(x) + \frac{1}{2}(x-P_n^2(x))$, for each integer $n \ge 0$
converges uniformly to $\sqrt{x}$.
In order to do that, I have to use Dini's theorem. I've already proved that :
For all $x \in [0, 1]$ and for all integer $n \ge 0$ : $0 \le P_n(x) \le P_{n+1}(x) \le \sqrt{x}$
$P_n(x)$ and $\sqrt{x}$ are continuous on $[0, 1]$
Now I only need to show that $P_n(x)$ converges pointwise, for all $x \in [0,1]$, to $\sqrt{x}$, but I didn't succeed in doing it with the definition of pointwise convergence.
Any help ? Thanks.