Using Mathematical Induction To Prove

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











up vote
0
down vote

favorite












I am having trouble proving the following using Mathematical Induction.



1,3,5...(2n-1)∕2,4,6...(2n) ≥ 1∕2n


I cannot seem to understand using Induction to prove a fractional expression such as the one above.



I assume the proof for the base case of n is required, like most induction questions.



However I do seem to be lost with this one.



All help is appreciated.







share|cite|improve this question



















  • Hint: the inequality is the same as $1times3times5timescdotstimes(2n-1)ge2times4times6timescdotstimes(2n-2)$, which you may find easier.
    – David
    Jul 27 at 3:43















up vote
0
down vote

favorite












I am having trouble proving the following using Mathematical Induction.



1,3,5...(2n-1)∕2,4,6...(2n) ≥ 1∕2n


I cannot seem to understand using Induction to prove a fractional expression such as the one above.



I assume the proof for the base case of n is required, like most induction questions.



However I do seem to be lost with this one.



All help is appreciated.







share|cite|improve this question



















  • Hint: the inequality is the same as $1times3times5timescdotstimes(2n-1)ge2times4times6timescdotstimes(2n-2)$, which you may find easier.
    – David
    Jul 27 at 3:43













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am having trouble proving the following using Mathematical Induction.



1,3,5...(2n-1)∕2,4,6...(2n) ≥ 1∕2n


I cannot seem to understand using Induction to prove a fractional expression such as the one above.



I assume the proof for the base case of n is required, like most induction questions.



However I do seem to be lost with this one.



All help is appreciated.







share|cite|improve this question











I am having trouble proving the following using Mathematical Induction.



1,3,5...(2n-1)∕2,4,6...(2n) ≥ 1∕2n


I cannot seem to understand using Induction to prove a fractional expression such as the one above.



I assume the proof for the base case of n is required, like most induction questions.



However I do seem to be lost with this one.



All help is appreciated.









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 27 at 3:38









KeptAwakeByCoffee

102




102











  • Hint: the inequality is the same as $1times3times5timescdotstimes(2n-1)ge2times4times6timescdotstimes(2n-2)$, which you may find easier.
    – David
    Jul 27 at 3:43

















  • Hint: the inequality is the same as $1times3times5timescdotstimes(2n-1)ge2times4times6timescdotstimes(2n-2)$, which you may find easier.
    – David
    Jul 27 at 3:43
















Hint: the inequality is the same as $1times3times5timescdotstimes(2n-1)ge2times4times6timescdotstimes(2n-2)$, which you may find easier.
– David
Jul 27 at 3:43





Hint: the inequality is the same as $1times3times5timescdotstimes(2n-1)ge2times4times6timescdotstimes(2n-2)$, which you may find easier.
– David
Jul 27 at 3:43











1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










The base case is $n=1$ (as the quantities involved are not defined for $n=0$). The property then states $frac12geq frac12$, which is true.



Assume now that the property is true for some $nin mathbbN$. We want to show that it is true for $n+1$. We have
$$prod_k=1^n+1frac2k-12k=frac2n+12(n+1)times prod_k=1^nfrac2k-12k$$
where we took out the $k=n+1$-term. Now, note that the product on the right is the quantity involved in our property, at rank $n$. We may use the induction hypothesis to get



$$prod_k=1^n+1frac2k-12kgeq frac2n+12(n+1)times frac12n$$



We want this last quantity to be greater or equal $frac12(n+1)$. Thus, we need to show that $frac2n+12ngeq 1$, which actually is obvious. So we conclude



$$prod_k=1^n+1frac2k-12kgeq frac12(n+1)$$



which exactly is the property at rank $n+1$. This concludes the proof, using the principle of induction.






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: 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%2f2864024%2fusing-mathematical-induction-to-prove%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
    0
    down vote



    accepted










    The base case is $n=1$ (as the quantities involved are not defined for $n=0$). The property then states $frac12geq frac12$, which is true.



    Assume now that the property is true for some $nin mathbbN$. We want to show that it is true for $n+1$. We have
    $$prod_k=1^n+1frac2k-12k=frac2n+12(n+1)times prod_k=1^nfrac2k-12k$$
    where we took out the $k=n+1$-term. Now, note that the product on the right is the quantity involved in our property, at rank $n$. We may use the induction hypothesis to get



    $$prod_k=1^n+1frac2k-12kgeq frac2n+12(n+1)times frac12n$$



    We want this last quantity to be greater or equal $frac12(n+1)$. Thus, we need to show that $frac2n+12ngeq 1$, which actually is obvious. So we conclude



    $$prod_k=1^n+1frac2k-12kgeq frac12(n+1)$$



    which exactly is the property at rank $n+1$. This concludes the proof, using the principle of induction.






    share|cite|improve this answer

























      up vote
      0
      down vote



      accepted










      The base case is $n=1$ (as the quantities involved are not defined for $n=0$). The property then states $frac12geq frac12$, which is true.



      Assume now that the property is true for some $nin mathbbN$. We want to show that it is true for $n+1$. We have
      $$prod_k=1^n+1frac2k-12k=frac2n+12(n+1)times prod_k=1^nfrac2k-12k$$
      where we took out the $k=n+1$-term. Now, note that the product on the right is the quantity involved in our property, at rank $n$. We may use the induction hypothesis to get



      $$prod_k=1^n+1frac2k-12kgeq frac2n+12(n+1)times frac12n$$



      We want this last quantity to be greater or equal $frac12(n+1)$. Thus, we need to show that $frac2n+12ngeq 1$, which actually is obvious. So we conclude



      $$prod_k=1^n+1frac2k-12kgeq frac12(n+1)$$



      which exactly is the property at rank $n+1$. This concludes the proof, using the principle of induction.






      share|cite|improve this answer























        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        The base case is $n=1$ (as the quantities involved are not defined for $n=0$). The property then states $frac12geq frac12$, which is true.



        Assume now that the property is true for some $nin mathbbN$. We want to show that it is true for $n+1$. We have
        $$prod_k=1^n+1frac2k-12k=frac2n+12(n+1)times prod_k=1^nfrac2k-12k$$
        where we took out the $k=n+1$-term. Now, note that the product on the right is the quantity involved in our property, at rank $n$. We may use the induction hypothesis to get



        $$prod_k=1^n+1frac2k-12kgeq frac2n+12(n+1)times frac12n$$



        We want this last quantity to be greater or equal $frac12(n+1)$. Thus, we need to show that $frac2n+12ngeq 1$, which actually is obvious. So we conclude



        $$prod_k=1^n+1frac2k-12kgeq frac12(n+1)$$



        which exactly is the property at rank $n+1$. This concludes the proof, using the principle of induction.






        share|cite|improve this answer













        The base case is $n=1$ (as the quantities involved are not defined for $n=0$). The property then states $frac12geq frac12$, which is true.



        Assume now that the property is true for some $nin mathbbN$. We want to show that it is true for $n+1$. We have
        $$prod_k=1^n+1frac2k-12k=frac2n+12(n+1)times prod_k=1^nfrac2k-12k$$
        where we took out the $k=n+1$-term. Now, note that the product on the right is the quantity involved in our property, at rank $n$. We may use the induction hypothesis to get



        $$prod_k=1^n+1frac2k-12kgeq frac2n+12(n+1)times frac12n$$



        We want this last quantity to be greater or equal $frac12(n+1)$. Thus, we need to show that $frac2n+12ngeq 1$, which actually is obvious. So we conclude



        $$prod_k=1^n+1frac2k-12kgeq frac12(n+1)$$



        which exactly is the property at rank $n+1$. This concludes the proof, using the principle of induction.







        share|cite|improve this answer













        share|cite|improve this answer



        share|cite|improve this answer











        answered Jul 27 at 3:45









        Suzet

        2,203427




        2,203427






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864024%2fusing-mathematical-induction-to-prove%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What is the equation of a 3D cone with generalised tilt?

            Color the edges and diagonals of a regular polygon

            Relationship between determinant of matrix and determinant of adjoint?