Let $f$ be a continuous and bijective function such as $f(\frac{a}{b}) = \frac{f(a)}{f(b}$.
What are the possible functions for $f$?
My guess is that it can only be a polynomial of the shape $f : x \mapsto x^n$.
I have already found a few properties:
- $\forall n,m \in \mathbb{Z}, f(x^n) \cdot f(x^m) = f(x^{n+m})$
- $\forall n \in \mathbb{Z}, f^n(\frac{a}{b}) = \frac{f^n(a)}{f^n(b)}$
- $f(1) = 1$
- $f(0) = 0 \text{ if } f \neq x \mapsto 1$
Any ideas on how to prove that it is only polynomials $X^n$ that works ?