When you say "Number" , I assume you mean "Integer in Base 10 representation"?
Anyways: (Notation: "</=" denotes "less than or equal to", analogous notation for "greater than or equal to"; How the hell do you import LaTeX into here?

)
Let x denote an integer such that x = Sum
0</=k</=N[(10
k)x
k] (i.e. in Base 10 representation)
Assume further that x is divisible by 9
We claim that: y=Sum
0</=k,</=N[x
k] is divisible by 9
Proof:
x = Sum
0</=k</=N[(10
k)x
k]
= Sum
1</=k</=N[9*(10
k-1)x
k + (10
k-1)x
k] + x
0
= Sum
1</=k</=N[9*(10
k-1)x
k] + Sum
2</=k</=N[9*(10
k-2)x
k + (10
k-2)x
k] + x
0
It is clear we can continue this process (!0 ^a = 9* (10 ^ (a-1)) + 10 ^ (a-1)), to get:
=Sum
1</=k</=N[9*(10
k-1)x
k] + Sum
2</=k</=N[9*(10
k-2)x
k] + Sum
3</=k</=N[9*(10
k-3)x
k] + ... + Sum
N-1</=k</=N[9*(10
k-(N-1))x
k] + 9* (10
N)x
N + {x
N + x
N-1 + x
N-2 + ... + x
0}
Now note every term but the quantity in "{...}" is divisible by 9, since they can be expressed as "9 * integer"
Therefore, by the definition of divisibility on the integers, x is divisible by 9 implies the quantity in "{...}" is divisible by 9.