I'm doing a question investigating uniform convergence of a function and I need something cleared up if possible.
$f_n(x) = \frac{x^n}{1+x^n}$ on the interval $[0,1]$.
Now, pointwise, this turns into a piecewise limit function:
$$f(x) = \left\{\begin{array}{ll}{1\over2}&\text{ if }x=1 \\ 0&\text{ if }x\neq 1\end{array}\right.$$
Anyways, provided this limit function is correct, how does one prove or disprove uniform convergence here, using the $\displaystyle \lim_{n\rightarrow \infty} \sup_{x\in I} |f_n(x)-f(x)|=0$ definition?
Thanks!
Fill in the expression $$\lim_{n\to\infty}\sup_{x\in I}|f_n(x)-f(x)|$$ from the inside out:
(1) Plug in the limit function $f(x)$ into $|f_n(x)-f(x)|$. The result will be $|f_n(x)|$ if $x\ne1$, and will be zero if $x=1$. So the expression is now
$$\lim_{n\to\infty}\sup_{x\ne1}|f_n(x)|$$
(2) Calculate, for each $n$, the sup of $|f_n(x)|$ over $x\ne1$. Check that the answer is $1/2$ for each $n$.
(3) Now the expression is $$\lim_{n\to\infty}1/2\;,$$ which equals $1/2$.