Does a bijective map between two groups always produce an isomorphism?
I am trying to find a bijective map between two groups which does not preserve the group operations.
I have found a bijection $f(g)=g^3$, where $f:\mathbb{R}\rightarrow\mathbb{R}$, defined by $f(g+h)=(g+h)^3$.
But $f(g + h) \neq $ $ f(g)+f(h) \\=g^3+h^3$

For a group $G$ with $\lvert G\rvert > 1$, we can find a bijection from $G \to G$ that's not a homomorphism.
Since the order of $G$ is at least $2$, there is a $g\in G$ with $g\neq 1_G$.
Now the map $f_g : G \to G$ $$ f_g : x \mapsto \begin{cases} g & \text{if } x = 1_G,\\ 1_G & \text{if }x = g,\\ x & \text{otherwise} \end{cases} $$ is a bijection, but not a homomorphism (since $f_g(1_G) \neq 1_G$).