My apologies, I couldn't find a proper title for this question, if you do after reading question please edit it.
I read about mathematical induction theory but still I don't see how is it useful? Can anyone please list me some trivial practical usage of it rather than theoretical questions?
I was seeing this example: Prove that $4^n + 15n -1$ is divisible by $9$.
Statement $S(n)$ : $4^n + 15n -1$ is divisible by $9$.
Of course, statement $S(1)$ is true (first case in proving is done)
Now let's assume $S(r) = 4^r + 15r -1$ be divisible by $9$.
(though I don't understand what is the rationale behind assuming that: just because theory says so?)We write $S(r^+)\;=\; 4^{r+1} + 15(r+1) -1$
... and the proof goes on
I had learned for natural numbers $x+1 = x^+$ , in above 2nd part of proof , does $S(r^+)$ = $S(r) +1$? or what does it mean?