Suppose $f_n(x)=x^n - x^{2n}$ , $x \in [0,1]$. Dose the sequence of functions $\lbrace f_n \rbrace$ converge uniformly?
I try to show that the sequence is Cauchy. But I get stuck.
Suppose $n>m$. Then $|f_n(x)-f_m(x)|=|x^n-x^{2n}-(x^m-x^{2m})| \leq |x^n -x^m|+|x^{2n}-x^{2m}|=|x^n(1-x^{m-n})|+|x^{2n}(1-x^{2(m-n)})|$
After that, I try to use definition of uniform convergence. Clearly the sequence of functions converges pointwise to $0$.
$|x^n-x^{2n}|=|x^n(1-x^n)| \leq |x^n| \leq \epsilon$
Since $x$ cannot be eliminated, the convergence is not uniform.
Does this proof work?