I want to show that if $f$ has jump $0$ then $f(x):A \subseteq \mathbb{R} \rightarrow \mathbb{R} $ is continuous at $c$ from where the jump of $f$ at $x=c\in$ Dom$(f(x))$ defined by
$$o(f, c)=\lim \limits_{\delta \to 0^{+}} (M_{f}(\delta)-m_{f}(\delta))$$
from where
\begin{align*} m_{f}(\delta)&= \inf \{f(x):x\in A, 0<|x-c|<\delta\}\\ M_{f}(\delta)&= \sup \{f(x):x\in A, 0<|x-c|<\delta\} \end{align*}
Assuming that the jump has a value of $0$, then given $\epsilon$ there is a $\delta$ such that if $x\in A$ and $\delta>x>0$ then $|M(f,b,\delta)-m(f,b,\delta)|<\epsilon$; Suppose that for all $x$, $c\in A$, $|x-c|<\delta$.
Now, I don't know how to proceed at all I guess I can come up with something along the lines of
$$|f(x)-f(y)|<M_{f}(\delta)-f(c)<\epsilon$$
The last inequality using the approximation property of the supremum, but how do I arrive at the first inequality? or is there an alternative way to achieve the result? I appreciate any help!