So, proof by induction. When I was in high school, with competitive exams for university entry and all these stuff, we were supposed to present the following template:
- Prove the statement holds for n=0 (or whatever first step)
- Assume the statement holds for some n
- Prove that, if the statement holds for n, then it holds for n+1
I could never understand step 2 and its duplicate presence into step 3. I never got a clear answer from any of my tutors, and sure enough in university, the internet, and everywhere else, I never met that step again.
Is there some theory/school of thought or anything else where this step 2 was a part of the process? I can't help but feel that someone saw this somewhere and just decided to include it everywhere.