Can you give an example of a function o: C->C (complex numbers) such that o(a + b) = o(a) + o(b) and o(a^s) = o(a)^o(s), other than the trivial one. It might also preserve multiplication - and if so it must be identity on the integers since o(a^2) has to be o(a)^2. What is this type of morphism called?
Thank you!
-Dan


$e^{b\log_1(a)}=e^{o(b)\log_2(o(a))}$. (I.e., one must consider different preimage points of $a$ and $o(a)$ under $\exp$.) Is this what you mean, and if not then what? – Jonas Meyer Sep 29 2010 at 0:45