I'm reading through some lecture notes to prepare myself for analysis next semester and stumbled along the following exercises:
a) Prove that $\lim_{x\to0} f(x)=b$ is equivalent to the statement $\lim_{x\to0} f(x^3)=b$.
b) Give an example of a map where $\lim_{x\to0} f(x^2)$ exists, but $\lim_{x\to0} f(x)$ does not.
for b) I was thinking about the following piecewise function:
$f(x)=\begin{cases} -1 & x < 0 \\ 1 & x \geq0 \end{cases}$
is this a good example?
for (a), I don't have any concrete tools to work with, I can't write down any explicit $\epsilon$ or $\delta$, so what can I do?