$6^n-5n+4$ is divisible by $5 \;$ for all natural numbers $n$.
what I did is:
IA
$A(1):\;6^1-5\cdot1+4=5$ which is true.
IS
$A(n):\; 6^n+5n+4$ is also divisible by $5$.
Show $A(n+1)$ is divisible by $5$
$$A(n+1): \; 6^{n+1}-5(n+1)+4=6^n\cdot 6-5n-5+4$$ After this step I want to get to $A(n)$ but how?
please give tips to solve this problem.