Let $f$ be a function with domain $R$. Let $a, L ∈ R$.
Assume that $\lim_{x→a} f(x) = L$
how do we prove using delta epsilon that $\lim_{x→a/2} f(2x) = L$ ?
Let $f$ be a function with domain $R$. Let $a, L ∈ R$.
Assume that $\lim_{x→a} f(x) = L$
how do we prove using delta epsilon that $\lim_{x→a/2} f(2x) = L$ ?
$\forall \epsilon>0,\exists \delta\mid |u-a|<\delta\implies |f(u)-L|<\epsilon$
Now for the same epsilon, same delta and $u=2x$ we have
$|2x-a|<\delta\implies|f(2x)-L|<\epsilon$
Which can be rewritten $|x-\frac a2|<\frac{\delta}2\implies|f(2x)-L|<\epsilon$
So $\forall \epsilon>0,\exists \gamma=\frac{\delta}2\mid |x-\frac a2|<\gamma\implies |f(2x)-L|<\epsilon$
First line and last line are exactly the definitions of the limits given in the wording of the problem.