Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let $(X,d)$ be a metric space. Let $f_n : X \rightarrow \mathbb{R} $ be continuous for each $n \geq 1$. Assume that $|f_n(x)|\leq a_n$ and assume that the series $\sum_n a_n$ converges. Show that $F(x) = \sum_{n=1}^\infty f_n(x) $ defines a continuous function.

My attempt: Since $|f_n(x)|\leq a_n$ for all $n$ and since $\sum_n a_n$ converges, we know that $\sum f_n(x)$ converges.

What do I do from here?

share|improve this question
Did you learn this: If $(f_n)_{n \in \mathbb{N}}$ is a sequence of continuous functions converging uniformly to $f$ then f is continuous? – P.. Nov 23 '12 at 19:00
Thanks for pointing me in the right direction, I need to read up about this. – Allison Cameron Nov 23 '12 at 19:02
You are welcome. Check this. Is for $X=\mathbb{R}$ but is essensialy the same proof for any metric space $X$. – P.. Nov 23 '12 at 19:06

3 Answers

up vote 1 down vote accepted

$\left(\sum_{k=1}^n f_k \right)_n$ converges uniformly to $F$ since

$$\left| F(x)-\sum_{k=1}^n f_k(x) \right| = \left| \sum_{n+1}^\infty f_k(x) \right| \leq \sum_{k=n+1}^\infty |f_k(x)| \leq \sum_{k=n+1}^\infty \underbrace{\|f_k\|_\infty}_{\leq a_k} \qquad (x \in X)\\ \Rightarrow \left\|F-\sum_{k=1}^n f_k\right\|_{\infty} \leq \sum_{k=n+1}^\infty a_k \to 0 \quad (n \to \infty)$$

Since uniform limits of continuous functions are continuous, we conclude that $F$ is continuous.

share|improve this answer

We know more than just $\sum f_n(x)$ converges, since $|f_n(x)| \leq |a_n| \forall x \in X$ we have that $\sum f_n(x)$ converges uniformly to a function $f$. It is a well known result that the uniform limit of continuous functions is also continuous, and so we are done.

share|improve this answer
1  
using the popular, $\epsilon/3$ argument. +1 – user17762 Nov 23 '12 at 19:04

It suffices to show that $\sum_1^N f_n(x)$ converges to $\sum f_n(x)$ uniformly. (which I leave to you.)

It suffices to show this because if a sequence of continuous functions converges uniformly then the limiting function is also continuous. This can be seen via the triangle inequality. Break up $\lvert f(x) - f(y) \rvert$ into $$\lvert f(x) - f(y) \rvert \leq \lvert f(x) - f_n(x) \rvert + \lvert f_n(x) - f_n(y) \rvert + \lvert f_n(y) - f(y) \rvert$$ for some sufficiently large $n$ using the uniform convergence and then conclude using continuity of $f_n$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.