I have a question regarding the definition of continuous functions : from wikipedia and my book : $f$ is said to be continuous at the point $c$ if the following holds:
For any number $\varepsilon\gt0$, however small, there exists some number $\delta\gt0$ such that for all $x$ in the domain of $f$ with $c − \delta\lt x \lt c + \delta$, the value of $f(x)$ satisfies $$ f(c) - \varepsilon < f(x) < f(c) + \varepsilon.$$
Which can be summarize by $A$ if $B$, which is the same as $B \Rightarrow A$. But then my book and wikipedia are assuming that if $f$ is continuous then we have $f(c) - \varepsilon < f(x) < f(c) + \varepsilon $:
Fix some $\varepsilon\gt0$. Since f is continuous, there is a $δ > 0$ such that $|f(x) − f(c)| < \varepsilon$ whenever $|x − c| < δ$. This means that $$ f(x) − \varepsilon < f(c) < f(x) + \varepsilon.$$
Which is the same than assuming $A\Rightarrow B$ but our definition of continuity only states that $B\Rightarrow A$. Is there something that I don't get ? Or is my memory of mathematical logic wrong ?
Thanks in advance.