I just learned the definition of limits, and I learned that if $\{a_n\}, \{b_n\} $ converges, then $$\lim_{n\to \infty} (a_n+b_n)=\lim_{n \to \infty} a_n+\lim_{n \to \infty}b_n$$ holds.
And my teacher said that $\lim_{n \to \infty}\frac{1+2+3+ \cdots +n}{n^2}=\lim_{n\to \infty}\frac{\frac{n(n+1)}{2}}{n^2}=\frac{1}{2}$.
But can't we compute like
$$\lim_{n \to \infty}\frac{1+2+3+ \cdots +n}{n^2}=\lim_{n\to\infty}\frac{1}{n^2}+\lim_{n\to\infty}\frac{2}{n^2}+\lim_{n\to\infty}\frac{3}{n^2}+\cdots +\lim_{n\to\infty}\frac{n}{n^2}=0+0+\cdots+0=0$$?
No. The arithmetic law you cited could only allow you to break the limit of sum into sum of limits when there are finitely many summands. For infinite sums, the theory about infinite series would be developed later in your course. You would see that $$ 1 + \frac 12 + \frac 13 +\cdots = +\infty $$ while $$ 1 +\frac 1{2^2}+ \frac 1{3^2}+ \cdots = \frac {\pi^2}6 \in \Bbb R. $$ The theory of series and summation is important in calculus.
UPDATE
Thanks to @MPW. When I say "finitely many summands", I actually mean "a fixed number of summands". I thought the "fixed number" is implied, buy actually my statement does not have such meaning.