Can anyone show me how to find invertible elements in $\mathbb{Z}/m\mathbb{Z}$, $m$ is say $28$?
Also I'm not very clear about what it mean by 'invertible element in $\mathbb{Z}/m\mathbb{Z}$'
Can anyone show me how to find invertible elements in $\mathbb{Z}/m\mathbb{Z}$, $m$ is say $28$?
Also I'm not very clear about what it mean by 'invertible element in $\mathbb{Z}/m\mathbb{Z}$'
An invertible element is one which has a "buddy" whom when operated together, produces the identity. In short, if $a\in\mathbb{Z}/m\mathbb{Z}$ is an invertible element, then there exist a $b\in\mathbb{Z}/m\mathbb{Z}$ such that $$ab\equiv1\mod m$$
Expressing the congruence in the usual way, we have $$ab+km=1$$ for some $k\in\mathbb{Z}$.
So, can you see how we can try to use relative primes, the Euclidean algorithm etc. ?
An element, $x\in\mathbb{Z}_m$ is invertible if there is another element $y\in\mathbb{Z}_m$ such that $xy \equiv 1 (mod\ m)$.
An element is invertible iff it is relatively prime with $m$. For example, with $m = 28$, $4$ is not invertible because $\gcd(28,4) = 4$, but $17$ is, because $\gcd(28,17) = 1$.