I need help with a proof similar to the following:
Consider the function $f(x) = x^2$ for $0 \leq x \leq 8$. Prove that $ \lim_{x \to 4} f(x)=16$.
I understand how to do it for $0 < x < 8$, but the $=$ part of the signs are confusing me. Particularly as we usually start: Proof: Let $\epsilon > 0$ be given. For $\delta > 0$ such…. Since a new delta forces $f(x)$ to be in the new epsilon can $= 0$ ever be true? I cannot find any examples anywhere that show an example working with ≤ and I don't know how to handle this.
Case 1: $ 0 \le x \le 8$ :$|f(x)-16| = |x^2-16| = |x-4||x+4| \le 12|x-4| < \epsilon \iff |x-4| < \dfrac{\epsilon}{12}$. Thus take $\delta = \dfrac{\epsilon}{12}$.
Case 2: $ x \in \mathbb{R}$: the difference is to choose $\delta < 1$, then $|x+4| \le |x-4|+ |8| < 1+8 = 9 \implies $ choose $\delta = \text{min}\left(1,\dfrac{\epsilon}{9}\right)$