How to prove that :
9 | $a_k+... +a_1+a_0$ implies that
9 | $a_k 10^k +... +a_1 10^1 + a_o 10^0$
where | denotes the divisibility sign (that is, I need to prove that if $a_k+... a_1+a_0$ is divisible by 9 then so is $a_k 10^k +... a_1 10^1 + a_o 10^0$).
Note that $10 \equiv 1 \pmod{9}$ so $10^n \equiv 1^n \equiv 1 \pmod{9}$. This means $$a_k+ \cdots + a_0 \equiv a_k10^k+ \cdots + a_0 \pmod{9}.$$