Let $f_n \to f$ pointwise at every point in the interval $[a,b]$. And $f_n$ is continuous . Which of the following are true ?
Let $f_n \to f$ pointwise at every point in the interval $[a,b]$. We have seen that even if each $f_n$ is continuous it does not follow that $f$ is continuous. Which of the following statements are true?
- If each $f_n$ is increasing on $[a,b]$, then so is $f$.
- If each $f_n$ is nondecreasing on $[a,b]$, then so is $f$.
- If each $f_n$ is bounded on $[a,b]$, then so is $f$.
- If each $f_n$ is everywhere discontinuous on $[a,b]$, then so is $f$.
- If each $f_n$ is constant on $[a,b]$, then so is $f$.
- If each $f_n$ is positive on $[a,b]$, then so is $f$.
- If each $f_n$ is linear on $[a,b]$, then so is $f$.
I guess (1) and (3) are true but I am not sure.
True. If $x,y\in [a,b]$, then we can choose $N$ so large that $n\ge N$ implies that \begin{align} |f(x) - f(y)| &= |f(x) - f_n(x) + f_n(x) - f_n(y) + f_n(y) - f(y) | \\ &\le |f(x) - f_n(x)| + |f_n(x) - f_n(y)| + |f_n(y) - f(y) | \\ &\le \frac{\varepsilon}{2} + 0 + \frac{\varepsilon}{2} \\ &= \varepsilon. \end{align} Therefore $|f(x) - f(y)| = 0$, i.e. $f(x) = f(y)$.
Alternatively, as Kavi Rama Murthy suggests, fix some $x_0\in [a,b]$. Then by the definition of $f$, we have $$ f(x_0) = \lim_{n\to \infty} f_n(x_0) = \lim_{n\to \infty} c_n, $$ where $f_n(x) = c_n$ for all $x\in [a,b]$. But then for any $x\in [a,b]$, we have $$ f(x) = \lim_{n\to \infty} f_n(x_0) = \lim_{n\to \infty} c_n = f(x_0), $$ which implies that $f$ is constant.