[Math] Bijective Homomorphisms between non-isomorphic groups

group-theory

I am starting to study Group Theory and I'm having a problem in defining what is a isomorphism in relation to an homomorphism.

Consider a mapping $f : G_1 \to G_2$ between two groups.
Considering I know this mapping represents an homomorphism AND a bijection.

Question 1:
Is it true that i dont know yet if it represents an isomorphism? Do I have to check if it's inverse is also a bijection?

I was told the groups $(\operatorname{GL}_n(\mathbb{R}) , \times )$ and $(\mathbb{R}^*, \times )$ are not isomorphic, that is, there is not any possible isomorphism between them because one is abelian whereas the other isn't.
At the same time I was told that there can be bijective mappings between these two.
Question 2 :
Does anyone know any example of bijective homomorphisms between those two?

Thanks

Best Answer

  1. Usually, isomorphisms for groups, rings, vector spaces, modules etc are defined to be bijective homomorphisms. However, if your definition of isomorphism $f$ is that there is another homomorphism $g$ such that $fg$ and $gf$ are identity maps, then Tobias Kildetoft's comment on your post provides a full explanation for that. That is, you can prove that the inverse mapping of a bijective homomorphism is also a homomorphism.

  2. It's very easy to disprove that $GL(n,\Bbb R)$ is not isomorphic to $(\Bbb R^\ast,\times)$: you just have to think of a group behavior possible in one and not in the other! The one that came to mind for me is that there are exactly two things in $\Bbb R^\ast$ which square to 1, namely $1$ and $-1$. But in $GL(2,\Bbb R)$, for example, it is very easy to find more than two things which square to 1:

$$ \begin{bmatrix}1&0\\0&1\end{bmatrix},\begin{bmatrix}1&0\\0&-1\end{bmatrix},\begin{bmatrix}-1&0\\0&1\end{bmatrix},\begin{bmatrix}-1&0\\0&-1\end{bmatrix},\begin{bmatrix}0&1\\1&0\end{bmatrix}\dots $$

Related Question