1

I am considering two sets of symbols. Are these two sets different or the same? Why?

\begin{align}(1)\qquad&\lim_{n\to\infty}\sum_{j=1}^n\\ (2)\qquad&\sum_{j=1}^\infty\end{align}

lioness99a
  • 4,943
Math12345
  • 321
  • I am seeing a subtle difference between the two, but wondering if it is noteworthy. 1) involves n approaching infinity but never actually reaching infinity. 2) involves n actually being equal to infinity. So is approaching infinity the same as being infinite? Do speeds at which infinity is approached matter at all in the context of summation? – Math12345 Apr 19 '17 at 05:37
  • 2
    You are asking the right questions. In this case it's the answer that is hinky. Actually taking and adding an infinite sum is not only impossible but meaningless. We can never do it. So what we would think $\sum_{i=1}^{\infty} $ should mean... it doesn't. Instead we define that whenever we write these symbols on ink on paper "$\sum_{i=1}^{\infty}$" we define it to mean $\lim_{n\rightarrow\infty}\sum_{i=1}^{n} $. That is just what it means. We can't argue it is wrong, because that is how it is defined. – fleablood Apr 19 '17 at 06:41
  • Does the second interpretation listed below (i.e. limit of the sequence of partial sums) work when the upper limit of the sum is a finite value such as 0 or 1? This case would involve considering the limit of $n$ as $n$ approaches a finite value. The limit evaluates to the finite value. However the subtlety mentioned above becomes clearer in this finite case since the upper limit of the sum can be a finite value, but it can also be the value of the limit. So my question becomes, does the value of a limit have the same meaning as the same value that is not the result of taking a limit? – Math12345 Apr 20 '17 at 04:11
  • @Math12345: We can't have $n \to 3$ kind of scenario. The essential / fundamental ingredient of the limit operation is that there must be infinitely many values of the variable to consider. When $n \to 3$ and $n$ is a positive integer then we don't have infinitely many values of $n$ close to $3$ so it does not make sense. If $x \to 3$ and $x$ is real variable then it makes sense because there are infinitely many real numbers close to $3$. – Paramanand Singh Apr 20 '17 at 06:58
  • 1
    @Math12345: It would be best if you can get hold of "A course of Pure Mathematics" by G. H. Hardy (it should be available freely online if you search enough). It discusses exactly the questions you are asking in great detail in very simple language. I did not find any calculus/analysis book coming even slightly close to it which is suitable for beginners for self study – Paramanand Singh Apr 20 '17 at 07:01