Let f be a function from real numbers to real numbers. The following holds for the function:
$ |(f(x)-f(y))|\leq 15|x-y|$
How do I prove that the function is continuous?
(Utilizing the limit concept of continuity).
Let f be a function from real numbers to real numbers. The following holds for the function:
$ |(f(x)-f(y))|\leq 15|x-y|$
How do I prove that the function is continuous?
(Utilizing the limit concept of continuity).
$f$ is continuous in $x_0$ if $$\forall \varepsilon>0 \ \exists \delta : |x-x_0|<\delta \Rightarrow |f(x)-f(x_0)|\leq \varepsilon$$
So, fix $\varepsilon>0$. We have $|f(x)-f(x_0)|\leq15|x-x_0|$, so it's enough to pick $\delta=\frac{\varepsilon}{15}$:
$$|x-x_0|<\delta \Rightarrow |f(x)-f(x_0)|\leq15|x-x_0|\leq 15 \delta=15\frac{\varepsilon}{15}=\varepsilon$$
For some intuition, fix a point $f(x_0)$. This condition says that $|f(x)-f(x_0)|\leq15|x-x_0|$. Eliminating absolute values, we get
$$f(x_0)-15|x-x_0|