If $(a_{2n+1})$ and $(a_{2n})$ converge to $a$ then $(a_n)$ converges to $a$.
So far I realize that if $(a_{2n+1})$ and $(a_{2n})$ converge then for each $\epsilon>0$, there exists $N$ such that for all $n>N$, $|a_{2n+1}|, |a_{2n}| < \epsilon$. As eventually even and odd values of $n$ converge (which is to say that eventually for all natural numbers $n>N$) $a_n$ converges.
I just don't know how to prove it. Perhaps I could show that the set of all odd and even numbers is the set of Natural numbers but I'm struggling to prove it properly.
P.S. Sorry for the simplicity of the question, I'm not used to proving such things.
By assumption, for $\epsilon>0$ there exists $N_o$ such that $n>N_o$ implies $|a_{2n+1}-a|<\epsilon$ and there exists $N_e$ such that $n>N_e$ implies $|a_{2n}-a|<\epsilon$. I claim that for $N:=\max\{2N_o+1,2N_e\}$ we have $|a_n-a|<\epsilon$ for all $n>N$.
Indeed, assume $n>N$. Then either $n$ is even or $n$ is odd. In the first case $n=2m$ for some $m$ and $m=\frac n2 > \frac N2\ge \frac{2N_e}2=N_e$, hence $|a_n-a|=|a_{2m}-a|<\epsilon$. In the other case $n=2m+1$ for some $m$ and $m=\frac{n-1}2>\frac{N-1}2\ge\frac{(2N_o+1)-1}2=N_o$, hence $|a_n-a|=|a_{2m+1}-a|<\epsilon$.