I was solving a question on uniformly convergent function. In my opinion, there is no point at which $nx(1-x)^n$ is discontinuous in [0,1]. Then it should be convergent in the interval [0,1].
Where am I going wrong with this?
Thanks in advance!
I was solving a question on uniformly convergent function. In my opinion, there is no point at which $nx(1-x)^n$ is discontinuous in [0,1]. Then it should be convergent in the interval [0,1].
Where am I going wrong with this?
Thanks in advance!
It is definitely possible for a sequence of functions to converge pointwise but not uniformly to a continuous function. A classic example of this is the sequence of triangle functions $f_n \colon [0, 1]\rightarrow \mathbf{R}$ defined by $$ f_n(x) = \begin{cases} nx & \text{if } 0 \leq x \leq 1/n, \\ 2-nx &\text{if } 1/n < x \leq 2/n. \\ 0 &\text{if } 2/n < x, \end{cases} $$ which converge pointwise to $0$ but $\sup_{x \in [0, 1]}|f_n(x) - 0| = 1$ for all $n$.
In your case, notice that \begin{align*} \sup_{x \in [0, 1]} |S_n(x) - 0| \geq S_n(1/n) = \frac{n}{n}\biggl(1 - \frac{1}{n}\biggr)^n \rightarrow e^{-1}, \end{align*} so that $$ \liminf_{n\rightarrow \infty} \sup_{x \in [0, 1]} |S_n(x) - 0| \geq e^{-1} $$ and so $\{S_n\}$ does not converge to $0$ uniformly.