Prove that the series $\sum_{n=1}^{\infty} \frac{x^n}{n^4}$ defines a continuous function on $[-1 , 1]$.
Lemma I am trying to use: Let $\sum_{n=1}^{\infty}f_n$ be a series which converges uniformly on $A \subseteq \mathbb{R}$ to $f$. If each $f_n$ is continuous on $A$, then $f$ is continuous on $A$.
I am confused on how to prove this. First, we need to show that this series converges uniformly on $[-1, 1]$. So notice that \begin{align*} 0 \leq \left|\frac{x^n}{n^4}\right| = \frac{|x|^n}{n^4} \leq \frac{1}{n^4} \end{align*} for all $x \in [-1,1]$. Then, notice that $\sum_{n=1}^{\infty} \frac{1}{n^4}$ converges since it is a p-series with p = 4. Therefore, by the Weierstrass M-Test, it follows that $\sum_{n=1}^{\infty} \frac{x^n}{n^4}$ converges uniformly on $[-1,1]$. I don't know where to go from here.