Isomorphism of Groups?

145 Views Asked by At

Let $x*y=xy-x-y+2$ for $x,y\in H=(1,\infty)$. I need to show that $(H,*)$ is isomorphic to $(\mathbb{R},+)$ as groups. I have already proven to myself that $H$ is a group, the identity is 2, the operation is associative, and that each element in $H$ has an inverse. But I cannot figure out how to construct a homomorphism let alone an isomorphism between the two groups. How would I prove this? Could it be done using a contradiction proof; like if I assumed they are not isomorphic and reached a contradiction? Any help is appreciated!

1

There are 1 best solutions below

0
On

$xy - x - y + 2 = (x-1)(y-1)+1$

$f(x) = x+1$

$f(xy) = f(x)*f(y) = xy+1$

$g(x) = e^x + 1$

$g(x+y) = e^{x+y} + 1 = g(x)*g(y) = (e^x + 1)*(e^y+1) = e^xy + 1$

does $g(x)$ have an inverse?

$g^{-1} = \ln (x -1)$