1

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!

JavaMan
  • 13,375
lia.riley
  • 193

1 Answers1

4

Let $n^*$ be so that for any $n\geq n^*$ then $|a_n-L|<\varepsilon.$ Using this same $n^*$ it follows that $2n>n \geq n^*,$ and consequently, $|a_{2n}-L|<\varepsilon.$