I have written a proposed proof for the proposition below, but I am not entirely certain if it is valid. Could someone take a look at it, and let me know if you see any errors or steps that could use more justification?
Proposition 1: Let $\{s_{n}\}$ be a sequence of real numbers. If $\{s_{n}\}$ is bounded, prove that $\{s_n/n\}$ is convergent.
Proof. Assume that $\{s_{n}\}$ is bounded. Then, by definition, there exists $M\in\mathbb{R},M>0$ such that $$|s_{n}|\leq M\qquad\forall n.$$
That is, $$ -M\leq s_{n}\leq M\qquad\forall n. $$
It follows that $$ \frac{-M}{n}\leq\frac{s_{n}}{n}\leq\frac{M}{n}\qquad\forall n,$$
and so $$ |\frac{s_{n}}{n}|\leq\frac{M}{n}\qquad\forall n.$$
Therefore, we have $$ |\frac{s_{n}}{n}-0|\leq\frac{M}{n}\qquad\forall n.$$
Now, for every $\epsilon>0$ and every $M>0$, there exists an $n\in\mathbb{N}$ such that $\frac{M}{n}<\epsilon$. For, suppose not: then there exists $\epsilon>0$ and $M>0$ such that for every $n\in\mathbb{N}$, we have $\frac{M}{n}\geq\epsilon$. It follows that $n\leq\frac{M}{\epsilon}\;\forall n$.
This, however, contradicts the fact that $\mathbb{N}$ is unbounded above. Thus, our original claim must hold.
Furthermore, if for some $\epsilon>0$, $M>0,$ and some $n\in\mathbb{N}$, we have $\frac{M}{n}<\epsilon$, then $\frac{M}{p}<\epsilon$ for every $p\in\mathbb{N}$, where $p>n$ (should I include a proof by induction of this statement as a lemma? Or is it sufficiently obvious?).
But if it is true that for every $\epsilon>0$ and every $M>0$, there exists an $n\in\mathbb{N}$ such that $\frac{M}{n}<\epsilon$, it implies that we can make the expression $|\frac{s_{n}}{n}-0|$ less than any given $\epsilon$.
Therefore, for every $\epsilon>0$, there exists an $N\in\mathbb{N}$ such that $n>N$ implies $|\frac{_{s_{n}}}{n}-0|\leq\frac{M}{n}<\epsilon$.
It follows that $\{\frac{s_{n}}{n}\}$ converges, and, in particular, that $\{\frac{s_{n}}{n}\}\rightarrow0$ as $n\rightarrow\infty$. QED
Thanks in advance!