0

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.

1 Answers1

0

Guide:

For the second one note that $$\sum_{i=1}^cg\left( \frac1c \right)=g(1)$$

and also, we have

$$\sum_{i=1}^cg\left( \frac{d}c \right)=g(d)$$

now, use the first result to conclude.

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149