So I am planning on doing a self study for real analysis, but before that I want to get comfortable with sequence converging and how to prove them.
If a sequence $\{x_n\}$ is converging to $a$. How can we then tell that $\{kx_n\}$ converges to $ka$, where $k$ is just a constant? Also how can I better see what I need to choose $\epsilon$ or $N$ to satisfy the condition for any sequence?
I know that the construction of such a proof would look somewhat like this.
if $x_n\rightarrow a$, then given $\epsilon > 0$ $\exists n\ \in\mathbb{N}$ s.t if $n>N$ we have $|x_n-a|<\epsilon$. This is the part I usually faild to understand. What am I supposed to look for now? We stated that $\epsilon >0$ so now I need to find a suitable $N$, but how do I look for such a $N$? Similary the same would apply for $kx_n\rightarrow ka$ then $|kx_n-ka|<\epsilon$ Also also, I sometimes see $\frac{\epsilon}{2}$ Where does that come from?
For any $\epsilon>0$, you have $N$ from convergence of $(x_n)_n$.
Therefore if you take $\epsilon/|k|>0$ then you have corresponding $N$ such that $\forall n\geq N(|x_n-a|<\epsilon/|k|)$ hence $\forall n\geq N(|kx_n-ka|\leq\epsilon)$.