Convergence of Riemann-Stieltjes sums

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












Let $f$ be Riemann-Stieltjes integrable with respect $G$ (increasing function). My definition for Riemann-Stieltjes integration is: for every $epsilon$ there is a partition $mathcalP_epsilon$ such that when $mathcalP_epsilon subset mathcalP$ then $left|S(mathcalP,f,G, t_i) - int_a^bf dG right| < epsilon$ for any set of tags $t_i$.



For the Riemann integral and it is true that the integral is the limit of Riemann sums: $lim_mathcalPS(mathcalP,f)= int_a^bf(x)dx$.
Is this true for the Riemann-Stieltjes integral?



I know the integral may not exist when $f$ and $G$ are discontinuous at the same point, and I think I would need to add the condition that prevents this as well as $f$ is integrable and $G$ is increasing.







share|cite|improve this question






















  • You have $g$ instead of $G$ in one place (typo?). Your statement (including $G$ and $f$ not having discontinuity at the same point) is correct.
    – herb steinberg
    Aug 25 at 0:16














up vote
0
down vote

favorite
1












Let $f$ be Riemann-Stieltjes integrable with respect $G$ (increasing function). My definition for Riemann-Stieltjes integration is: for every $epsilon$ there is a partition $mathcalP_epsilon$ such that when $mathcalP_epsilon subset mathcalP$ then $left|S(mathcalP,f,G, t_i) - int_a^bf dG right| < epsilon$ for any set of tags $t_i$.



For the Riemann integral and it is true that the integral is the limit of Riemann sums: $lim_mathcalPS(mathcalP,f)= int_a^bf(x)dx$.
Is this true for the Riemann-Stieltjes integral?



I know the integral may not exist when $f$ and $G$ are discontinuous at the same point, and I think I would need to add the condition that prevents this as well as $f$ is integrable and $G$ is increasing.







share|cite|improve this question






















  • You have $g$ instead of $G$ in one place (typo?). Your statement (including $G$ and $f$ not having discontinuity at the same point) is correct.
    – herb steinberg
    Aug 25 at 0:16












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





Let $f$ be Riemann-Stieltjes integrable with respect $G$ (increasing function). My definition for Riemann-Stieltjes integration is: for every $epsilon$ there is a partition $mathcalP_epsilon$ such that when $mathcalP_epsilon subset mathcalP$ then $left|S(mathcalP,f,G, t_i) - int_a^bf dG right| < epsilon$ for any set of tags $t_i$.



For the Riemann integral and it is true that the integral is the limit of Riemann sums: $lim_mathcalPS(mathcalP,f)= int_a^bf(x)dx$.
Is this true for the Riemann-Stieltjes integral?



I know the integral may not exist when $f$ and $G$ are discontinuous at the same point, and I think I would need to add the condition that prevents this as well as $f$ is integrable and $G$ is increasing.







share|cite|improve this question














Let $f$ be Riemann-Stieltjes integrable with respect $G$ (increasing function). My definition for Riemann-Stieltjes integration is: for every $epsilon$ there is a partition $mathcalP_epsilon$ such that when $mathcalP_epsilon subset mathcalP$ then $left|S(mathcalP,f,G, t_i) - int_a^bf dG right| < epsilon$ for any set of tags $t_i$.



For the Riemann integral and it is true that the integral is the limit of Riemann sums: $lim_mathcalPS(mathcalP,f)= int_a^bf(x)dx$.
Is this true for the Riemann-Stieltjes integral?



I know the integral may not exist when $f$ and $G$ are discontinuous at the same point, and I think I would need to add the condition that prevents this as well as $f$ is integrable and $G$ is increasing.









share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 25 at 0:22

























asked Aug 25 at 0:07









WoodWorker

423210




423210











  • You have $g$ instead of $G$ in one place (typo?). Your statement (including $G$ and $f$ not having discontinuity at the same point) is correct.
    – herb steinberg
    Aug 25 at 0:16
















  • You have $g$ instead of $G$ in one place (typo?). Your statement (including $G$ and $f$ not having discontinuity at the same point) is correct.
    – herb steinberg
    Aug 25 at 0:16















You have $g$ instead of $G$ in one place (typo?). Your statement (including $G$ and $f$ not having discontinuity at the same point) is correct.
– herb steinberg
Aug 25 at 0:16




You have $g$ instead of $G$ in one place (typo?). Your statement (including $G$ and $f$ not having discontinuity at the same point) is correct.
– herb steinberg
Aug 25 at 0:16










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










When the Riemann-Stieltjes integral exists, there is no guarantee that it is the limit of sums as the partition norm tends to $0$ without stronger conditions than what you assume. In this way, it is unlike the Riemann integral.



Also, your statement that the integral will fail to exist when $f$ and $G$ have common points of discontinuity is inaccurate. The integral does not exist if the functions are both discontinuous from the right or both discontinuous from the left.



Consider the following counterexample where the integral exists but the limit of sums does not. Notice that both integrand and integrator are discontinuous at $x = 1/2$, although not both from the left or right.



$$f(x) = begincases0, quad 0 leqslant x < 1/2
\1, quad1/2 leqslant x leqslant 1 endcases\ G(x) = begincases0, quad 0 leqslant x leqslant 1/2
\1, quad1/2 < x leqslant 1 endcases$$



With partition $P = (0,1/2,1)$ we have $U(P,f,G) = L(P,f,G) = 1$. Since upper and lower Darboux integrals satisfy



$$1 = L(P,f,G) leqslant underlineint_0^1 f , dG leqslant overlineint_0^1 f , dG leqslant U(P,f,G) = 1,$$



the integral exists with $displaystyleint_0^1 f ,dG = 1$.



However, for a sequence of partitions $P_n = left(0,frac12n,ldots, frac12 - frac12n , frac12 + frac12n, ldots ,1right)$, we have $|P_n| = 1/n to 0$ where tags can be chosen such that $S(P_n,f,G)$ converges either to $0$ or $1$ and there is no unique limit.






share|cite|improve this answer




















  • Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
    – WoodWorker
    Aug 27 at 16:44










  • You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
    – RRL
    Aug 27 at 17:53







  • 1




    Also this answer provides a more detailed proof.
    – RRL
    Aug 27 at 19:56










Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2893683%2fconvergence-of-riemann-stieltjes-sums%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










When the Riemann-Stieltjes integral exists, there is no guarantee that it is the limit of sums as the partition norm tends to $0$ without stronger conditions than what you assume. In this way, it is unlike the Riemann integral.



Also, your statement that the integral will fail to exist when $f$ and $G$ have common points of discontinuity is inaccurate. The integral does not exist if the functions are both discontinuous from the right or both discontinuous from the left.



Consider the following counterexample where the integral exists but the limit of sums does not. Notice that both integrand and integrator are discontinuous at $x = 1/2$, although not both from the left or right.



$$f(x) = begincases0, quad 0 leqslant x < 1/2
\1, quad1/2 leqslant x leqslant 1 endcases\ G(x) = begincases0, quad 0 leqslant x leqslant 1/2
\1, quad1/2 < x leqslant 1 endcases$$



With partition $P = (0,1/2,1)$ we have $U(P,f,G) = L(P,f,G) = 1$. Since upper and lower Darboux integrals satisfy



$$1 = L(P,f,G) leqslant underlineint_0^1 f , dG leqslant overlineint_0^1 f , dG leqslant U(P,f,G) = 1,$$



the integral exists with $displaystyleint_0^1 f ,dG = 1$.



However, for a sequence of partitions $P_n = left(0,frac12n,ldots, frac12 - frac12n , frac12 + frac12n, ldots ,1right)$, we have $|P_n| = 1/n to 0$ where tags can be chosen such that $S(P_n,f,G)$ converges either to $0$ or $1$ and there is no unique limit.






share|cite|improve this answer




















  • Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
    – WoodWorker
    Aug 27 at 16:44










  • You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
    – RRL
    Aug 27 at 17:53







  • 1




    Also this answer provides a more detailed proof.
    – RRL
    Aug 27 at 19:56














up vote
1
down vote



accepted










When the Riemann-Stieltjes integral exists, there is no guarantee that it is the limit of sums as the partition norm tends to $0$ without stronger conditions than what you assume. In this way, it is unlike the Riemann integral.



Also, your statement that the integral will fail to exist when $f$ and $G$ have common points of discontinuity is inaccurate. The integral does not exist if the functions are both discontinuous from the right or both discontinuous from the left.



Consider the following counterexample where the integral exists but the limit of sums does not. Notice that both integrand and integrator are discontinuous at $x = 1/2$, although not both from the left or right.



$$f(x) = begincases0, quad 0 leqslant x < 1/2
\1, quad1/2 leqslant x leqslant 1 endcases\ G(x) = begincases0, quad 0 leqslant x leqslant 1/2
\1, quad1/2 < x leqslant 1 endcases$$



With partition $P = (0,1/2,1)$ we have $U(P,f,G) = L(P,f,G) = 1$. Since upper and lower Darboux integrals satisfy



$$1 = L(P,f,G) leqslant underlineint_0^1 f , dG leqslant overlineint_0^1 f , dG leqslant U(P,f,G) = 1,$$



the integral exists with $displaystyleint_0^1 f ,dG = 1$.



However, for a sequence of partitions $P_n = left(0,frac12n,ldots, frac12 - frac12n , frac12 + frac12n, ldots ,1right)$, we have $|P_n| = 1/n to 0$ where tags can be chosen such that $S(P_n,f,G)$ converges either to $0$ or $1$ and there is no unique limit.






share|cite|improve this answer




















  • Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
    – WoodWorker
    Aug 27 at 16:44










  • You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
    – RRL
    Aug 27 at 17:53







  • 1




    Also this answer provides a more detailed proof.
    – RRL
    Aug 27 at 19:56












up vote
1
down vote



accepted







up vote
1
down vote



accepted






When the Riemann-Stieltjes integral exists, there is no guarantee that it is the limit of sums as the partition norm tends to $0$ without stronger conditions than what you assume. In this way, it is unlike the Riemann integral.



Also, your statement that the integral will fail to exist when $f$ and $G$ have common points of discontinuity is inaccurate. The integral does not exist if the functions are both discontinuous from the right or both discontinuous from the left.



Consider the following counterexample where the integral exists but the limit of sums does not. Notice that both integrand and integrator are discontinuous at $x = 1/2$, although not both from the left or right.



$$f(x) = begincases0, quad 0 leqslant x < 1/2
\1, quad1/2 leqslant x leqslant 1 endcases\ G(x) = begincases0, quad 0 leqslant x leqslant 1/2
\1, quad1/2 < x leqslant 1 endcases$$



With partition $P = (0,1/2,1)$ we have $U(P,f,G) = L(P,f,G) = 1$. Since upper and lower Darboux integrals satisfy



$$1 = L(P,f,G) leqslant underlineint_0^1 f , dG leqslant overlineint_0^1 f , dG leqslant U(P,f,G) = 1,$$



the integral exists with $displaystyleint_0^1 f ,dG = 1$.



However, for a sequence of partitions $P_n = left(0,frac12n,ldots, frac12 - frac12n , frac12 + frac12n, ldots ,1right)$, we have $|P_n| = 1/n to 0$ where tags can be chosen such that $S(P_n,f,G)$ converges either to $0$ or $1$ and there is no unique limit.






share|cite|improve this answer












When the Riemann-Stieltjes integral exists, there is no guarantee that it is the limit of sums as the partition norm tends to $0$ without stronger conditions than what you assume. In this way, it is unlike the Riemann integral.



Also, your statement that the integral will fail to exist when $f$ and $G$ have common points of discontinuity is inaccurate. The integral does not exist if the functions are both discontinuous from the right or both discontinuous from the left.



Consider the following counterexample where the integral exists but the limit of sums does not. Notice that both integrand and integrator are discontinuous at $x = 1/2$, although not both from the left or right.



$$f(x) = begincases0, quad 0 leqslant x < 1/2
\1, quad1/2 leqslant x leqslant 1 endcases\ G(x) = begincases0, quad 0 leqslant x leqslant 1/2
\1, quad1/2 < x leqslant 1 endcases$$



With partition $P = (0,1/2,1)$ we have $U(P,f,G) = L(P,f,G) = 1$. Since upper and lower Darboux integrals satisfy



$$1 = L(P,f,G) leqslant underlineint_0^1 f , dG leqslant overlineint_0^1 f , dG leqslant U(P,f,G) = 1,$$



the integral exists with $displaystyleint_0^1 f ,dG = 1$.



However, for a sequence of partitions $P_n = left(0,frac12n,ldots, frac12 - frac12n , frac12 + frac12n, ldots ,1right)$, we have $|P_n| = 1/n to 0$ where tags can be chosen such that $S(P_n,f,G)$ converges either to $0$ or $1$ and there is no unique limit.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Aug 25 at 0:38









RRL

44.2k42362




44.2k42362











  • Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
    – WoodWorker
    Aug 27 at 16:44










  • You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
    – RRL
    Aug 27 at 17:53







  • 1




    Also this answer provides a more detailed proof.
    – RRL
    Aug 27 at 19:56
















  • Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
    – WoodWorker
    Aug 27 at 16:44










  • You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
    – RRL
    Aug 27 at 17:53







  • 1




    Also this answer provides a more detailed proof.
    – RRL
    Aug 27 at 19:56















Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
– WoodWorker
Aug 27 at 16:44




Thank you. I did'nt realize the part about common discontinuity. What are the stronger conditions where the limit of sums works?
– WoodWorker
Aug 27 at 16:44












You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
– RRL
Aug 27 at 17:53





You're welcome. Here you can see that the limit of sums equal the RS integral if the integrator is monotone (or of bounded variation) and either integrator or integrand is continuous.
– RRL
Aug 27 at 17:53





1




1




Also this answer provides a more detailed proof.
– RRL
Aug 27 at 19:56




Also this answer provides a more detailed proof.
– RRL
Aug 27 at 19:56

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2893683%2fconvergence-of-riemann-stieltjes-sums%23new-answer', 'question_page');

);

Post as a guest













































































這個網誌中的熱門文章

tkz-euclide: tkzDrawCircle[R] not working

How to combine Bézier curves to a surface?

1st Magritte Awards