with this topic, continues the saga "how this guy can ask that? it's obvious!"
I have this theorem and post here a part of the proof:
Let g be greater than 1. Then each integer a greater than 0 can be represented uniquely in the forma = c_0 + c_1g + ... + c_ng^n
where c_n is positive and 0 \le c_m < g for 0 \le m \le n.
Proof: We prove the representability by induction on a.
For a = 1, we have n = 0 and c_0 = 1.
Take a greater than 1 and assume that the theorem is true for 1, 2, ... , a - 1. Since g is larger than 1, the numbers g^0, g^1, g^2, ... form an increasing sequence, and any positive integer lies between some pair of successive
powers of g. More explicitly, there is a unique n > 0 such that gn \le a < g^{n + 1}.
By Theorem:If a is positive and b is arbitrary, there is exactly one pair of integers q, r such that the conditionsb = qa + r, 0 \le r < a,hold.
there are unique integers c_n and r such thata = c_ng^n + r, 0 \le r < g^n.
Here c_n > 0, since c_ng^n = a - r > g^n - g^n = 0; moreover, c_n < g because c_ng^n \le a < g^{n+1}.
...
I don't understand something in the last phrase.
From a = c_ng^n + r, I obtain
c_ng^n = a - r \Rightarrow c_ng^n = c_ng^n +r- r \Rightarrow 0 = 0
so how can I obtain c_n > 0?
And also c_n < g, I think that it has been obtained from g^nn \le a < g^{n + 1} as written above in the proof, but I don't understand why consider c_ng^n \le a < g^{n+1}
many thanks.
