What does it mean for a function to continuous, or uninterrupted.
Consider a function from the real numbers to the real numbers.
The function is continuous at a point in its domain if for every positive real number, there is a positive real number such that every pointin the domain which is the second positive number close to the first element has result which is the first positive number close to the second.
A function is continuous if it is continuous at every point of its domain.
Let $f: \R \to \R $.
Then $f$ is continuous at $x \in \R $ if
\[
(\forall \epsilon > 0)(\exists \delta > 0)(\abs{x - y} <
\delta \implies \abs{f(x) - f(y)} < \epsilon )
\]
Then $f$ is continuous.
\[
(\forall x \in R)(\forall \epsilon > 0)(\exists \delta >
0)(\abs{x - y} < \delta \implies \abs{f(x) - f(y)} <
\epsilon )
\]