Show $[int _0 ^t B_{2,s} dB_{1,s}]^2 - int_0^t (B_{2,s})^2 ds$ is a martingale











up vote
1
down vote

favorite












I want to show the following:




$$[int _0 ^t B_{2,s} dB_{1,s}]^2 - int_0^t (B_{2,s})^2 ds$$ is a martingale where $ (B_{2,s},B_{1,s}) $ is a two dim'l Brownian motion.




My attempt:
By Ito formula, $$[int _0 ^t B_{2,s} dB_{1,s}]^2 =2 int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u} + int_0^t (B_{2,u})^2 du$$
so it suffices to show
$ int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u}$ is a martingale. I tried to show the integral of the expectation of the square of the integrand is finite, but it gets me nowhere.



Any help is appreciated.










share|cite|improve this question


























    up vote
    1
    down vote

    favorite












    I want to show the following:




    $$[int _0 ^t B_{2,s} dB_{1,s}]^2 - int_0^t (B_{2,s})^2 ds$$ is a martingale where $ (B_{2,s},B_{1,s}) $ is a two dim'l Brownian motion.




    My attempt:
    By Ito formula, $$[int _0 ^t B_{2,s} dB_{1,s}]^2 =2 int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u} + int_0^t (B_{2,u})^2 du$$
    so it suffices to show
    $ int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u}$ is a martingale. I tried to show the integral of the expectation of the square of the integrand is finite, but it gets me nowhere.



    Any help is appreciated.










    share|cite|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I want to show the following:




      $$[int _0 ^t B_{2,s} dB_{1,s}]^2 - int_0^t (B_{2,s})^2 ds$$ is a martingale where $ (B_{2,s},B_{1,s}) $ is a two dim'l Brownian motion.




      My attempt:
      By Ito formula, $$[int _0 ^t B_{2,s} dB_{1,s}]^2 =2 int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u} + int_0^t (B_{2,u})^2 du$$
      so it suffices to show
      $ int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u}$ is a martingale. I tried to show the integral of the expectation of the square of the integrand is finite, but it gets me nowhere.



      Any help is appreciated.










      share|cite|improve this question













      I want to show the following:




      $$[int _0 ^t B_{2,s} dB_{1,s}]^2 - int_0^t (B_{2,s})^2 ds$$ is a martingale where $ (B_{2,s},B_{1,s}) $ is a two dim'l Brownian motion.




      My attempt:
      By Ito formula, $$[int _0 ^t B_{2,s} dB_{1,s}]^2 =2 int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u} + int_0^t (B_{2,u})^2 du$$
      so it suffices to show
      $ int_0^t (int_0^u B_{2,s} dB_{1,s} )B_{2,u} dB_{1,u}$ is a martingale. I tried to show the integral of the expectation of the square of the integrand is finite, but it gets me nowhere.



      Any help is appreciated.







      stochastic-calculus brownian-motion martingales local-martingales






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 20 at 1:55









      izimath

      337110




      337110






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Hint: Note that $$int_0^t B_{2,s}dB_{1,s}$$ is an $L^2$-martingale since $E[int_0^t |B_{2,s}|^2ds] = int_0^t E|B_{2,s}|^2ds <infty$.



          And observe that its quadratic variatio process is $int_0^t B_{2,s}^2ds$. It follows the given process is a continuous martingale.






          share|cite|improve this answer





















            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: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            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%2f3005824%2fshow-int-0-t-b-2-s-db-1-s2-int-0t-b-2-s2-ds-is-a-martingale%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            Hint: Note that $$int_0^t B_{2,s}dB_{1,s}$$ is an $L^2$-martingale since $E[int_0^t |B_{2,s}|^2ds] = int_0^t E|B_{2,s}|^2ds <infty$.



            And observe that its quadratic variatio process is $int_0^t B_{2,s}^2ds$. It follows the given process is a continuous martingale.






            share|cite|improve this answer

























              up vote
              0
              down vote













              Hint: Note that $$int_0^t B_{2,s}dB_{1,s}$$ is an $L^2$-martingale since $E[int_0^t |B_{2,s}|^2ds] = int_0^t E|B_{2,s}|^2ds <infty$.



              And observe that its quadratic variatio process is $int_0^t B_{2,s}^2ds$. It follows the given process is a continuous martingale.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                Hint: Note that $$int_0^t B_{2,s}dB_{1,s}$$ is an $L^2$-martingale since $E[int_0^t |B_{2,s}|^2ds] = int_0^t E|B_{2,s}|^2ds <infty$.



                And observe that its quadratic variatio process is $int_0^t B_{2,s}^2ds$. It follows the given process is a continuous martingale.






                share|cite|improve this answer












                Hint: Note that $$int_0^t B_{2,s}dB_{1,s}$$ is an $L^2$-martingale since $E[int_0^t |B_{2,s}|^2ds] = int_0^t E|B_{2,s}|^2ds <infty$.



                And observe that its quadratic variatio process is $int_0^t B_{2,s}^2ds$. It follows the given process is a continuous martingale.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 20 at 5:05









                Song

                5439




                5439






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005824%2fshow-int-0-t-b-2-s-db-1-s2-int-0t-b-2-s2-ds-is-a-martingale%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    To store a contact into the json file from server.js file using a class in NodeJS

                    Redirect URL with Chrome Remote Debugging Android Devices

                    Dieringhausen