1

If I have a limit of an infinite sum, can I bring the limit inside the infinite sum? If so, why?

Math12345
  • 321

2 Answers2

2

Consider the limit $$\lim\limits_{x\to-1}\sum_{n=1}^{\infty}\frac{(-1)^{n+1}x^n}{n}$$ evaluating limit from inside gives us $\sum_{n=1}^{\infty}\frac{(-1)^{2n+1}}{n}=\ln 2$. But, evaluating the limit from outside gives us $\lim\limits_{x\to-1}\ln(1+ x)\to-\infty$. So we cannot interchange limits. For a more broad discussion, see here

vidyarthi
  • 7,028
  • What is the reason why the limit cannot be brought inside the sum, other than that two different answers are obtained with two different methods of evaluation? Thanks! – Math12345 Apr 22 '17 at 22:52
  • Further, is there a way to see why without considering the idea of "dominated convergence"? – Math12345 Apr 22 '17 at 22:54
0

Since you can view an infinite sum of functions as the limit of the sequence of partial sums, if the partial sums are all continuous and the convergence of of the sequence is uniform then the limit function will be continuous which will justify the limit and sum swap. All the facts stated here are quite standard analysis arguements, if you have any questions on how to prove them I can elaborate. However you can find any of these proofs online. Hope this helps!

ADA
  • 1,653