Show $g(x) = g(1) \cdot x$ for $x = c, \frac{1}{c}$ and $\frac{d}{c}$, where $c, d \in \mathbb{Z}, c \neq 0$.
For $x=c$, I was thinking of doing an induction proof, as $g(c) = g(\frac{c}{2}) + g(\frac{c}{2})$. However, I'm not sure how to handle the latter two cases.