1

My professor in a proof class said very explicitly several times that "strong induction is a more powerful proof technique then weak induction and is preferred over weak induction".

  1. Anywhere I have looked online and in textbooks it says that weak induction and strong induction are equivalent. Just sometimes one is preferred to use over the other depending on the situation.

  2. Can you prove anything with strong induction that you can prove with weak induction and vice versa? Are they interchangeable?

If someone could comment on both points that would be great!

Mark
  • 825

1 Answers1

1

They are entirely interchangeable, and the only reason to pick one over the other is aesthetics.

The basic gist of it is, if you only need the previous step, assume only the previous step. If you need all previous steps, assume all previous steps. (And if you need the two previous steps, assume the two previous steps, and so on.) A proof usually looks better that way.

Arthur
  • 199,419