pendesu
- 8
- 0
Homework Statement
Given that b>1,b\in\mathbb{Z},c_{0},c_{1},...,c_{m}\in\{0,...,b-1\}, 0\leq c_{m+1}\leq b-1, and
c_{m+1}b^{m+1}=(\sum\limits _{k=0}^{m+1}c_{k}b^{k})\text{mod }b^{m+2}-c_{0}-c_{1}b-c_{2}b^{2}-...-c_{m}b^{m}, show that c_{m+1}\in\mathbb{Z}.
Also,
\sum\limits _{k=0}^{n}c_{k}p^{k}=(\sum\limits _{k=0}^{n}(a_{k}+b_{k})p^{k})\text{mod }p^{n+1} where \{a_{k}\},\{b_{k}\}\subseteq\{0,...,b-1\} for n=0,1,2,...,m+1
Homework Equations
This problem was taken from adding numbers in a base other than 10. Some of the above in the case of what I am trying to prove holds n=0,1,2,... in terms of the upper limit of the sum. But, this is the core of what I am trying to show right now in order to complete a proof.
The Attempt at a Solution
Any help would be appreciated. I understand that given that this is true that b_(m+1) must divide the right hand side.
Been thinking about how to show this in general and even with specific examples, adding numbers in different bases as it relates to this, I have not yet been able to figure out exactly how this works out.
Came up with that I know that (\sum\limits _{k=0}^{m+1}c_{k}b^{k})\text{mod }b^{m+2}\geq c_{0}+c_{1}b+...+c_{m}b^{m} so I am thinking I could at least show this and maybe in doing so it may help me to come up with a way to show that c_(m+1) is in Z.