Find isomorphism for an operation

51 Views Asked by At

enter image description here

I was trying to solve this problem, but am having trouble seeing why it is an isomorphism. To map from R* to G, I think that the phi function would be Phi(x)=x/2 but that doesn't work. This phi function does not preserve the operation because if we take Phi(ab)=ab/2, but Phi(a)=a/2 and Phi(b)=b/2. So the operation is not preserved.

2

There are 2 best solutions below

0
On BEST ANSWER

$f(x)=2x$ should work here. $f(x)*f(y)=(2x)*(2y)=\frac{2x2y}{2}=2xy=f(xy)$

1
On

Try the function $$ \phi: x \mapsto 2\,x $$ Now, show that $\phi(xy) = \phi(x)*\phi(y)$.