0

${f_n}$ is a sequence of continuous functions on $\Bbb R$, and $f_n \rightarrow f$ uniformly on every finite interval $[a,b]$. If each $f_n$ is bounded, is it true that $f$ must be bounded?

kiwifruit
  • 707

2 Answers2

3

Here is a counterexample:

$f_n(x) = |x|$ if $|x| < n$
$f_n(x) = n$ otherwise

TonyK
  • 64,559
0

Answer is NO. For example, Let $f(x)=x$, $f_n(x)=x$ if $-n\leq x\leq n$, $f_n(x)=-n$ if $ x\leq -n$, and $f_n(x)=n$ if $ x\geq n$.