Let $G$ be a group and $g \in G$. Define $C_g : G \to G$ as $C_g(x) = gxg^{-1}$ Prove that $C_g$ is an isomorphism.
Homomorphism: $C_g(xy) = gxyg^{-1} = gx(gg^{-1})yg^{-1} = (gxg^{-1})(gyg^{-1}) = C_g(x)C_g(y)$
Injective: Assume $C_g(x) = C_g(y)$
$$gxg^{-1} = gyg^{-1}$$ Left multiply by $g^{-1}$ and right multiply by $g$ to get $x=y$
Surjective:
Let $C_g(x) = y$ for some $y$. Therefore, $y = gxg^{-1} \therefore x = g^{-1}yg \in G$ since it is the multiplication of elements of a group and, by closure it is part of a group.
I feel that something is wrong on the part about proving surjectivity.
The proof of $C_g$ being a homomorphism is good. In order to show bijectivity it's easier to find the inverse map.
Note that $$ C_g(C_h(x))=C_g(hxh^{-1})=g(hxh^{-1})g^{-1}=(gh)x(gh)^{-1}=C_{gh}(x) $$ so that $C_g\circ C_h=C_{gh}$.
Also $C_1$ is the identity map. Thus $C_{g^{-1}}$ is the inverse map of $C_g$.