I thought the following was the case: In a proof by induction, one must use the inductive hypothesis at some point. Otherwise, the proof is either a) wrong or b) correct yet needn't be written in the form of an induction.
Here's a solution to an exercise from Tao's Analysis I book in which an inductive proof is performed that does not utilize the inductive hypothesis: https://taoanalysis.wordpress.com/2020/03/16/exercise-2-2-2/
Indeed, there is a second proposition in Tao's book that uses inductive proof without touching the inductive hypothesis. In this case, he provides the proof himself. (If you have the book, it's Proposition 2.2.8.).
I myself am not capable of pinpointing what's going on here. Questions:
- Can this proof be performed without using induction? If so, how? I'm not putting my money on this being possible, as Tao explicitly recommends using induction even in the newest edition of the book.
- If the proof must be written in this inductive form, what is going on here? What lesson can we extract concerning the nature of mathematical induction? Why do we need induction even though we don't need the inductive hypothesis?
- Are there other inductive proofs that ignore the inductive hypothesis? What "type of proof" constitutes this category?
If I'm terribly confused, be so kind and help me out of my confusion. (: Thanks!
Writing the principle of induction in symbolic form helped me understand what's going on here. $$ \left(P(0)\wedge\forall a\,(P(a)\Rightarrow P(a^{++})\right)\Rightarrow\forall a\,(P(a)) $$ In the proof you cite, it's possible to prove $\ \forall a\, P(a^{++})\ $ without assuming $\ P(a)\ $ for any $\ a\ $ or using the principle of induction in any other way. A fortiori, therefore, we get a proof of $\ \forall a\,(P(a)\Rightarrow P(a^{++}))\ $ for free. However it's still not possible to draw the conclusion $\ \forall a\,(P(a))\ $ without the base case $\ P(0)\ $. To answer your first two questions, then: