Given a natural number $x$, $f(x)$ adds all the digits of $x$ to make a new number, then adds all the digits of the new number, and continues to do so until we are left with a one-digit number.
For example, $f(139)=4$
Prove: $$ f(f(a)+f(x-a))=f(x) $$ When $a,x,(x-a)\in N$