Strong Induction: Examples and Explanation

  • Thread starter Thread starter gsingh2011
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary
Strong induction differs from weak induction by requiring that the inductive step relies on all previous cases, not just the immediate predecessor. An example provided is proving that any natural number greater than one can be expressed as a product of primes, which necessitates using multiple previous cases to establish the next. While it may seem like strong induction requires multiple base cases, only one base case needs to be proven, as the inductive step accounts for the necessary conditions. The discussion clarifies that strong induction is logically equivalent to weak induction, meaning both methods ultimately lead to the same conclusions. Understanding these distinctions is crucial for effectively applying induction in mathematical proofs.
gsingh2011
Messages
115
Reaction score
1
I understand weak induction but I'm confused on strong induction. Can someone give me a simple example where you would use strong induction and not weak?
 
Mathematics news on Phys.org
Proving that any natural number > 1 can be expressed as the product of (one or more) primes.
 
Strong induction is characterized by that instead of proving P(k) --> P(k+1), where P(n) is a proposition for a number n, we rather prove that ( P(1) and P(2) and ... and P(k) )--> P(k+1). It is stronger in the sense that we use more information for the inductive step.

For example; if you want to prove a specific formula for a difference equation, say x_{n-2}+x_{x-1}=x_n, by induction, you will need, for the inductive step, that both x_{k-1} and x_{k} satisfy the formula in order to prove the formula for x_{k+1}. In other words; you will need P(k-1) and P(k) to prove P(k+1), where P(n) is the proposition that x_n satisfies the formula.
 
Jarle said:
Strong induction is characterized by that instead of proving P(k) --> P(k+1), where P(n) is a proposition for a number n, we rather prove that ( P(1) and P(2) and ... and P(k) )--> P(k+1). It is stronger in the sense that we use more information for the inductive step.

For example; if you want to prove a specific formula for a difference equation, say x_{n-2}+x_{x-1}=x_n, by induction, you will need, for the inductive step, that both x_{k-1} and x_{k} satisfy the formula in order to prove the formula for x_{k+1}. In other words; you will need P(k-1) and P(k) to prove P(k+1), where P(n) is the proposition that x_n satisfies the formula.

So is this pretty much like saying you have more than one base case? Specifically, you have as many base cases as there are variables?
 
gsingh2011 said:
So is this pretty much like saying you have more than one base case? Specifically, you have as many base cases as there are variables?

The base case P(1) must of course be proven. But no, you don't need more than one base case. You'd think so, but you can see it is 'taken care of' by the inductive step. The general proof of the inductive step must be valid for n = 2, so another base case need not be established, but care must be taken. I.e. in the inductive step, you assume ( P(1) and P(2) and ... and P(k) ), but you must consider the possibility k = 1; in which case you do not have P(k) and P(k-1), but only P(k). This can however easily be verified by a direct proof.

Other examples would perhaps require ( P(1) and P(2) and ... P(k) ) to prove P(k+1), and not just ( P(k-1) and P(k) ) as in this example.

Strong induction can be proven logically equivalent to weak induction, so it's not stronger in that sense.
 
Last edited:
Here is a little puzzle from the book 100 Geometric Games by Pierre Berloquin. The side of a small square is one meter long and the side of a larger square one and a half meters long. One vertex of the large square is at the center of the small square. The side of the large square cuts two sides of the small square into one- third parts and two-thirds parts. What is the area where the squares overlap?

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K