I am given that:
For $n \in \mathbb{N}$, define $f_n: \mathbb{R} \to \mathbb{R}$ by
$$f_n(x)=\frac{x^{4n}}{4+x^{4n}}.$$
I need to determine whether the sequence $(f_n)$ converges uniformly on $\mathbb{R}$.
This is what I have done:
\begin{align} \lim_{n \to \infty}f_n(x)&=\lim_{n \to \infty}\frac{x^{4n}}{4+x^{4n}}= \begin{cases} 0, & \text{if}\ x \in (-1,1) \\ \frac15, & \text{if}\ x \in \{-1,1\} \\ 1, & \text{if}\ x \in \mathbb{R}\setminus[-1,1] \end{cases} = f(x) \end{align}
Now I am struggling to show whether or not $f_n$ converges uniformly to $f$ over $\mathbb{R}$.
Well, $f_n$ are continuous functions. If $(f_n(x))$ is uniformly convergent , then $\lim_{n \to \infty}f_n(x)$ is continuous, which is false.
So, our sequence is not uniformly convergent over $\mathbb{R}$.