In class we had an overview of different representations of numbers. Some examples were: decimal, roman numerals, binary, Redundant binary representation, church numerals...
Then the teacher gave an example of representing some numbers differently in the decimal system: $$\begin{matrix} & 0 & 0 & 0 & 0 & 0\\ - & 0 & 0 & 0 & 0 & 1\\ \hline \ldots & 9 & 9 & 9 & 9 & 9 \end{matrix}$$
It's similar to the concept that $0.999\ldots = 1$.
Is there a name to this idea. I would like to read some more about that. But I don't know what to search for.
Thanks in advance!
If the $\ldots$ means that you go on to infinity on the left, then it's called the 10-adic representation (see https://en.wikipedia.org/wiki/P-adic_number).
If you truncate to a fixed finite number of digits (say $n$) you call it an $n$ digit 10s complement representation. (Google will find you lots of links.)