0

I have $G$ a finite abelian group of order $n$, an application $[m]: G \rightarrow G$ with $[m](g) = mg$ and $gcd(n,m)=1$. I want to prove that $[m]$ is surjective. I know there exist $s, t \in \mathbb{Z}$ such that $ns + mt = 1$, but I am not sure how to find the right $g \in G$ such that $[m](g) = mg = y$. So far I found that $y = 1y = (ns + mt)y = (ns + m(t-1) + m)y$, but it doesn't seem to help me that much. Can you help?

Patrick
  • 25

1 Answers1

1

You are actually very close to the solution.

Note that $ng = 0$ for any $g \in G$, by Lagrange's theorem. Together with Bezout's identity $ns + mt = 1$, we get $$[m](tg) = mtg = mtg + nsg = g$$ which shows that $g$ is in the image of $[m]$. This being true for any $g \in G$, the map $[m]$ is surjective.


Notice that we didn't use the assumption that $G$ is abelian. The result is true for general finite groups.

WhatsUp
  • 22,201
  • 19
  • 48