I am wondering how to prove (1) $b + b^2 + ... + b^{n - 1} < b^n$ for all $b, n \in \{2, 3, ...\}$ and more generaly (2) $a_1b + a_2b^2 + ... + a^{n - 1}b^{n - 1} < b^n$ when $a_i \in \{0, 1, .., b - 1\}, (a_1 \neq 0)$.
I am studying number systems more deeply so I find this question interesting. For example, in base 10: $1 + 10 + 100 + ... + 10 000 = 11 111 < 10^5$ and this obvious in our minds.
But what about other bases, to me this $1 + 10_{(3)} + 100_{(3)} + ... + 10 000_{(3)} = 11 111 < 10^5_{(3)}$ is not obvious at all!
And, for example, how to prove $1 000_{(3)} > 222_{(3)}$?
Infact it's enough to prove $\overline{a_1a_2...a_n}_{(b)} < 10^{n + 1}_{(b)}$ when $a_1 = a_2 = ... = a_n = b - 1$ for every $b \in \{2, 3, ...\}$. In words: biggest $n$-digit number is smaller then smallest $n + 1$-digit number in any base $b$. Thanks!