- 10,876
- 423
It's going to be useful to have a symbol for the sum ##\sum_{k=1}^\infty b_k##, so I like that you assigned the symbol S right away.Potatochip911 said:$$\sum_{k=1}^{\infty} b_{k}=S; \space \space \space \mbox{Let } m \geq M \space \space \& \space \space \varepsilon > 0\\
\Longrightarrow |\sum_{k=1}^{m}-S|<\varepsilon$$
When you say "let ##m\geq M##", this is interpreted as "let m be an arbitrary integer such that ##m\geq M##". This isn't a meaningful thing to say unless you have already specified what M is. If you want both m and M to be arbitrary apart from the fact that they satisfy that inequality, you have to say something like "let m and M be integers such that ##m\geq M##". (This would be a bad idea in this proof).
It's correct to start with "let ##\varepsilon>0##", but you can't leave M arbitrary. You need to let M be a positive integer such that the implication
$$m\geq M\ \Rightarrow\ \left|\sum_{k=1}^m b_k-S\right|<\frac{\varepsilon}{|c|}$$
holds for all positive integers m such that ##m\geq M##. The existence of such an M is implied by the definition of the statement ##\sum_{k=1}^\infty b_k=S##. The reason why we're saying that M is such an integer is that we're preparing to use the assumption that ##\sum_{k=1}^\infty b_k=S##. Why the |c| in the denominator? The reason will become clear when we get to the end of the proof. For now, just note that the definition of limit allows us to put that |c| there.
This looks a lot like the statement you want to prove, and it's never OK to just write that down as if it's known to be a true statement. Also, since you have left M unspecified, the condition ##m\geq M## may not be sufficient to ensure that this inequality holds.Potatochip911 said:I'm pretty sure it's also valid to write down
$$c \in \mathbb{R} \space \space |\sum_{k=1}^{m}cb_{k}-cS| < \varepsilon $$
What you need to do is to let ##m## be an (arbitrary) integer such that ##m\geq M## (in more difficult proofs, you would have to replace M with a different number at this point*), write down only the left-hand side of the inequality you want to prove, i.e. ##\big|\sum_{k=1}^m cb_k- cS\big|##, and then work with that expression (using what we said at the start of the proof), until you have found the inequality we want, i.e.
$$\left|\sum_{k=1}^m cb_k- cS\right|<\varepsilon.$$
*) For an example, see the proof in post #24, where I used ##\max\{M,N+1\}## instead of ##M##.
Last edited: