Let $G = (1, 2)$ and $x * y = \frac{3xy - 4x - 4y + 6}{2xy - 3x - 3y + 5}$, $\forall \, x, y \in G$. Check if $(\mathbb{R}_+^*, \cdot)$ and $(G, \cdot)$ are isomorphic through a function $f : (0, \infty) \to G$, $f(x) = \frac{x + \alpha}{x + \beta}$, where $\alpha$ and $\beta$ are real numbers.
We have two conditions for isomorphisms: $f$ must be bijective and $f(xy) = f(x) * f(y)$, $\forall \, x, y \in \mathbb{R}_+^*$. Using the second condition is definitely an overkill and very error-prone. Is there another way to find isomorphisms?
Thank you!