I have troubles understanding the definitions for right-hand/left-hand jump discontinuities.
As given in e.g.
https://www.diva-portal.org/smash/get/diva2:5850/FULLTEXT01.pdf
$f:[a,b] \rightarrow \mathbb{R}$ monotone on $[a,b]$, $c \in [a,b]$.
right-hand jump:
given $c \in [a,b)$
$$\sigma_c^+=f(c+0)-f(c)$$
left-hand jump:
given $c \in (a,b]$
$$\sigma_c^-=f(c)-f(c-0)$$
These are intuitively $=0$? But then the author does a proof where he claims that for $f$ increasing these would be positive?
What's the meaning of $f(c+0)$ or $f(c-0)$? Aren't these same as $f(c)$?