I want to prove that if we choose a positive real $a$ that has a terminating decimal representation, it has more than one decimal representation, and if a number has more than one decimal representation, one of them is terminating, using the theorem of Completeness of Numbers.
NOTE: There is a similar question asked previously (Which real numbers have two representations?), but the accepted answer there doesn’t provide any proof to the problem.
The first statement is easy to prove.
Suppose $$a=\sum_{k=1}^{n}a_k\cdot 10^{-k},$$ then also $$\sum_{k=1}^{n-1}a_k\cdot 10^{-k} + (a_{n}-1)\cdot 10^{-n} + \sum_{k=n+1}^{+\infty}9 \cdot 10^{-k}$$ converges to $a$, since the last term is a geometric series converging to $10^{-n}$.
Let us now suppose that $$a = \sum_{k=1}^{+\infty}a_k\cdot 10^{-k}=\sum_{k=1}^{+\infty}b_k \cdot 10^{-k},$$ with $a_j\neq b_j$ for some $j\in \Bbb Z^+$, and $a_k=b_k$ for $1 \leq k < j$.
Suppose, e.g., that $a_j> b_j$, and consider the series \begin{eqnarray} S &=& \sum_{k=1}^{+\infty}a_k\cdot 10^{-k}-\sum_{k=1}^{+\infty}b_k \cdot 10^{-k}\\ &=&\underbrace{\sum_{k=j}^{+\infty}a_k\cdot 10^{-k}}_A-\underbrace{\sum_{k=j}^{+\infty}b_k\cdot 10^{-k}}_{B}, \end{eqnarray} where we took advantage of absolute convergences of both terms, in order to use the associative property. With our hypothesis, $S\to 0$.
Let $h$ the position of the first non-$9$ digit following $b_j$. Then $$A>\sum_{k=j}^h a_k\cdot 10^{-k}=A^-$$ and $$B < \sum_{k=j}^{h-1}b_k\cdot 10^{-k} + (b_h+1)\cdot 10^{-h}=B^+.$$
Thus $$S > A^--B^+>0$$ cannot converge to $0$, as required. We have a contradicion, and $b_j$ therefore must be followed by an infinite sequence of $9$'s (of course this also implies $b_j=a_j-1$ and $a_k = 0$ for $k>j$).