Induction proof: n! > 2^n

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











up vote
3
down vote

favorite
1












Prove: $n! > 2^n$ for all $n>=4$



I already proved the base case: 24 > 16.



Then I assume this holds for n=k, and start proving it for n=k+1:



$(k+1)k! > 2^k+1$



$(k+1)k! > 2^k(2^1)$



After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.










share|cite|improve this question

















  • 2




    You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
    – Lord Shark the Unknown
    1 hour ago






  • 2




    Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
    – user505379
    54 mins ago














up vote
3
down vote

favorite
1












Prove: $n! > 2^n$ for all $n>=4$



I already proved the base case: 24 > 16.



Then I assume this holds for n=k, and start proving it for n=k+1:



$(k+1)k! > 2^k+1$



$(k+1)k! > 2^k(2^1)$



After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.










share|cite|improve this question

















  • 2




    You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
    – Lord Shark the Unknown
    1 hour ago






  • 2




    Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
    – user505379
    54 mins ago












up vote
3
down vote

favorite
1









up vote
3
down vote

favorite
1






1





Prove: $n! > 2^n$ for all $n>=4$



I already proved the base case: 24 > 16.



Then I assume this holds for n=k, and start proving it for n=k+1:



$(k+1)k! > 2^k+1$



$(k+1)k! > 2^k(2^1)$



After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.










share|cite|improve this question













Prove: $n! > 2^n$ for all $n>=4$



I already proved the base case: 24 > 16.



Then I assume this holds for n=k, and start proving it for n=k+1:



$(k+1)k! > 2^k+1$



$(k+1)k! > 2^k(2^1)$



After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.







discrete-mathematics proof-writing induction






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 1 hour ago









user360431

261




261







  • 2




    You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
    – Lord Shark the Unknown
    1 hour ago






  • 2




    Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
    – user505379
    54 mins ago












  • 2




    You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
    – Lord Shark the Unknown
    1 hour ago






  • 2




    Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
    – user505379
    54 mins ago







2




2




You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago




You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago




2




2




Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago




Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago










2 Answers
2






active

oldest

votes

















up vote
3
down vote













Well, notice that



$$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$






share|cite|improve this answer





























    up vote
    0
    down vote













    The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
    Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.






    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%2f2946747%2finduction-proof-n-2n%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      3
      down vote













      Well, notice that



      $$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$






      share|cite|improve this answer


























        up vote
        3
        down vote













        Well, notice that



        $$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$






        share|cite|improve this answer
























          up vote
          3
          down vote










          up vote
          3
          down vote









          Well, notice that



          $$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$






          share|cite|improve this answer














          Well, notice that



          $$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited 58 mins ago

























          answered 1 hour ago









          Jimmy Sabater

          1,535215




          1,535215




















              up vote
              0
              down vote













              The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
              Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.






              share|cite|improve this answer
























                up vote
                0
                down vote













                The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
                Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.






                share|cite|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
                  Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.






                  share|cite|improve this answer












                  The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
                  Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 1 hour ago









                  Wuestenfux

                  1,417128




                  1,417128



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2946747%2finduction-proof-n-2n%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      What does second last employer means? [closed]

                      List of Gilmore Girls characters

                      Confectionery