I remember that I've ever seen these two definitions of convergence somewhere:
- A sequence $S_n$ converges to $s$ iff $\forall m\in\mathbb{N}, \exists N$ such that $\forall n>N,|S_n-s|<\frac{1}{m}$
- A sequence $S_n$ converges to $s$ iff $\forall r\in\mathbb{R}>0, \exists N$ such that $\forall n>N,|S_n-s|<r$.
My question is whether in reals those two definitions are equivalent or not? I suppose they are, but I am just not sure about the proof. Cheers!
2) to 1) is clear. Now assume that 1) holds, for every $r>0$, we find a large $m\in{\bf{N}}$ such that $1/m<r$, and by 1), we have something like $|S_{n}-s|<1/m<r$, so $|S_{n}-s|<r$ is then established.