Strong Induction: Examples and Explanation

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

Discussion Overview

The discussion centers around the concept of strong induction in mathematics, particularly how it differs from weak induction. Participants explore examples, clarify definitions, and discuss the implications of using strong induction in proofs.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant seeks a simple example of strong induction that cannot be addressed by weak induction.
  • Another participant suggests that proving any natural number greater than 1 can be expressed as a product of primes is an example of strong induction.
  • Several participants explain that strong induction involves proving that the truth of propositions for all integers up to k implies the truth for k+1, contrasting it with weak induction.
  • A participant questions whether strong induction implies having multiple base cases, suggesting that it might require as many base cases as there are variables.
  • Another participant clarifies that while the base case P(1) must be proven, additional base cases are not necessary due to the nature of the inductive step.
  • There is a mention that strong induction can be shown to be logically equivalent to weak induction, suggesting that it is not necessarily stronger in all contexts.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of multiple base cases in strong induction and the implications of its equivalence to weak induction. The discussion remains unresolved regarding the nuances of these concepts.

Contextual Notes

Participants note that the inductive step must be carefully considered, particularly in cases where k = 1, which may affect the assumptions made during proofs. There is also an acknowledgment that some examples may require different forms of inductive reasoning.

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:

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 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K