0

How can I know all of the invertible elements? Is it just all of the numbers that are relatively prime to 30?

  • These posts are also related: http://math.stackexchange.com/questions/117260/how-to-determine-all-the-invertible-elements and http://math.stackexchange.com/questions/82313/an-invertible-element-i-in-mathbb-z-n-must-be-coprime-to-n (And you can probably find more similar questions.) – Martin Sleziak Jan 22 '14 at 09:15

2 Answers2

2

Yes, you're correct. To prove this, note that the smallest number that can be written as a linear combination of $k$ and $30$ is the greatest common divisor of $k$ and $30$; if $k \in \mathbb{Z}_m$ is invertible, one can write

$$k s \equiv 1 \pmod{30} \iff ks + 30 r = 1$$

for appropriate $s, r$.

0

Yes, since $\, \exists\, x\!:\, ax\equiv 1\pmod{30}\iff \exists\, x,y\!: ax+30y = 1\iff \gcd(a,30)=1\,$ by Bezout.

Bill Dubuque
  • 272,048