- #1
chipotleaway
- 174
- 0
Homework Statement
Construct a function [itex]f:C \rightarrow C[/itex] such that [itex]f(x+y)=f(x)+f(y) and f(xy)=f(x)f(y)[/itex] (aside from the identity function) Hint: [itex]i^2=-1[/itex] what are the possible values of [itex]f(i)[/itex].
The Attempt at a Solution
All I've been able to do so far is come up with some (hopefully correct) examples e.g.
[itex]f(i^2)=f(-1)=f=((1,0)*(-1,0))=f(-1)f(1)[/itex]
[itex]f(a+bi)=f((a,0)+(0,b))=f(a)+f(bi)[/itex]
[itex]f(ai)=f((a,0)*(0,1))=f(a,0)f(0,1)=f(a)f(i)[/itex] (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?)