If $\lim_{x\to \infty}f(x)=L$ then $\forall k >0$, $\lim_{x\to \infty}f(kx)=L$
So far I have: $\forall \epsilon>0$ $\exists A>0$ such that if $x>A$ then $|f(x)-L|<\epsilon$.
Now $|f(kx)-L|= |f(kx)-f(x)+f(x)-L|\leq|f(kx)-f(x)|+|f(x)-L|<|f(kx)-f(x)|+\epsilon$, but how do I bound $|f(kx)-f(x)|$ to some other constant?
Take $B={A\over k}$, $x>B$ implies that $kx>A$, this implies that $|f(xk)-L|<\epsilon$.