I'm trying to find an isomorphism from Z31 to itself that maps 13 to 28.
I used the extended euclid algorithm to find that 12 is the inverse of 13, but that's as far as I got. What do I do next? How can I find this specific isomorphism?
2026-04-01 15:36:25.1775057785
Trying to find an isomorphism
55 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The morphisms from $\mathbb Z_n$ to $\mathbb Z_n$ consist of picking an integer $a$ and sending $x$ to $ax$. (in fact the morphisms from any cyclic group $\langle a \rangle$ satisfy $f(na)=nf(a)$).
We just need to find an $a$ so that $13a\equiv 28$, since $13^{1}=12$ your $a$ is $28\times12\equiv 26$.
So your isomorphism is $f(x)=26x$. Notice it is injective since $(26,31)=1$. since the groups are finite it is an isomorphism.