Prove that the function $L^2$ converges











up vote
1
down vote

favorite












Prove that the series



$$sum_{n=0}^infty (-1)^n x^{2n}$$



$L^2$ converges in $(-1,1)$.



I thought that we needed a target function since the definition of $L^2$ convergence is that



$$lim_{Nto infty}int_a^b |f(x) - sum_{n=0}^Nf(x_n)|^2 dx = 0$$



but this problem has no target function










share|cite|improve this question


















  • 2




    $$(-1)^nx^{2n}=(-x^2)^n$$ for integer $n$
    – lab bhattacharjee
    Nov 16 at 6:39










  • In general: This is why completeness is so important. If there isn't an obvious limit, prove that a sequence is Cauchy
    – qbert
    Nov 16 at 6:45










  • What is $x_n$ in $f(x_n)$?
    – Robert Z
    Nov 16 at 13:02















up vote
1
down vote

favorite












Prove that the series



$$sum_{n=0}^infty (-1)^n x^{2n}$$



$L^2$ converges in $(-1,1)$.



I thought that we needed a target function since the definition of $L^2$ convergence is that



$$lim_{Nto infty}int_a^b |f(x) - sum_{n=0}^Nf(x_n)|^2 dx = 0$$



but this problem has no target function










share|cite|improve this question


















  • 2




    $$(-1)^nx^{2n}=(-x^2)^n$$ for integer $n$
    – lab bhattacharjee
    Nov 16 at 6:39










  • In general: This is why completeness is so important. If there isn't an obvious limit, prove that a sequence is Cauchy
    – qbert
    Nov 16 at 6:45










  • What is $x_n$ in $f(x_n)$?
    – Robert Z
    Nov 16 at 13:02













up vote
1
down vote

favorite









up vote
1
down vote

favorite











Prove that the series



$$sum_{n=0}^infty (-1)^n x^{2n}$$



$L^2$ converges in $(-1,1)$.



I thought that we needed a target function since the definition of $L^2$ convergence is that



$$lim_{Nto infty}int_a^b |f(x) - sum_{n=0}^Nf(x_n)|^2 dx = 0$$



but this problem has no target function










share|cite|improve this question













Prove that the series



$$sum_{n=0}^infty (-1)^n x^{2n}$$



$L^2$ converges in $(-1,1)$.



I thought that we needed a target function since the definition of $L^2$ convergence is that



$$lim_{Nto infty}int_a^b |f(x) - sum_{n=0}^Nf(x_n)|^2 dx = 0$$



but this problem has no target function







real-analysis sequences-and-series convergence






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 16 at 6:37









The Bosco

510211




510211








  • 2




    $$(-1)^nx^{2n}=(-x^2)^n$$ for integer $n$
    – lab bhattacharjee
    Nov 16 at 6:39










  • In general: This is why completeness is so important. If there isn't an obvious limit, prove that a sequence is Cauchy
    – qbert
    Nov 16 at 6:45










  • What is $x_n$ in $f(x_n)$?
    – Robert Z
    Nov 16 at 13:02














  • 2




    $$(-1)^nx^{2n}=(-x^2)^n$$ for integer $n$
    – lab bhattacharjee
    Nov 16 at 6:39










  • In general: This is why completeness is so important. If there isn't an obvious limit, prove that a sequence is Cauchy
    – qbert
    Nov 16 at 6:45










  • What is $x_n$ in $f(x_n)$?
    – Robert Z
    Nov 16 at 13:02








2




2




$$(-1)^nx^{2n}=(-x^2)^n$$ for integer $n$
– lab bhattacharjee
Nov 16 at 6:39




$$(-1)^nx^{2n}=(-x^2)^n$$ for integer $n$
– lab bhattacharjee
Nov 16 at 6:39












In general: This is why completeness is so important. If there isn't an obvious limit, prove that a sequence is Cauchy
– qbert
Nov 16 at 6:45




In general: This is why completeness is so important. If there isn't an obvious limit, prove that a sequence is Cauchy
– qbert
Nov 16 at 6:45












What is $x_n$ in $f(x_n)$?
– Robert Z
Nov 16 at 13:02




What is $x_n$ in $f(x_n)$?
– Robert Z
Nov 16 at 13:02










4 Answers
4






active

oldest

votes

















up vote
2
down vote













$sum_{n=0}^{N}(-1)^{n} x^{2n}=frac {1-(-x^{2})^{N+1}} {1+x^{2}}$. Hence the partial sums of the series tend to $frac 1 {1+x^{2}}$ and they are dominated by $frac 2 {1+x^{2}}$. By Dominated Convergence Theorem the series converges in $L^{2}(-1,1)$.






share|cite|improve this answer






























    up vote
    0
    down vote













    HINT: you dont need a target function. Using the Cauchy criterion it is enough to show that for each $epsilon>0$ there is an $NinBbb N$ such that



    $$left|sum_{k=m}^infty(-1)^kx^{2k}right|<epsilon$$ for all $mge N$ (for the chosen $xin(-1,1)$). Then it is enough to see that $$left|sum_{k=m}^infty(-1)^kx^{2k}right|< |x|^{2m}$$






    share|cite|improve this answer

















    • 1




      I get downvoted, lol, can someone explain why?
      – Masacroso
      Nov 16 at 8:26


















    up vote
    0
    down vote













    This converges to



    $$f(x) = frac{1}{1+x^2}$$



    Thus $$|f(x) - sum_{n=0}^Nf(x_n)|^2 = frac{(x^2)^{4N+4}}{(1+x^2)^2}$$



    Integrating this



    $$int_{-1}^1 frac{(x^2)^{4N+4}}{(1+x^2)^2} dx leq int_{-1}^1(x^2)^{4N+4} dx = frac{2}{4N+5}$$



    $$lim_{Nto infty} frac{2}{4N+5} = 0$$



    Therefore, the sum converges in $L^2$ sense in this interval






    share|cite|improve this answer





















    • I didn't downvote a single answer
      – The Bosco
      Nov 16 at 7:53










    • BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
      – Robert Z
      Nov 16 at 8:41










    • Because I came up with a solution. I didn't use them so I added my own.
      – The Bosco
      Nov 16 at 9:08






    • 1




      Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
      – Robert Z
      Nov 16 at 9:13




















    up vote
    0
    down vote













    Hint. There is a target function $fin L^2(-1,1)$. For $xin(-1,1)$ we have a convergent geometric series:
    $$f(x)=sum_{n=0}^infty (-1)^n x^{2n}=frac{1}{1+x^2}.$$






    share|cite|improve this answer























    • Ok, but what if it wasn't? Is every problem solvable without a target function stated?
      – The Bosco
      Nov 16 at 6:41






    • 2




      Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
      – Robert Z
      Nov 16 at 6:44








    • 1




      A downvote? Am I missing something?
      – Robert Z
      Nov 16 at 7:58











    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%2f3000801%2fprove-that-the-function-l2-converges%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    4 Answers
    4






    active

    oldest

    votes








    4 Answers
    4






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    $sum_{n=0}^{N}(-1)^{n} x^{2n}=frac {1-(-x^{2})^{N+1}} {1+x^{2}}$. Hence the partial sums of the series tend to $frac 1 {1+x^{2}}$ and they are dominated by $frac 2 {1+x^{2}}$. By Dominated Convergence Theorem the series converges in $L^{2}(-1,1)$.






    share|cite|improve this answer



























      up vote
      2
      down vote













      $sum_{n=0}^{N}(-1)^{n} x^{2n}=frac {1-(-x^{2})^{N+1}} {1+x^{2}}$. Hence the partial sums of the series tend to $frac 1 {1+x^{2}}$ and they are dominated by $frac 2 {1+x^{2}}$. By Dominated Convergence Theorem the series converges in $L^{2}(-1,1)$.






      share|cite|improve this answer

























        up vote
        2
        down vote










        up vote
        2
        down vote









        $sum_{n=0}^{N}(-1)^{n} x^{2n}=frac {1-(-x^{2})^{N+1}} {1+x^{2}}$. Hence the partial sums of the series tend to $frac 1 {1+x^{2}}$ and they are dominated by $frac 2 {1+x^{2}}$. By Dominated Convergence Theorem the series converges in $L^{2}(-1,1)$.






        share|cite|improve this answer














        $sum_{n=0}^{N}(-1)^{n} x^{2n}=frac {1-(-x^{2})^{N+1}} {1+x^{2}}$. Hence the partial sums of the series tend to $frac 1 {1+x^{2}}$ and they are dominated by $frac 2 {1+x^{2}}$. By Dominated Convergence Theorem the series converges in $L^{2}(-1,1)$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 16 at 23:05

























        answered Nov 16 at 7:19









        Kavi Rama Murthy

        43.3k31751




        43.3k31751






















            up vote
            0
            down vote













            HINT: you dont need a target function. Using the Cauchy criterion it is enough to show that for each $epsilon>0$ there is an $NinBbb N$ such that



            $$left|sum_{k=m}^infty(-1)^kx^{2k}right|<epsilon$$ for all $mge N$ (for the chosen $xin(-1,1)$). Then it is enough to see that $$left|sum_{k=m}^infty(-1)^kx^{2k}right|< |x|^{2m}$$






            share|cite|improve this answer

















            • 1




              I get downvoted, lol, can someone explain why?
              – Masacroso
              Nov 16 at 8:26















            up vote
            0
            down vote













            HINT: you dont need a target function. Using the Cauchy criterion it is enough to show that for each $epsilon>0$ there is an $NinBbb N$ such that



            $$left|sum_{k=m}^infty(-1)^kx^{2k}right|<epsilon$$ for all $mge N$ (for the chosen $xin(-1,1)$). Then it is enough to see that $$left|sum_{k=m}^infty(-1)^kx^{2k}right|< |x|^{2m}$$






            share|cite|improve this answer

















            • 1




              I get downvoted, lol, can someone explain why?
              – Masacroso
              Nov 16 at 8:26













            up vote
            0
            down vote










            up vote
            0
            down vote









            HINT: you dont need a target function. Using the Cauchy criterion it is enough to show that for each $epsilon>0$ there is an $NinBbb N$ such that



            $$left|sum_{k=m}^infty(-1)^kx^{2k}right|<epsilon$$ for all $mge N$ (for the chosen $xin(-1,1)$). Then it is enough to see that $$left|sum_{k=m}^infty(-1)^kx^{2k}right|< |x|^{2m}$$






            share|cite|improve this answer












            HINT: you dont need a target function. Using the Cauchy criterion it is enough to show that for each $epsilon>0$ there is an $NinBbb N$ such that



            $$left|sum_{k=m}^infty(-1)^kx^{2k}right|<epsilon$$ for all $mge N$ (for the chosen $xin(-1,1)$). Then it is enough to see that $$left|sum_{k=m}^infty(-1)^kx^{2k}right|< |x|^{2m}$$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Nov 16 at 7:13









            Masacroso

            12.3k41746




            12.3k41746








            • 1




              I get downvoted, lol, can someone explain why?
              – Masacroso
              Nov 16 at 8:26














            • 1




              I get downvoted, lol, can someone explain why?
              – Masacroso
              Nov 16 at 8:26








            1




            1




            I get downvoted, lol, can someone explain why?
            – Masacroso
            Nov 16 at 8:26




            I get downvoted, lol, can someone explain why?
            – Masacroso
            Nov 16 at 8:26










            up vote
            0
            down vote













            This converges to



            $$f(x) = frac{1}{1+x^2}$$



            Thus $$|f(x) - sum_{n=0}^Nf(x_n)|^2 = frac{(x^2)^{4N+4}}{(1+x^2)^2}$$



            Integrating this



            $$int_{-1}^1 frac{(x^2)^{4N+4}}{(1+x^2)^2} dx leq int_{-1}^1(x^2)^{4N+4} dx = frac{2}{4N+5}$$



            $$lim_{Nto infty} frac{2}{4N+5} = 0$$



            Therefore, the sum converges in $L^2$ sense in this interval






            share|cite|improve this answer





















            • I didn't downvote a single answer
              – The Bosco
              Nov 16 at 7:53










            • BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
              – Robert Z
              Nov 16 at 8:41










            • Because I came up with a solution. I didn't use them so I added my own.
              – The Bosco
              Nov 16 at 9:08






            • 1




              Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
              – Robert Z
              Nov 16 at 9:13

















            up vote
            0
            down vote













            This converges to



            $$f(x) = frac{1}{1+x^2}$$



            Thus $$|f(x) - sum_{n=0}^Nf(x_n)|^2 = frac{(x^2)^{4N+4}}{(1+x^2)^2}$$



            Integrating this



            $$int_{-1}^1 frac{(x^2)^{4N+4}}{(1+x^2)^2} dx leq int_{-1}^1(x^2)^{4N+4} dx = frac{2}{4N+5}$$



            $$lim_{Nto infty} frac{2}{4N+5} = 0$$



            Therefore, the sum converges in $L^2$ sense in this interval






            share|cite|improve this answer





















            • I didn't downvote a single answer
              – The Bosco
              Nov 16 at 7:53










            • BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
              – Robert Z
              Nov 16 at 8:41










            • Because I came up with a solution. I didn't use them so I added my own.
              – The Bosco
              Nov 16 at 9:08






            • 1




              Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
              – Robert Z
              Nov 16 at 9:13















            up vote
            0
            down vote










            up vote
            0
            down vote









            This converges to



            $$f(x) = frac{1}{1+x^2}$$



            Thus $$|f(x) - sum_{n=0}^Nf(x_n)|^2 = frac{(x^2)^{4N+4}}{(1+x^2)^2}$$



            Integrating this



            $$int_{-1}^1 frac{(x^2)^{4N+4}}{(1+x^2)^2} dx leq int_{-1}^1(x^2)^{4N+4} dx = frac{2}{4N+5}$$



            $$lim_{Nto infty} frac{2}{4N+5} = 0$$



            Therefore, the sum converges in $L^2$ sense in this interval






            share|cite|improve this answer












            This converges to



            $$f(x) = frac{1}{1+x^2}$$



            Thus $$|f(x) - sum_{n=0}^Nf(x_n)|^2 = frac{(x^2)^{4N+4}}{(1+x^2)^2}$$



            Integrating this



            $$int_{-1}^1 frac{(x^2)^{4N+4}}{(1+x^2)^2} dx leq int_{-1}^1(x^2)^{4N+4} dx = frac{2}{4N+5}$$



            $$lim_{Nto infty} frac{2}{4N+5} = 0$$



            Therefore, the sum converges in $L^2$ sense in this interval







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Nov 16 at 7:27









            The Bosco

            510211




            510211












            • I didn't downvote a single answer
              – The Bosco
              Nov 16 at 7:53










            • BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
              – Robert Z
              Nov 16 at 8:41










            • Because I came up with a solution. I didn't use them so I added my own.
              – The Bosco
              Nov 16 at 9:08






            • 1




              Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
              – Robert Z
              Nov 16 at 9:13




















            • I didn't downvote a single answer
              – The Bosco
              Nov 16 at 7:53










            • BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
              – Robert Z
              Nov 16 at 8:41










            • Because I came up with a solution. I didn't use them so I added my own.
              – The Bosco
              Nov 16 at 9:08






            • 1




              Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
              – Robert Z
              Nov 16 at 9:13


















            I didn't downvote a single answer
            – The Bosco
            Nov 16 at 7:53




            I didn't downvote a single answer
            – The Bosco
            Nov 16 at 7:53












            BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
            – Robert Z
            Nov 16 at 8:41




            BTW, why did you answer your own question? I think that you should write your progress (did you use the hints given in the other answers?) by editing your question.
            – Robert Z
            Nov 16 at 8:41












            Because I came up with a solution. I didn't use them so I added my own.
            – The Bosco
            Nov 16 at 9:08




            Because I came up with a solution. I didn't use them so I added my own.
            – The Bosco
            Nov 16 at 9:08




            1




            1




            Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
            – Robert Z
            Nov 16 at 9:13






            Your first line is $f(x) = frac{1}{1+x^2}$, so you KNOW the target function. In your question I read "this problem has no target function". Moreover your second line follows from Kavi Rama Murthy's answer.
            – Robert Z
            Nov 16 at 9:13












            up vote
            0
            down vote













            Hint. There is a target function $fin L^2(-1,1)$. For $xin(-1,1)$ we have a convergent geometric series:
            $$f(x)=sum_{n=0}^infty (-1)^n x^{2n}=frac{1}{1+x^2}.$$






            share|cite|improve this answer























            • Ok, but what if it wasn't? Is every problem solvable without a target function stated?
              – The Bosco
              Nov 16 at 6:41






            • 2




              Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
              – Robert Z
              Nov 16 at 6:44








            • 1




              A downvote? Am I missing something?
              – Robert Z
              Nov 16 at 7:58















            up vote
            0
            down vote













            Hint. There is a target function $fin L^2(-1,1)$. For $xin(-1,1)$ we have a convergent geometric series:
            $$f(x)=sum_{n=0}^infty (-1)^n x^{2n}=frac{1}{1+x^2}.$$






            share|cite|improve this answer























            • Ok, but what if it wasn't? Is every problem solvable without a target function stated?
              – The Bosco
              Nov 16 at 6:41






            • 2




              Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
              – Robert Z
              Nov 16 at 6:44








            • 1




              A downvote? Am I missing something?
              – Robert Z
              Nov 16 at 7:58













            up vote
            0
            down vote










            up vote
            0
            down vote









            Hint. There is a target function $fin L^2(-1,1)$. For $xin(-1,1)$ we have a convergent geometric series:
            $$f(x)=sum_{n=0}^infty (-1)^n x^{2n}=frac{1}{1+x^2}.$$






            share|cite|improve this answer














            Hint. There is a target function $fin L^2(-1,1)$. For $xin(-1,1)$ we have a convergent geometric series:
            $$f(x)=sum_{n=0}^infty (-1)^n x^{2n}=frac{1}{1+x^2}.$$







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Nov 16 at 8:00

























            answered Nov 16 at 6:40









            Robert Z

            91.1k1058129




            91.1k1058129












            • Ok, but what if it wasn't? Is every problem solvable without a target function stated?
              – The Bosco
              Nov 16 at 6:41






            • 2




              Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
              – Robert Z
              Nov 16 at 6:44








            • 1




              A downvote? Am I missing something?
              – Robert Z
              Nov 16 at 7:58


















            • Ok, but what if it wasn't? Is every problem solvable without a target function stated?
              – The Bosco
              Nov 16 at 6:41






            • 2




              Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
              – Robert Z
              Nov 16 at 6:44








            • 1




              A downvote? Am I missing something?
              – Robert Z
              Nov 16 at 7:58
















            Ok, but what if it wasn't? Is every problem solvable without a target function stated?
            – The Bosco
            Nov 16 at 6:41




            Ok, but what if it wasn't? Is every problem solvable without a target function stated?
            – The Bosco
            Nov 16 at 6:41




            2




            2




            Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
            – Robert Z
            Nov 16 at 6:44






            Then you may use the Cauchy criterion. Recall that $L^2$ is complete.
            – Robert Z
            Nov 16 at 6:44






            1




            1




            A downvote? Am I missing something?
            – Robert Z
            Nov 16 at 7:58




            A downvote? Am I missing something?
            – Robert Z
            Nov 16 at 7:58


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3000801%2fprove-that-the-function-l2-converges%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

            Plaza Victoria

            Brian Clough

            Cáceres