I'm an elementary education major, but one of the problems in my elementary mathematics class asked to compare the values of numbers in different bases, without converting to base ten. One example was whether 32 in base 10 is larger than, equal to, or smaller than 32 in base 5. I realized that the larger base you go up, the more each place value can hold, so I used that to solve the problems, and those specific problems that I answered are correct, but it made me wonder if you can generalize this rule. If you have a number in base n, is it always larger than or equal to a number in base n-1? Take the case where the number is larger than or equal to n, and the place digits can hold higher numbers before overflowing in base n compared to base n-1, so x in base n will always be larger than x in base n-1. Take the case where x is smaller than n, and overflowing place values don't matter, so x in base n is equal to x in base n-1 (e.g. 6 in base 10 is equal to 6 in base 8). Or at least, this is true for non-negative x and positive n, I think.
Would this be a valid proof? Thank you!
12in base $10$ is the same number that’s represented by the string10in base $12$. On the other hand, $12_{10}$ and $12_{12}$ are different numbers even though they’re represented by the same strings of digits. It might be better to use “numeral” instead of “number” when you’re talking about the digit string itself. – amd Jan 23 '19 at 00:16