Okay, I am trying to show that there are only two automorphisms of $\Bbb Z_6$, the set congruences classes modulo 6.
I know that a homomorphism is uniquely determined by how it maps the generator 1. So, suppose that $[1] \rightarrow [k]$ extends to an automorphism of $\Bbb Z_6$, where $[a]$ denotes our congruence class. Since it is surjective, there exists something in the domain that gets mapped to $[1]$; i.e., $[kn] = [1]$ for some integer $n \in \{0,...,5\}$. This implies $kn = 6q + 1$ for some integer $q$, implying that $kn$ is odd, which happens only if both $k$ and $n$ are odd. This means that $k$ could be $1$,$3$, or $5$. Notice that $k=1$ gives us the identity map, $k=3$ contradicts the fact that our map is injective, but the $k=5$ is giving me a little trouble. Specifically, I am having trouble showing $[1] \rightarrow [5]$ extends to an automorphism.
Injectivity: Suppose that $f([n]) = f([m])$, where $f$ is the extension of $[1] \rightarrow [5]$. Then $[5n] = [5m]$ or $5(n-m) = 6q$ for some integer $q$. For some reason I am blanking as to why this implies $n-m$ is divisible by $6$, which is what I need to show injectivity. I am also having trouble with surjectivity.
EDIT: By the way, this comes from Hungerford chapter 1 section 2, for those interested in knowing exactly what theorems I have at the time of this problem.