-1

I have to prove that if $G$ and $G'$ are two finites group of same cardinal, then they are isomorphic.

Actually, it looks obvious. Suppose $G=\{g_1,...,g_n\}$ and $G'=\{h_1,...,h_n\}$. Does the homomorphism $g_i\longmapsto h_i$ work ?

MSE
  • 3,153

3 Answers3

5

This is not true in general., For example $\Bbb Z/4\Bbb Z$ is not isomorphic to $\Bbb Z/2\Bbb Z\times \Bbb Z/2\Bbb Z$.

You probably also need to assume both groups are cyclic. In that case you can write one as $\{a,a^2,\dots,a^n\}$ and the other as $\{b,b^2,\dots,b^n\}$. Then map $a\mapsto b$ to get the isomorphism.

Gregory Grant
  • 14,874
4

$\Bbb Z_6$ is commutative and $S_3$ isn't, and both have six elements.

ajotatxe
  • 65,084
2

No, it doesn't work since this result is wrong. For example $\mathbb Z/4\mathbb Z$ is not isomorphic to $\mathbb Z/2\mathbb Z\times \mathbb Z/2\mathbb Z$. To prove that there are not isomorphic, simply remark that $\mathbb Z/4\mathbb Z$ has an element of order $4$ whereas $\mathbb Z/2\mathbb Z\times \mathbb Z/2\mathbb Z$ has no element of order $4$.

Surb
  • 55,662