How to Write Proofs, 2
In the earlier post, "How to Write Proofs, A Quick Guide", I gave the example of a simple kind of result that one might come across (and should know how to prove) in intermediate logic:
, as one says). We want to show that: every number has a certain property: namely, that the formula is equivalent to . We can show this by induction. Induction says that if a property holds of , and holds of whenever it holds of , then it holds of all numbers. So, induction proofs proceed in three steps. First (the base step) show the property holds of . Second (the induction step) show that, assuming it holds of , it also holds of . Finally, conclude that it holds of all numbers.
. I.e., when .
is . This is obviously equivalent to .
. I.e., from having the property, we want to show has it too.
So, suppose is equivalent to . (This is the Induction Hypothesis.) We want to show that is equivalent to as well.
First, note that is defined to be . The Induction Hypothesis tells us that is equivalent to . But we can use the simple lemma that "the substitution of equivalents leads to equivalents". So, we can conclude that is equivalent to . We only then need to show that this is equivalent . I.e., that . This can be done with a truth table. So, that completes the induction step.
From the Base Step and the Induction Step, we can conclude, using the Induction Principle, that for all , is equivalent to , as required. .
(*) SupposeThe obvious proof uses induction (onis and is . Show that, for all , is equivalent to .
So, suppose
First, note that
From the Base Step and the Induction Step, we can conclude, using the Induction Principle, that for all
Comments
Post a Comment