Can you make the induction step by contradiction?

In summary, assuming the inductive basis is sufficiently proven, a proof by induction can be completed by making an inductive hypothesis and assuming that P(n+1) is not true. If it can be shown that this assumption leads to a contradiction with the inductive hypothesis, then it can be concluded that P(n) must imply P(n+1). This is equivalent to proving ##\forall n\ P(n)\to P(n+1)##, which is what is needed to complete the induction.
  • #1
jack476
328
125
Assuming you've sufficiently proven your inductive basis, can you complete a proof by induction in the following manner:

Make the inductive hypothesis, assume P(n) is true for some n. Assume P(n+1) is not true. If it follows from the assumption that P(n+1) is false that P(n) must also therefore be false, contradicting the inductive hypothesis, does this mean P(n) must imply P(n+1)?
 
Mathematics news on Phys.org
  • #2
Yes, that is valid.
The assumption from which you derived the contradiction was ##\exists n\ P(n)\wedge\neg P(n+1)##. Deriving a contradiction from this proves its negation, which is ##\forall n\neg(P(n)\wedge \neg P(n+1))##
which, by de Morgan, is equivalent to
##\forall n\ \neg P(n)\vee P(n+1)##
which is equivalent to
##\forall n\ P(n)\to P(n+1)##
which is what we need to complete the induction.
 
  • Like
Likes member 587159
  • #3
Lovely, thank you :)
 

1. What is the induction step by contradiction?

The induction step by contradiction is a mathematical proof technique used to prove that a statement holds for all natural numbers. It involves assuming the statement is false for some value of n, and then showing that this leads to a contradiction, thus proving that the statement must be true for all values of n.

2. When is the induction step by contradiction used?

The induction step by contradiction is typically used in mathematical proofs involving the principle of mathematical induction. It is used to prove statements that follow a pattern or rule for all natural numbers, such as proving that a formula holds for all values of n.

3. How does the induction step by contradiction differ from other proof techniques?

The induction step by contradiction is a specific application of proof by contradiction, where the goal is to prove that a statement is true rather than false. It differs from other proof techniques, such as direct proof or proof by contrapositive, in that it relies on assuming the statement is false and deriving a contradiction.

4. What are the benefits of using the induction step by contradiction?

The induction step by contradiction is a powerful proof technique that can be used to prove statements that follow a pattern or rule for all natural numbers. It is often simpler and more elegant than other proof techniques, and can be used to prove a wide range of mathematical statements.

5. Are there any limitations to using the induction step by contradiction?

The induction step by contradiction relies heavily on logic and reasoning, and may be difficult to apply in certain situations. It is also important to carefully construct the proof and ensure that all steps are valid in order to avoid any errors. Additionally, the induction step by contradiction may not be applicable to all types of mathematical statements.

Similar threads

Replies
13
Views
1K
  • General Math
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
407
  • Topology and Analysis
Replies
6
Views
1K
Replies
7
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
940
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
24
Views
789
Replies
4
Views
939
Back
Top