1

Suppose $f$ is boounded on $[a,b]$, $f$ has only finitely many points of discontinuity on $[a,b]$ and $ \alpha $ is continuous at every point of discontinuity. Then $f \in \Re(\alpha)$

Is there any example that if $f$ is bounded on $[a,b]$ and discontinuous at $ x=c \in $[a,b], $ \alpha(x) $ is discontinuous at $ x=c $ as well, but $ f \in \Re(\alpha)$?

Alberto
  • 25

1 Answers1

0

An example where both the integrand and integrator are discontinuous but the Riemann-Stieltjes integral exists is$$f(x) = \begin{cases}0, & a \leqslant x < c \\ 1, & c \leqslant x \leqslant b \end{cases}\quad \alpha(x) = \begin{cases}0, & a \leqslant x \leqslant c \\ 1, & c < x \leqslant b \end{cases}$$

For a partition with subinterval $I_c =[c,c+\delta]$ we have both the upper and lower Darboux-Stieltjes sums equal to $1$ since $\sup_{x\in I_c} f(x) = \inf_{x \in I_c} f(x) = 1$ and $\alpha(c+\delta) - \alpha(c) = 1$. This proves that $f \in \mathcal{R}(\alpha)$ since for any $\epsilon > 0$ there is a partition such that $U(P,f,\alpha) - L(P,f,\alpha) < \epsilon$.

RRL
  • 90,707