How can I prove $\lim_{x \to a} f(x)=L$ implies $\lim_{x \to 3a}f(x/3)=L$ with the epsilon-delta definition of the limit?
I have tried doing this by writing down separately the epsilon-delta definitions of $\lim f(x)=L$ as $x$ approaches $a$ and $\lim f(x/3)=L$ as $x$ approaches $3a$. I have no idea how to proceed from here.
Could anyone please give me a tip? This is a homework problem.
Assume, we have $\forall\varepsilon, \exists \delta, \forall x $ $$0<|x-a|< \delta \Rightarrow |f(x)-L|<\varepsilon$$ Let's consider $x=\frac{t}{3}$ one-to-one map $\mathbb{R}\to\mathbb{R}$.
Using it set $0<|x-a|=\left|\frac{t}{3}-a\right| = \frac{1}{3}\left|t-3a\right|< \delta$ transformed to set $0<|t-3a|<3 \delta$, so taking $\delta=\delta_1/3$ gives $$0<|t-3a|< \delta_1 \Rightarrow \left|f\left(\frac{t}{3}\right)-L\right|<\varepsilon$$