Absolute value and $\varepsilon - \delta$ proofs of continuity

78 Views Asked by At

I am seriously struggling with $\varepsilon - \delta$ proofs overall continuity of a function (e.g. here there is an attempt).

In the attempt to see how to prove the continuity of $f(x) = x^2 - 2$, I got to the point where I assume $\delta \leq 1$, and I proceed as follows:

\begin{align*} | x - c | < 1 & \Longleftrightarrow -1 < x - c < 1 \\ & \Longleftrightarrow c-1 < x < c+1. \end{align*}

If we add $c$ to the previous expression we obtain

$$ 2c -1 < x + c < 2c + 1 \Longleftrightarrow | x + c | < 2c+1.$$

But this does not work, because I should get $2|c|+1$.

What am I missing?

I think I truly miss a basic understanding of how absolute value works in this context (plus some other things, but in this question I would focus on the absolute value issue).

Thanks a lot for your time as always.

1

There are 1 best solutions below

0
On

Note that if $c<0$, $c=-|c|$. Then, for $c<0$, we have

$$-(2|c|+1)<x+c<(2|c|+1)$$

Hence, $|x+c|<|\,(2|c|+1)\,|$