How to Most Succinctly Distinguish Base-n Numbers From Actual Numbers?

31 Views Asked by At

When reading mathematical texts I encounter phrases such as "the decimal number 2," the "binary number 10," etc., so much that I begin to imagine there really is such a thing as a "base-n number," whereas the reality (at least as far as I understand it) is that numbers are distinct from their representations. In other words, it seems to me that our minds tend to conflate numbers with number words, so that, e.g., the phrase "the decimal number 70" invites ambiguity of meaning between "the number represented by 70 in the decimal numeral system," on the one hand, and "the string '70' as a word in the decimal language," on the other. Nevertheless the two are of course distinct, and failing to observe the distinction can lead to confusion. For example, it can be easily proven that any real number has exactly one additive inverse such the the sum of the two is 0. However, in the decimal system, all of the members of the set $S = \{-70, -070, -0070,-00070, \ldots\}\cup\{-70., -70.0, -70.00, -70.000, \ldots\}$ are distinct words, yet as "decimal numbers" any of them could be substituted for $x$ in the equation $70 + x = 0$, thereby appearing to violate the uniqueness of the additive inverse.

I am writing a paper where maintaining the distinction between numbers and representations is crucial, but I find it both tedious and unconducive to readability to repeatedly call out that distinction using phrases like "the number represented by $x$ in the base-$n$ numeral system" and "the string $x$ as a word in the base-$n$ language" at every turn. Any suggestions on how to make the writing less awkward?