Question:
Let $G$ be a group, let $X$ be a set and let $f: G \longrightarrow X$ be a bijection. Show that there is an unique operation on $X$ so that $X$ is a group and $f$ is an isomorphism.
My attempt:
Define an operation $*$ on $X$ such that $f(a \ \cdot \ b) = f(a) * f(b)$ for an arbitrary $a, b \in G$, so $f(a), \ f(b), \ f(a) * f(b) \in X$, because $a, b \in G$ are arbitrary and $f$ is a bijection, so $*$ is an binary operation on $X$. We show now that $(X, *)$ is a group. In fact,
$\bullet \ f(e)$ is the neutral element of $(X,*)$, because $f(e) * f(a) = f(e \ \cdot \ a) = f(a) = f(a \ \cdot \ e) = f(a) * f(e)$, where $e$ is the neutral element of $(G, \cdot)$ and $a$ is an arbitrary element of $(G,\cdot)$.
$\bullet$ $f(a^{-1})$ is the inverse element of $f(a)$ in $(X,*)$, because $f(a^{-1}) * f(a) = f(a^{-1} \ \cdot \ a) = f(e) = f(a \ \cdot \ a^{-1}) = f(a) * f(a^{-1})$
Therefore $(X,*)$ is a group and $f: G \longrightarrow X$ is an isomorphism by the way it was defined. We show now the oneness of operation $*$. Suppose there are two operations $*$ and $\circledast$ on $X$ such that $(X,*)$, $(X,\circledast)$ are groups and $f: (G, \cdot) \longrightarrow (X,*)$, $f: (G, \cdot) \longrightarrow (X,\circledast)$ are isomorphisms, so $id_X: (X,*) \longrightarrow (X,\circledast)$ is an isomorphism.
I think this last isomorphism should help me tho prove what I want, but I don't know how this isomorphism ensure the oneness of operation $*$. I would like to a hint. Thanks in advance!