is dividable by 5 for n >= 0, n in Natural numbers..
And that by Induction..
The "skelet" was succesfull, now I got to proof that
P(i) => P(i+1)
..
Any ideas?
Suppose K leaves a remainder of r when divided by 5,
Then has the same remainder as .
So what we need to do is Just check whether the conclusion hold when r take the value from {0,1,2,3,4}.