A function is called Lipschitz of order $\alpha$ at $x$ if there is a constant $C>0$ for which $|f(x)-f(y)| \leq C|x-y|^{\alpha}$ for all $y$ in an open interval containing $x$. Show that if $f$ is Lipschitz of order $\alpha > 0$ at $x$, then $f$ is continuous at $x$.
Since $f$ is Lipschitz of order $\alpha > 0$ at $x$, we have that there exists a constant $C > 0$ for which $|f(x)-f(y)| \leq C|x-y|^{\alpha}$. Now to show that $f$ is continuous at $x$ we have to show that $\displaystyle \lim_{y \to x} f(y) = f(x)$. The Lipschitz form seems to limit how fast the function can grow, so I need to somehow relate that to the definition of the limit but I am unsure how to.
Let $\;\epsilon>0\;$ and choose $\;\delta=\sqrt[\alpha]\frac\epsilon C\;$ ( observe that it is given $\;\alpha>0\;$ ), so
$$|x-y|<\delta\implies |f(x)-f(y)|\stackrel{\text{given}}<C|x-y|^\alpha<C\delta^\alpha=C\frac\epsilon C=\epsilon$$
and this implies $\;f(y)\xrightarrow[y\to x]{}f(x)\;$ and we've finished