I am studying Measure Theory using the book by Elstrodt and there are a few statements in the text in the section on contents on the semi-ring $\mathfrak{J} := \{\ ]a,b]\ :\ a \leq b,\ a,b \in \mathbb{R}\ \}$ for which I'm having trouble finding a proof.
The the book states:
Every increasing, continuous function defines a finite pre-measure $\mu_F: \mathfrak{I} \to \mathbb{R}$. Such a pre-measure can be seen as a continuous mass distribution on $\mathbb{R}$. However, there are also completely different pre-measures:
Let $A \subset \mathbb{R}$ be a countable set and $p: A \to \mathbb{R}$ a strictly positive function such that
$$\sum \limits_{y \in A \cap [-n,n]} p(y)$$
converges for all $n \in \mathbb{N}$.
Then
$$\mu(]a,b]) := \sum \limits_{y \in A \cap ]a,b]} p(y) \quad (a \leq b)$$
is a finite pre-measure on $\mathfrak{I}$, and so
$$G(x) := \begin{cases} \sum \limits_{y \in A \cap ]0,x]} p(y), & \text{for } x \geq 0\\ -\sum \limits_{y \in A \cap ]x,0]} p(y), & \text{for } x < 0 \end{cases}$$
is right-continuous. We call such a function a jump function.
The function $G$ is discontinuous exactly at $x \in A$ (see my previous question).
Now here comes the part I am struggling with:
Now consider any increasing, right-continuous function $F: \to \mathbb{R}$ and let $A$ be the set of discontinuities of $F$. Then $A$ is countable since $A = \bigcup \limits_{n=1}^{\infty} A_n$ where $A_n = \{x \in [-n,n]: \lim \limits_{h \downarrow 0} (F(x+h) - F(x-h)) \geq \frac{1}{n}\}$ are finite due to the monotonicity of $F$. For $y \in A$, let $p(y) = \lim \limits_{h \downarrow 0} (F(x+h) - F(x-h))$. Now if $y_1,...,y_n \in A \cap ]-n,n[$ are distinct, then $\sum \limits_{j=1}^{k} p(y_j) \leq F(n) - F(-n)$. Hence, $\sum \limits_{y \in A \cap [-n,n]} p(y)$ converges for all $n \in \mathbb{N}$. Now let $G$ be the corresponding jump function, then $H = F - G$ is continuous on $\mathbb{R}$ and increasing. This means $F$ can be expressed as $F = G + H$, i.e. it is the sum of an increasing jump function and a continuous, increasing function. The functions $G$ and $H$ are unique up to additive constants.
Now most of the last paragraph is clear to me (see here for a proof that $A_n$ is finite and for the convergence of the series of $p(y)$). But how can I prove that
$H$ is continuous,
$H$ is increasing and
that the decomposition of $F$ into $G$ and $H$ is unqiue up to additive constants?
Proof attempt:
1) Continuity of $H$:
Obviously, $H$ is continuous at $x \notin A$ as the difference of two continuous functions and inuitively it should also be continuous at $x \in A$ since $G$ is constructed to remove the discontinuities of $F$ ($p(y) = \lim \limits_{h \downarrow 0} (F(x) - F(x-h)$ since $F$ is right-continuous).
To show that $H = F - G$ is left-continuous at $y \in A$ I have to show that
$$\lim \limits_{n \to \infty} (F(y) - F(x_n) - (G(y) - G(x_n))) = 0$$
for all sequences $x_n \to y$. If $x_n = y$ for any $n \in \mathbb{N}$, then this clearly holds. So it remains to show that $\lim \limits_{n \to \infty} G(y) - G(x_n) = p(y)$ for all sequences $x_n \to y$ with $x_n < y$ for all $n \in \mathbb{N}$.
From my previous question I know that $\lim \limits_{n \to \infty} G(y) - G(x_n) \geq p(y)$ for all sequences $x_n \to y$ with $x_n < y$ for all $n \in \mathbb{N}$, but how can I prove that this must be an equality?
2) $H$ is increasing:
To prove that $H$ is increasing I need to show that
$$F(y) - F(x) - (G(y) - G(x)) \geq 0$$
if $y > x$ (the case $y=x$ is trivial). In other words I need to show that $F$ grows faster than $G$.
Sorry for the long post and thanks a lot!