Question:
What's the difference between weak induction and strong induction?
Andy
2013-08-11 13:30:40 UTC
This seems to be the structure of both strong and weak induction:
1. Prove a base case using an example.
2. Set up your inductive hypothesis by setting n = k and assuming it is true.
3. Set n = k +1 and prove it is true using previous steps.

What's the difference between these two inductions?
Four answers:
anonymous
2013-08-11 13:48:03 UTC
With weak induction you assume that the statement is true for n = k and show that this implies it is true for n = k + 1.



With strong induction you assume that the statement is true for all integers n ≤ k and show that this implies it is true for n = k + 1.



In most proofs, weak induction is sufficient.
zollars
2016-12-16 17:12:28 UTC
Weak Induction
shenk
2016-09-30 05:47:18 UTC
Strong Induction
Belkis
2015-08-24 20:44:47 UTC
This Site Might Help You.



RE:

What's the difference between weak induction and strong induction?

This seems to be the structure of both strong and weak induction:

1. Prove a base case using an example.

2. Set up your inductive hypothesis by setting n = k and assuming it is true.

3. Set n = k +1 and prove it is true using previous steps.



What's the difference between these two...


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...