I am trying to prove that if a sequence $\{a_n\}$ converges, then the sequence $\{a_{2n}\}$ converges as well using the definition of convergence.
What I have so far is if $\{a_n\}$ converges, say to $L$, then for any given $\epsilon >0$, there exists an $n^* \in \mathbb{N}$ such that if $n > n^*$, then $\mid(a_n - L)\mid < \epsilon$. I think I want to choose an $n_1^*$ such that this is true for $\{a_{2n}\}$. I'm just not sure exactly how to choose the $n_1^*$. I thought maybe $\frac{n^*}{2}$, but I am not sure this is right and wouldn't know how to implement it.
Thanks in advance!