I was playing around the expansions of numbers in irrational bases, namely base $\phi=\frac{1+\sqrt5}{2}$. Of course, I should immediately define what it means to symbolize digits in a non-integer base.
At least in my case, the expansions consist of $\lceil\phi\rceil=2$ unique digits, (0 & 1). Hence, I've dubbed it "phi-nary".
Due to the base being the golden ratio, it carries along several unique properties, such as $$1.1_\phi=10_\phi=\phi$$
Which got me thinking: This base is able to express a number in multiple unique terminating expansions! Immediately, I was curious to see how many there were for 1.
I found these 3:
$$1_\phi=0.11_\phi=0.1011_\phi$$
Using $\phi^2=\phi+1$ and $\phi^{-1}=\phi-1$, here's the proof for $0.11_\phi$:
$0.11_\phi=\phi^{-1}+\phi^{-2}=(\phi-1)+(\phi^{-1})^2=(\phi-1)+(\phi-1)^2=(\phi-1)+(\phi^2-2\phi+1)=-\phi+(\phi+1)=1$
The third expansion follows the same modes of deduction.
I also found the non-terminating expansion $0.\bar{10}_\phi=1$
My intuition tells me there are a (countably) infinite amount, but I do not know how to go about proving that. Are those the only three terminating expansions?
In other words, in general for what $S\subset\mathbb{Z}$ does $$\sum_{k\in S}\phi^k=1$$
There are countably infinitely many finite expansions. For starting with $1$, we can replace the terminating $1$ in the $n$th phi-nimal place by $011$ in the $n$th, $n+1$th, and $n+2$th places respectively.
Now suppose given an infinite binary sequence $b$ such that $\sum b_n \phi^{-n} = 1$. Consider the following possibilities:
$b_0 = 1$. Then $b$ is a single $1$ followed by infinite zeroes.
$b_0 = 0$ and $b_1 = 1$. Then we have $\sum b_{n + 2} \phi^{-n} = 1$.
$b_0 = 0$ and $b_1 = 0$. Then we have $\sum b_{n + 2} \phi^{-n} \leq \frac{1}{1 - \phi^{-1}} = \phi^2$, and equality can only hold when every $b_i$ for $i \geq 2$ is 1.
Thus, it is apparent that either
So the set of all $\phi$-nary representations of $1$ is countable.