If a function $f$ of real numbers is globally continuous on its domain, then is it also true that for every $\delta > 0$ and every $c$ in the domain of $f$, there is an $\epsilon > 0$ such that $|f(x) - f(c)| < \epsilon$ for all $x$ in the domain of $f$ such that $|x-c| < \delta$?
I raise this question because of the typical pattern of an $\epsilon - \delta$ proof. For example, in proving $x^{2}$ is continuous on $\mathbb{R}$ the choice $\delta = \epsilon/3|c|$ for $c \neq 0$ and $|x| < 2|c|$ and the choice $\delta = \sqrt{\epsilon}$ for $c=0$ suffice. But since these two representations can also be written as $\epsilon = 3|c|\delta$ and $\epsilon = \delta^{2}$, we conclude that given any $\delta > 0$ there is an $\epsilon > 0$ for which the required condition holds.