I'm having some trouble understanding why it is justified to introduce substitution when computing the limits of sequences.
The definition of sequence conversion is a usual, where $m$ are positive integers:
$\tag{1} \lim_{m \to +\infty} s_m = L \iff [\forall \epsilon > 0. \exists M > 0. m > M \implies |s_m - L| < \epsilon]$
Now, because $2n > n$, I know that $\lim_{n \to +\infty} s_n = L \implies \lim_{n \to +\infty} s_{2n} = L$, but I'm not sure how to prove it the other way around:
$\lim_{n \to +\infty} s_{2n} = L \implies \lim_{n \to +\infty} s_n = L$
It's just a substitution (if we replace $m = 2n$ in $(1)$), we get that, but could someone help me prove it as well, by using the definition?
Edit:
I will give an example, because it looks like it is not clear what I meant with $s_{2n}$. For example:
$\tag{2} s_n = \frac{1}{n}\sum_{k=1}^{n} \sin(\frac{k \pi}{n})$
I can prove that $\tag{3} t_{n} = \frac{1}{2n}\sum_{k=1}^{2n} \sin(\frac{k \pi}{2n})$ converges, but I don't know if from that I can conclude that $(2)$ converges as well.
Thanks!