Define a sequence $s_0,s_1,s_2,...$ as follows : $$s_0=0, s_1=4, s_k=6s_{k-1} - 5s_{k-2} \; \forall \; \text{integers} \; k\ge 2.$$ Prove by Principle of strong mathematical induction that $$s_n=5^n-1 \; \forall \; n\ge 0.$$
It's very easy to prove this by strong mathematical induction. However I am interested in proving this by "first" principle of mathematical induction only. Any ideas?
$$s_k-s_{k-1}=5(s_{k-1}-s_{k-2}),$$ which says that $$s_k-s_{k-1}=4\cdot5^{k-1}$$ for all $k\geq1$.
Now, we can use an induction, which you wish.
For $k=0$ and for $k=1$ it's true.
Let $s_k=5^k-1$ for all $k\geq0$.
Thus, $$s_{k+1}=s_k+4\cdot5^k=5^k-1+4\cdot5^k=5^{k+1}-1.$$ Done!