User:IssaRice/Faulty mathematical induction proof example: Difference between revisions

From Machinelearning
No edit summary
Line 10: Line 10:


==Diagnosis==
==Diagnosis==
<div class="toccolours mw-collapsible mw-collapsed"  style="overflow:auto;">
The problem with the proof above is that we are inconsistently bringing in the hypothesis <math>c > 0</math>. This means that we are "doing induction" but without a fixed predicate <math>P(c)</math>, which makes the proof invalid.
When proving the vacuous
</div>

Revision as of 20:51, 13 April 2020

Problem statement

Consider the following "proof":

Proposition. Let be positive integers. Then .

Proof. We fix and induct on . For the base case when , the result is vacuously true. Now suppose inductively that we have the result for . Then for we need . But since . Also, by induction hypothesis. Therefore, . This closes the induction.

This proposition is obviously false, since for we have , not . The problem is to figure out where the induction "proof" above goes wrong.

Diagnosis

The problem with the proof above is that we are inconsistently bringing in the hypothesis . This means that we are "doing induction" but without a fixed predicate , which makes the proof invalid.

When proving the vacuous