Understanding Strong Induction: P(1) to P(n)

  • Context: Undergrad 
  • Thread starter Thread starter disregardthat
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary

Discussion Overview

The discussion revolves around the concept of strong induction in mathematics, particularly its comparison to weak induction. Participants explore the definitions, implications, and nuances of both methods of mathematical induction, including their logical equivalence and the necessity of proving multiple base cases.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant expresses uncertainty about the meaning of assuming P(n) is true for all n ≤ k and questions whether proving it for two values is necessary.
  • Another participant clarifies that strong induction requires proving P(1) and that P(n) being true implies P(n+1) is true, leading to the conclusion that P(n) is true for all positive n.
  • Some participants note that weak induction only assumes the case for n-1, while strong induction assumes all cases from 1 to n-1, yet they argue that both methods are logically equivalent.
  • A participant summarizes their understanding of weak and strong induction, emphasizing the need to prove multiple base cases for strong induction, particularly in examples like the Fibonacci sequence.

Areas of Agreement / Disagreement

Participants generally agree on the definitions of weak and strong induction, but there is some disagreement regarding the necessity of multiple base cases in strong induction and the perceived differences between the two methods.

Contextual Notes

Some participants express confusion about the explanations provided in their learning materials, particularly regarding the assumptions made in strong induction and the logical equivalence of both induction methods.

disregardthat
Science Advisor
Messages
1,864
Reaction score
34
Hi, I am trying to learn strong induction, but I am a bit uncertain in some things about it.

In my book, it says it states that: If P(1) is true and P(k) is true for all k \leq n \Rightarrow P(n+1) is true then P(n) is true for all n \in \mathbb{Z^+}

Where P(n) is a preposition for an integer n.

Now, if we were to prove that if a_1=1, \ a_2=2 and a_{n+1}=\frac{a_n ^2}{a_{n-1} for all n \leq 1, then a_n=2^{n-1}

The way the book advance is to prove that P(1) is true, and then assume that it is true for all n \leq k. Then a_r=2^{r-1} for r=1,2,3,...,k

Then they prove it by assuming that it is true for k-1.

To the questions:

What does it actually mean to assume that it is true for n \leq k ? Is it because it is true for 1 and 2, and therefore we have at two values, where we can for example let k=2 and k-1=1?

Could we have completed the proof by only showing that P(1) is true? Could we then have assumed that it was true for r=1,2,3,...k, and then proven it by assuming it was true for k-1? Or is it vital that we know at least TWO values before proceeding with this?

I read that this form of induction is far stronger than the weak form. But later on it says that it is logically equivalent. To me both methods seem very alike. But is all there is to strong induction that we must have more than 1 value to prove that it is true for all values?

I don't really understand the way they assume it is true for n \leq k
But i do understand the concept of induction. It is the way they explain strong induction that sets me a bit off.

Hm, this may be a little confusing, but I would really appreciate if someone could explain it to me.
 
Last edited:
Physics news on Phys.org
It is a rather simple concept. The basic rules are P(1) is true and P(n) true implies P(n+1) true,
leading to the conclusion P(n) is true for all n.

To understand it, start at n=1, since P(1) is true then P(2) is true. Since P(2) is true then P(3) is true. You just keep going and you get P(n) is true for all positive n.
 
Yeah, of course. That's the weak form, which I understand. It's a simple concept as you say. But I don't see the difference between the weak and the strong.
 
Jarle said:
Yeah, of course. That's the weak form, which I understand. It's a simple concept as you say. But I don't see the difference between the weak and the strong.

They seem different to most people, since weak induction assumes only that the n-1 caseholds and strong induction assumes that cases 1, 2, 3, ..., n-1 hold. But they are equivalent, so there really isn't a difference.
 
Thanks for the answers. Now, if I have understood it right:
Weak induction is basically to prove that a statement is true for an integer, and then by assuming it is true for an integer k, follows that it is true for an integer k+1 and thus true for all integers above the starting integer. My way of thinking: If you set k=1, then it follows that it must be true for 1+1=2, by then setting k=2, it must be true for 2+1=3. By this train of thought it must be true for all successive integers above the starting integer.
Strong induction on the other hand is to prove that a statement is true for an integer, and then assume it is true for all integers between this and k. Then you prove by assuming this that if it is true for these integers, it must be true for k+1, and thus it must be true for all integers above the starting integer. My way of thinking: If you assume it is true for k, then it follows that it is true for k+1. Then you can set k=1 and by that it must be true for all successive integers. Now, in my mind, if you are to prove, say something about the fibonacci sequence, and you use that the statement is true for an integer k-1, then you must have proven it for TWO starting integers. For example if you prove it for 1 and 2. Then you can set k=2 and as proven by using the statement for k-1=1, and that it from that follows that it must be true for all successive integers.

But basically these two methods of induction are logically equivalent.

Have I got it right? It's quite important to me to understand what I learn.
 
Last edited:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 29 ·
Replies
29
Views
6K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K