I am new to MSE, so apologies for any inconveniences regarding my question. I am studying for the GRE's Math Subject and decided to go back and study certain important concepts from the Analysis series. I am reading Elementary Analysis by Ross, particularly section 24, Uniform Convergence.
We are shown the sequence of real valued functions $$f_n(x) = nx^n, \quad x \in [0,1),$$ and told that it does not converge uniformly on said interval. However, $\ f_n \rightarrow f$ point-wise on $[0,1)$ where $\ f(x) = 0, \ \forall x \in [0,1).$
This all makes sense and I am fine with it. However, it is later remarked that a sequence $\ (f_n)$ of functions on a set $\ S \in \mathbb{R}$ converges uniformly if and only if $$lim[sup\{|f(x)-f_n(x)|:x \in S\}] = 0.$$
This is what confuses me, because I am pretty sure (not $100 \%$ sure), that since $limsup = L = liminf$ for any convergent sequence (where $L$ is the limit), then for the example $f_n(x) = nx^n$, shouldn't this sequence of functions technically be uniformly convergent?
I'm most definitely missing something, though hopefully not anything glaringly obvious, and would appreciate some feedback. Thanks!
The thing is, for uniform convergence, the function sequence $(f_n)$ must converges for all $x$ in the interval. Pointwise convergence gives convergence of the sequence of numbers $(f_n(x))$, where $x$ is a pre-fixed point in the interval. When we compute $$\lim_{n\to\infty}\left[\sup\{|f(x)-f_n(x)|:x\in S\}\right]$$the point $x$ is not fixed, as the supremum of the limiting set can change (and in your example does change) as $n\to\infty$.
Pointwise convergence says that, for a fixed $x\in S$ we have $$\lim_{n\to\infty}|f(x)-f_n(x)|=0$$and in this case, we can use the result that says $\liminf=\lim=\limsup$. However, for uniform convergence we consider the limit of the supremum of the set $\{|f(x)-f_n(x)|:x\in S\}$, which is not the same as $\limsup |f(x)-f_n(x)|$ for a fixed $x$.
Essentially, this test for uniform convergence is seeing whether or not the maximum distance between the sequence functions and the pointwise limit function goes to zero. If this distance goes to zero, then the sequence functions approach the limit function uniformly, otherwise they do not. Pointwise convergence just shows that, at a specific point $x$, the distance between the value of the sequence functions and the value of the limit function at this point $x$ goes to zero. This does not guarantee that the maximum distance between the limit function and the sequence functions goes to zero, as the point $x$ that produces the maximum distance need not be the same point as $n\to\infty$.