chipotleaway
- 174
- 0
Homework Statement
Construct a function f:C \rightarrow C such that f(x+y)=f(x)+f(y) and f(xy)=f(x)f(y) (aside from the identity function) Hint: i^2=-1 what are the possible values of f(i).
The Attempt at a Solution
All I've been able to do so far is come up with some (hopefully correct) examples e.g.
f(i^2)=f(-1)=f=((1,0)*(-1,0))=f(-1)f(1)
f(a+bi)=f((a,0)+(0,b))=f(a)+f(bi)
f(ai)=f((a,0)*(0,1))=f(a,0)f(0,1)=f(a)f(i) (a is real)
But I'm not sure how to construct an explicit function out of this (I'm assuming f(x)=0 would be a 'trivial' construction?)