Let's say we have an arithmetic progression: $a_{n+1} = a_n + k$. Fair enough, now I want to prove $a_{n+m} = a_n + mk$. This is how I do it:
$$a_{n+2} = a_{(n+1)+1} = a_{n+1} + k = a_n + k + k = a_n + 2k$$ $$a_{n+2} = a_n + 2k$$
Oh well, now I replace $2$ with $m$ and here it's proved. The replacement part doesn't seem to be strongly mathematical and is based rather on intuition. Even if the end result is correct, the usage of intuition (or common sense, or whatever you call it) doesn't feel like a legit way to prove things.
Please tell me if I am wrong and can you think of any strongly algebraic ways to prove this exact example? Thank you