3

If $\phi:G \to \overline G$ is group homomorphism, then prove that $|\phi(G)|$ divides $|G|$, where $|G|$ is finite. One way to prove this is this: we know that $\phi:G \to \phi(G)$ is an $n$-to-$1$ mapping, where $n=\lvert\ker \phi\rvert$. So $|\phi (G)|\cdot n=|G|$.

Is there any other short proof of it? Thanks.

the_fox
  • 5,805
ramanujan
  • 1,584

1 Answers1

-1

Your proof is the shortest I know. Here it is again with more detail:

Consider the fibers of $\phi$ given by $\phi^{-1}(b)$ for $b\in \overline G$:

  • $b \notin \phi(G) \implies \phi^{-1}(b)=\emptyset$.

  • $b \in \phi(G) \implies b=\phi(a), \ a \in G \implies \phi^{-1}(b)=a\ker\phi$.

Therefore, all fibers have the same number of elements. The claim follows because the number of fibers is exactly $|\phi(G)|$.

lhf
  • 216,483