Ordinary InductionMathematical induction proof; $g_k=3g_k-1 - 2g_k-2$Naive question about ordinary vs. transfinite inductionTips on constructing a proof by induction.Use induction to prove that $n! leq n^n-1$Induction well ordering principleProof By Induction for arbitrary integersProve by inductionOrdinary Induction vs. Strong Induction (on the same example)2 variable induction proof divisibilityIs this description of “ordinary induction” from Velleman's *How to Prove It* correct?

Can I ask the recruiters in my resume to put the reason why I am rejected?

In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?

How can bays and straits be determined in a procedurally generated map?

Why does Kotter return in Welcome Back Kotter?

Why don't electron-positron collisions release infinite energy?

The use of multiple foreign keys on same column in SQL Server

Test if tikzmark exists on same page

How old can references or sources in a thesis be?

Why was the small council so happy for Tyrion to become the Master of Coin?

How is it possible to have an ability score that is less than 3?

What are these boxed doors outside store fronts in New York?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

What does it mean to describe someone as a butt steak?

How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?

Dragon forelimb placement

How can I make my BBEG immortal short of making them a Lich or Vampire?

What typically incentivizes a professor to change jobs to a lower ranking university?

LaTeX closing $ signs makes cursor jump

Collect Fourier series terms

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

Adding span tags within wp_list_pages list items

Which models of the Boeing 737 are still in production?

Why are electrically insulating heatsinks so rare? Is it just cost?

Mage Armor with Defense fighting style (for Adventurers League bladeslinger)



Ordinary Induction


Mathematical induction proof; $g_k=3g_k-1 - 2g_k-2$Naive question about ordinary vs. transfinite inductionTips on constructing a proof by induction.Use induction to prove that $n! leq n^n-1$Induction well ordering principleProof By Induction for arbitrary integersProve by inductionOrdinary Induction vs. Strong Induction (on the same example)2 variable induction proof divisibilityIs this description of “ordinary induction” from Velleman's *How to Prove It* correct?













0












$begingroup$


Define a function $f:mathbbZtomathbbZ$ by $f(x)=2x^2-8x+1$. Use ordinary induction to prove that $f(x)geq 0$ for all integers $xgeq 4$.



A bit perplexed on the IS. We solve for P(K+1) right? Can someone help me prove this?










share|cite|improve this question









$endgroup$











  • $begingroup$
    Have you tried doing the usual steps for an inductive proof? What was your working out so far?
    $endgroup$
    – Minus One-Twelfth
    Mar 21 at 23:50















0












$begingroup$


Define a function $f:mathbbZtomathbbZ$ by $f(x)=2x^2-8x+1$. Use ordinary induction to prove that $f(x)geq 0$ for all integers $xgeq 4$.



A bit perplexed on the IS. We solve for P(K+1) right? Can someone help me prove this?










share|cite|improve this question









$endgroup$











  • $begingroup$
    Have you tried doing the usual steps for an inductive proof? What was your working out so far?
    $endgroup$
    – Minus One-Twelfth
    Mar 21 at 23:50













0












0








0


1



$begingroup$


Define a function $f:mathbbZtomathbbZ$ by $f(x)=2x^2-8x+1$. Use ordinary induction to prove that $f(x)geq 0$ for all integers $xgeq 4$.



A bit perplexed on the IS. We solve for P(K+1) right? Can someone help me prove this?










share|cite|improve this question









$endgroup$




Define a function $f:mathbbZtomathbbZ$ by $f(x)=2x^2-8x+1$. Use ordinary induction to prove that $f(x)geq 0$ for all integers $xgeq 4$.



A bit perplexed on the IS. We solve for P(K+1) right? Can someone help me prove this?







induction






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 21 at 23:40









RobinRobin

525




525











  • $begingroup$
    Have you tried doing the usual steps for an inductive proof? What was your working out so far?
    $endgroup$
    – Minus One-Twelfth
    Mar 21 at 23:50
















  • $begingroup$
    Have you tried doing the usual steps for an inductive proof? What was your working out so far?
    $endgroup$
    – Minus One-Twelfth
    Mar 21 at 23:50















$begingroup$
Have you tried doing the usual steps for an inductive proof? What was your working out so far?
$endgroup$
– Minus One-Twelfth
Mar 21 at 23:50




$begingroup$
Have you tried doing the usual steps for an inductive proof? What was your working out so far?
$endgroup$
– Minus One-Twelfth
Mar 21 at 23:50










2 Answers
2






active

oldest

votes


















1












$begingroup$

All you need to do is show that:



1) $f(4) geq 0$ (base case)



2) $f(x+1) geq f(x)$ for $x geq 4$ (inductive argument)



For the latter, simply compute the expression $g(x)=f(x+1)-f(x)$ and show that $g(x) geq 0$ for $x geq 4$.






share|cite|improve this answer











$endgroup$




















    1












    $begingroup$

    Let $f(x)=2x^2-8x+1=2(x-2)^2-7.$ To show $f(x)geq 0$ for all $xgeq4$, $xinmathbbZ$, we must show it is at least true for the base case $x=4$: $$f(4)=2(4)-7=1geq0$$ Now we assume the statement holds for some $x=n$ where $n>4,$ that is, assume $f(n)geq0, $ we shall show $f(n+1)geq 0$:$$f(n+1)=2(n-1)^2-7=2n^2-4n+2-7=2n^2-4n +(4n-4n)+1+1-7=(2n^2-8n+1)+(4n-6)$$ Thus $f(n+1)=(2n^2-8n+1)+(4n-6)=f(n)+(4n-6)$



    Since $n>4$, $4n-6inmathbbZ^+$ so we have that since $f(n)geq0$ by our induction hypothesis, $$f(n+1)=f(n)+(textelement of $mathbbZ^+$)=$textelement of $mathbbZ^+$$$$



    Thus since the statement is true for $f(n+1)$, it is true for all $ngeq4.$ Conclude by induction that this statement is true.






    share|cite|improve this answer









    $endgroup$













      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',
      autoActivateHeartbeat: false,
      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%2f3157534%2fordinary-induction%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1












      $begingroup$

      All you need to do is show that:



      1) $f(4) geq 0$ (base case)



      2) $f(x+1) geq f(x)$ for $x geq 4$ (inductive argument)



      For the latter, simply compute the expression $g(x)=f(x+1)-f(x)$ and show that $g(x) geq 0$ for $x geq 4$.






      share|cite|improve this answer











      $endgroup$

















        1












        $begingroup$

        All you need to do is show that:



        1) $f(4) geq 0$ (base case)



        2) $f(x+1) geq f(x)$ for $x geq 4$ (inductive argument)



        For the latter, simply compute the expression $g(x)=f(x+1)-f(x)$ and show that $g(x) geq 0$ for $x geq 4$.






        share|cite|improve this answer











        $endgroup$















          1












          1








          1





          $begingroup$

          All you need to do is show that:



          1) $f(4) geq 0$ (base case)



          2) $f(x+1) geq f(x)$ for $x geq 4$ (inductive argument)



          For the latter, simply compute the expression $g(x)=f(x+1)-f(x)$ and show that $g(x) geq 0$ for $x geq 4$.






          share|cite|improve this answer











          $endgroup$



          All you need to do is show that:



          1) $f(4) geq 0$ (base case)



          2) $f(x+1) geq f(x)$ for $x geq 4$ (inductive argument)



          For the latter, simply compute the expression $g(x)=f(x+1)-f(x)$ and show that $g(x) geq 0$ for $x geq 4$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Mar 21 at 23:58

























          answered Mar 21 at 23:51









          DeepakDeepak

          17.9k11640




          17.9k11640





















              1












              $begingroup$

              Let $f(x)=2x^2-8x+1=2(x-2)^2-7.$ To show $f(x)geq 0$ for all $xgeq4$, $xinmathbbZ$, we must show it is at least true for the base case $x=4$: $$f(4)=2(4)-7=1geq0$$ Now we assume the statement holds for some $x=n$ where $n>4,$ that is, assume $f(n)geq0, $ we shall show $f(n+1)geq 0$:$$f(n+1)=2(n-1)^2-7=2n^2-4n+2-7=2n^2-4n +(4n-4n)+1+1-7=(2n^2-8n+1)+(4n-6)$$ Thus $f(n+1)=(2n^2-8n+1)+(4n-6)=f(n)+(4n-6)$



              Since $n>4$, $4n-6inmathbbZ^+$ so we have that since $f(n)geq0$ by our induction hypothesis, $$f(n+1)=f(n)+(textelement of $mathbbZ^+$)=$textelement of $mathbbZ^+$$$$



              Thus since the statement is true for $f(n+1)$, it is true for all $ngeq4.$ Conclude by induction that this statement is true.






              share|cite|improve this answer









              $endgroup$

















                1












                $begingroup$

                Let $f(x)=2x^2-8x+1=2(x-2)^2-7.$ To show $f(x)geq 0$ for all $xgeq4$, $xinmathbbZ$, we must show it is at least true for the base case $x=4$: $$f(4)=2(4)-7=1geq0$$ Now we assume the statement holds for some $x=n$ where $n>4,$ that is, assume $f(n)geq0, $ we shall show $f(n+1)geq 0$:$$f(n+1)=2(n-1)^2-7=2n^2-4n+2-7=2n^2-4n +(4n-4n)+1+1-7=(2n^2-8n+1)+(4n-6)$$ Thus $f(n+1)=(2n^2-8n+1)+(4n-6)=f(n)+(4n-6)$



                Since $n>4$, $4n-6inmathbbZ^+$ so we have that since $f(n)geq0$ by our induction hypothesis, $$f(n+1)=f(n)+(textelement of $mathbbZ^+$)=$textelement of $mathbbZ^+$$$$



                Thus since the statement is true for $f(n+1)$, it is true for all $ngeq4.$ Conclude by induction that this statement is true.






                share|cite|improve this answer









                $endgroup$















                  1












                  1








                  1





                  $begingroup$

                  Let $f(x)=2x^2-8x+1=2(x-2)^2-7.$ To show $f(x)geq 0$ for all $xgeq4$, $xinmathbbZ$, we must show it is at least true for the base case $x=4$: $$f(4)=2(4)-7=1geq0$$ Now we assume the statement holds for some $x=n$ where $n>4,$ that is, assume $f(n)geq0, $ we shall show $f(n+1)geq 0$:$$f(n+1)=2(n-1)^2-7=2n^2-4n+2-7=2n^2-4n +(4n-4n)+1+1-7=(2n^2-8n+1)+(4n-6)$$ Thus $f(n+1)=(2n^2-8n+1)+(4n-6)=f(n)+(4n-6)$



                  Since $n>4$, $4n-6inmathbbZ^+$ so we have that since $f(n)geq0$ by our induction hypothesis, $$f(n+1)=f(n)+(textelement of $mathbbZ^+$)=$textelement of $mathbbZ^+$$$$



                  Thus since the statement is true for $f(n+1)$, it is true for all $ngeq4.$ Conclude by induction that this statement is true.






                  share|cite|improve this answer









                  $endgroup$



                  Let $f(x)=2x^2-8x+1=2(x-2)^2-7.$ To show $f(x)geq 0$ for all $xgeq4$, $xinmathbbZ$, we must show it is at least true for the base case $x=4$: $$f(4)=2(4)-7=1geq0$$ Now we assume the statement holds for some $x=n$ where $n>4,$ that is, assume $f(n)geq0, $ we shall show $f(n+1)geq 0$:$$f(n+1)=2(n-1)^2-7=2n^2-4n+2-7=2n^2-4n +(4n-4n)+1+1-7=(2n^2-8n+1)+(4n-6)$$ Thus $f(n+1)=(2n^2-8n+1)+(4n-6)=f(n)+(4n-6)$



                  Since $n>4$, $4n-6inmathbbZ^+$ so we have that since $f(n)geq0$ by our induction hypothesis, $$f(n+1)=f(n)+(textelement of $mathbbZ^+$)=$textelement of $mathbbZ^+$$$$



                  Thus since the statement is true for $f(n+1)$, it is true for all $ngeq4.$ Conclude by induction that this statement is true.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 21 at 23:59









                  coreyman317coreyman317

                  1,256522




                  1,256522



























                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3157534%2fordinary-induction%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

                      Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

                      Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576

                      Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?