Let $\sigma$ : $\mathbb{Z}_{11} \to \mathbb{Z}_{11}$ be given by $\sigma([a]) = [5a + 3]$. Prove that $\sigma$ is bijective.
Approach It has to be one to one and onto so
It is one to one if $\sigma([a1])=\sigma([a2])$
$[5a1+3]=[5a2+3]$
$[5a1]=[5a2]$
$[a1]=[a2]$
Does this approach work?. How to show that it's onto
it would be like $\sigma([y-3/5])=[5(y-3)/5+3]$.