3
$\begingroup$

Let $f_n:(-1,1) \rightarrow \mathbb R: x\mapsto x^n$. I want to show that the sequence $(f_n)_{n=0}^\infty$ can not converge uniformly. How can i prove that ?

  • 2
    The point wise limit is $0$. Calculate $\lim_{n\to\infty}\|f_n\|$.2012-11-11

3 Answers 3

4

The pointwise limit is zero.

Fix $\varepsilon>0$. Fix $n$. Then $f_n((2\varepsilon)^{1/n})>\varepsilon$. So the convergence cannot be uniform (because that would mean that for $n$ big enough you can make your $f_n$ less than $\varepsilon$ at all points).

  • 0
    Yes, you are right. But it's just terminology, and usually the way to prove that something occurs for "arbitrary $n$" is to fix one (arbitrary) and do something with it.2012-11-11
2

Note that $\lim_{n\to\infty}(1-\frac{1}{n})^n=\frac{1}{e}$,which is a contradiction of uniform convergence,since the pointwise limit is zero

0

If it converges uniformly, then it has to converge uniformly to its pointwise limit, which is 0. You can show that it doesn't behave that way by using (the negation of) the definition of uniform convergence.

  • 0
    So its sufficient to show that \exists \epsilon > 0 \forall N \in \mathbb N \exists n \geq N \exists x \in (-1,1): |x^n| \geq \epsilon ?2012-11-11