Combinatus
- 40
- 1
Homework Statement
Create a multiplication table for the group of invertible elements in the ring Z_{10}. Can you rename the elements and arrange them so that the multiplication table is transformed into a multiplication table for the group Z_n for some n?
Homework Equations
The Attempt at a Solution
If p \in Z_m, p has an inverse iff GCD(p,m)=1, so the invertible elements in Z_{10} are 1, 3, 7 and 9, and we end up with
\begin{bmatrix}<br /> 1 & 3 & 7 & 9\\<br /> 3 & 9 & 1 & 7\\<br /> 7 & 1 & 9 & 3\\<br /> 9 & 7 & 3 & 1\\<br /> \end{bmatrix}
as the suspiciously matrix-looking multiplication table in Z_{10}.
I don't know what the second sentence of the problem implies though. After attempting proof by asking IRC, I received the reply "Z/10Z =~ Z/2Z x Z/5Z -> (Z/10Z)* =~ (Z/2Z)* x (Z/5Z)* =~ Z/4Z", but I haven't seen any similar notation before. Where do I begin on this, or perhaps, what should I read to get a better understanding of similar problems?
Last edited: