Prove that $S_n$ converges to $0$ as $n\rightarrow$ $\infty$, where
$$ S_n = \left\{ \begin{array}{cc} 2/n & \text{ if $n$ is odd} \\ n/(n^2-1) & \text{ if $n$ is even }\end{array}\right. $$
I want to check my proof as I feel that I am leaving something out.
Proof:
Fix $\epsilon >0$. Since $\frac{2}{n} \rightarrow 0$, $\exists N_1$ such that $|\frac{2}{n} -0|=\frac{2}{n}<\epsilon$. Likewise, since $\frac{n}{n^2-1} \rightarrow 0$, $\exists N_2$ such that $|\frac{n}{n^2-1}-0|=\frac{n}{n^2-1} < \frac{1}{n-3} <\epsilon,\forall n \in \mathbb{N}$ (since $3n-1 > 0, \ \forall n \in \mathbb{N}$).
Now choose $N_1 =\frac{2}{\epsilon}$, and $N_2 = \frac{1+3\epsilon}{\epsilon}$. Let $M = max\{N_1,N_2\}$, then $\forall n>M$:
If n is odd, then $|S_n - 0| = |\frac{2}{n} -0|=\frac{2}{n} < \frac{2}{M}<\epsilon$. If n is even, then $|S_n - 0| = |\frac{n}{n^2-1}-0|=\frac{n}{n^2-1} < \frac{1}{n-3} < \frac{1}{M-3} <\epsilon$. In both cases, $|S_n - 0|<\epsilon$. Done.
Is the proof complete? My concern is with choosing $M$ to be max. Usually, with simple sequences I can choose $N$ to be a single value (e.g. $2/\epsilon$)and plug it in $2/N$ to get $\epsilon$ but it seems weird to have the max of two numbers and the result is $\epsilon$.
The proof is correct, more generally $(u_n)$ converges if and and only if $(u_{2n})$ and $(u_{2n+1})$ converge toward the same limit.