I'm self-studying from Tao's Analysis. I've got a few ideas about this problem, but I find my "answer" pretty unclear and unconvincing.
There are a number of similar problems in following sections, so I infer that this is a pretty important thing to understand. I'm hoping someone could show a model proof outline so I could understand the structure and fill in the gaps myself.
Here's what I have:
$(a)$ means that for all $\epsilon > 0, \exists \delta >0 $ such that $\forall x \in E$ within $\delta$ of $x_0$, $f(x)$ is within $\epsilon$ of $L$.
To show $(a) \implies (b)$:
In $(b)$, we can interpret the sequence $(a_n)_{n=0}^\infty $ converging to $x_0$ as a sequence of $(x_0+\delta)$ values so that $\delta$s converge to $0$ and $x+\delta$ converges to $x_0$. It's clear that the values $f(x+\delta)$ should converge to $L$.
To show $(b) \implies (a)$:
The sequence $(f(a_n))_{n=0}^\infty$ converges to L, so for each $\epsilon$ there is an $N_\epsilon$ beyond which all $f(a_n)$ are within $\epsilon$ of $L$. Interpret the sequence of $a_n$s as the $x_0 + \delta$ as before.
