0

I want to find the order of $\operatorname{Aut}(\mathbb{Z}_5\times\mathbb{Z}_5)$.

Since generators need to map to generators, and the identity needs to map to the identity, and since any non-identity element generates this group, I think the order should be $4 \cdot3 \cdot 2 = 24$.

But I saw here that

$\left| \operatorname{Aut}(G)\right|=\phi(m)$ where $\phi(m)$ is Euler's function, and $m$ is the order of the cyclic group.

I think the order of $\mathbb{Z}_5\times\mathbb{Z}_5$ is $25$, and $\phi(25)=20$ since 5,10, 15, 20, and 25 are not relatively prime to $25$.

Where am I going wrong?


This is similar to This question, but I don't understand the answer.

Peter_Pan
  • 1,836

1 Answers1

2

The group $\mathbb{Z}_5$ is a field, $V=\mathbb{Z}_5\times\mathbb{Z}_5$ is a 2-dimensional vector space over $\mathbb{Z}_5$, and any automorphism of $V$ (as a group) is automatically linear. Therefore, $|\mathrm{Aut}(V)|=|GL_2(\mathbb{Z}_5)|$.

To find $|GL_2(\mathbb{Z}_5)|$, we'll do a count. Note that the columns of any $A\in GL_2(\mathbb{Z}_5)$ form a basis for $V$. To count the number of such $A$, note that the first column of $A$ can be any nonzero vector (there are $24$ of those). Given the first column of $A$, the second column can be any vector not in the span of the first column (there are $25-5=20$ of those). Therefore, there are $24\cdot 20=480$ matrices in $GL_2(\mathbb{Z}_5)$.

David Hill
  • 12,165