Does $(f_n)$ converge pointwise/uniformly on $I$?

478 Views Asked by At

Does $(f_n)$ converge pointwise/uniformly on $I$ if $$f_n(x) = \frac{x^n}{1+x^n} ~~~~~~ I=[0,1]$$

My attempt:

If $x \in [0,1): \displaystyle \lim_{n \to \infty}f_n(x) = 0$

If $x=1: \displaystyle \lim_{n \to \infty}f_n(x) = \frac{1}{2}$

Hence $(f_n)$ converges pointwise to $$f(x) = \begin{cases}0 & \text{if } 0\leq x < 1 \\ \frac{1}{2} & \text{if } x=1\end{cases}$$ on $I=[0,1]$.

Now, for each $n \in \mathbb{N}$ $$\big|~f_n(x) - f(x)~\big| = \displaystyle \begin{cases}\displaystyle\frac{x^n}{1+x^n} & \text{if }~ 0 \leq x <1\\ 0 &\text{if } x=1\end{cases}$$

Hence $$\| f_n(x) - f(x) \| = \sup\bigg\{ \bigg|\displaystyle \frac{x^n}{1+x^n} \bigg| : x \in [0,1) \bigg\} = \frac{1}{2}$$ which does not converge to $0$.

Hence $(f_n)$ does not converge uniformly to $f$ on $I=[0,1]$.

Is this correct?

2

There are 2 best solutions below

0
On BEST ANSWER

If $f_{n}$ converged uniformly on $[0,1]$, the limit function would necessarily be continuous, but as you have shown, it is not. Therefore, the sequence does not converge uniformly.

0
On

It converges pointwise but not uniformly. Take the sequence $x_n=1-\frac{1}{n}$. The we get that the $\sup f_n(x)\geq 1-\frac{1}{1+e}$. The sup is not neccesarilly equal to 1/2. However, it is positive.