Suppose $S_n = \sum_{i=0}^n c_i \alpha^i$, where $c_n \in \{ 1,-1\} $ for all $n \geq 0$, and $\alpha > 1$. I want to show that $|S_n| \to \infty$.
For $\alpha > 2$, it easily follows from the triangle inequality, $$|\sum_{i=0}^n c_i \alpha^i| \geq |c_n \alpha^n| - |\sum_{i=0}^{n-1} c_i \alpha^i| \geq |c_n \alpha^n| - \sum_{i=0}^{n-1} |c_i \alpha^i|.$$ For $\alpha = 2$, I managed to show this using uniqueness of binary representation of an integer. I am stuck with the case $1 < \alpha < 2$. I tried but could not find any counterexample. Any help will be appreciated.



$|S_n|$ doesn't always limit to $\infty$. Consider the sum $$1+ \phi - \phi^2+ \phi^3 +\phi^4 -\phi^5 + \dots$$ Where $\phi$ is the golden ratio. This keeps returning to $0$, so $|S_n|$ can't limit to $\infty$.