This is a problem from a school textbook that I currently learn math with, this is the chapter on divisibility properties from the number theory.
There is two theorems in the chapter:
$\overline{a_n a_{n-1} a_{n-2}...a_1 a_0} ≡ a_n + a_{n-1} + ... + a_1 + a_0$ (mod. 9) => (mod. 3) as well.
$\overline{a_n a_{n−1} a_{n−2} ... a_1 a_0} ≡ a_0 − a_1 + a_2 − a_3 + ... + ( −1 )^n a_n$ (mod 11).
I understood the proofs of both of the theorems and yet the theorems seem to be inapplicable to the equation below that needs to be proven. Neither can I apply anything learned before in the previous lessons on the number theory.
$\overline{a_na_{n-1}...a_ka_{k-1}...a_0} ≡ \overline{a_{k-1}a_{k-2}...a_0}$ mod($5^k$)
How to approach such problems, how to prove this one in particular ?