The problem: Suppose $(a_n)_{n\in\mathbb N}$ is a sequence in $\mathbb R$ moreover that $(a_n)_{n\in\mathbb N}$ converges to $L \in \mathbb R$. $(k_n)_{n\in\mathbb N}$ is a sequence in $\mathbb N$, with $\lim_{n \to \infty}\frac{1}{k_n} = 0$. How can we show $(a_{(k_n)})_{n\in\mathbb N}$ converges to L?
My progress: Intuitively I can see why this is true moreover, after seeing a series of classes full of epsilon delta proofs of different limit theorems within sequences in general. I would bet that this will be a proof with creative uses of the epsilon delta definitions perhaps more than once in a nested fashion.
I've spent about 7-8hrs today on this question and have literally made no progress other than trying to bend the definition of convergence around like a mad man.
Let $\epsilon >0$. There exists $m$ such that $|a_n-L| <\epsilon$ for $n >m$. There exists $p$ such that $\frac 1 {k_n} < \frac 1 m$ for $n>p$. If $n >p$ then $|a_{k_n} -L| < \epsilon$.