Strong Induction: Examples and Explanation

  • Thread starter Thread starter gsingh2011
  • Start date Start date
  • Tags Tags
    Induction
AI Thread 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:
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top