Suppose $f_n(x) = x^n$ for $x\in [0,1]$. Does $f_n$ converge uniformly on $[0,1]$ and $\left[0,\frac12 \right]$?
My attempt :
$\lim_{n \to \infty} f_n(x)= F(x)$
Where $F(x)=0$ if $x=0$
$F(x)= \frac{1}{1-x}$ if $0 I said it's not uniformly convergent since $F(x)$ is not continuous at the point $0$ $\lim_{x \to 0} F(x) \neq F(0)$ Since if $f_n$ was to be uniformly continuous $\lim_{n \to \infty}f_n$ would have been continuous, I conclude $f_n$ is not uniformly convergent. What did I do wrong here? Answer sheet says that it's not uniformly convergent on $[0,1]$ but says it is uniformly convergent on $[0,\frac{1}{2}]$ But my approach applies to $[0,\frac{1}{2}]$ and proves again.