How Can Z_{10}'s Multiplication Table Be Transformed into Z_n's Table?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
Combinatus
Messages
40
Reaction score
1

Homework Statement



Create a multiplication table for the group of invertible elements in the ring [tex]Z_{10}[/tex]. Can you rename the elements and arrange them so that the multiplication table is transformed into a multiplication table for the group [tex]Z_n[/tex] for some n?

Homework Equations


The Attempt at a Solution



If [tex]p \in Z_m[/tex], [tex]p[/tex] has an inverse iff [tex]GCD(p,m)=1[/tex], so the invertible elements in [tex]Z_{10}[/tex] are 1, 3, 7 and 9, and we end up with

[tex]\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}[/tex]

as the suspiciously matrix-looking multiplication table in [tex]Z_{10}[/tex].

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:
on Phys.org
Hi Combinatus! :smile:

(nice LaTeX, btw! :biggrin:)
Combinatus said:
Create a multiplication table for the group of invertible elements in the ring [tex]Z_{10}[/tex]. Can you rename the elements and arrange them so that the multiplication table is transformed into a multiplication table for the group [tex]Z_n[/tex] for some n?

Well, it's a 4x4 matrix, so it obviously can only be the table for Z5

so re-name 3 7 and 9 as some permutation of 2 3 and 4 so that the table works. :wink:
 
tiny-tim said:
:smile:
Thanks for your help! :)

Okay, so in [tex]Z_5[/tex] we get

[tex]\begin{bmatrix}<br /> 1 & 2 & 3 & 4\\<br /> 2 & 4 & 1 & 3\\<br /> 3 & 1 & 4 & 2\\<br /> 4 & 3 & 2 & 1\\<br /> \end{bmatrix}[/tex]

The permutation that generates this table from the one of the inverses in [tex]Z_{10}[/tex] (i.e. the one in my previous post) is thus 1 -> 1, 3 -> 2, 7 -> 3, 9 -> 4.

The key to the problem, however, says that "If the elements are arranged to 1, 3, 9, 7 and they are named 1 -> 0, 3 -> 1, 7 -> 3, 9 -> 2, you get the table for the group [tex]Z_4[/tex]." Even if you include 0 in the multiplication table for the group [tex]Z_4[/tex], they don't look similar at all, so I'm not sure what they're on about.
 
Hi Combinatus! :smile:

hmm … some of Z4 is right, but if 1 -> 0, then there should be 1s (for 0s) all along the top and left of the table (and there aren't) :frown:

the key is wrong … it must be Z5
 
tiny-tim said:
Hi Combinatus! :smile:

hmm … some of Z4 is right, but if 1 -> 0, then there should be 1s (for 0s) all along the top and left of the table (and there aren't) :frown:

the key is wrong … it must be Z5

The notation in the key is a bit vague, but what it is saying is that [itex]Z_{10}^*[/itex] is isomorphic to [itex]Z_5^*[/itex] (the MULTIPLICATIVE group of units of [itex]Z_5[/itex]), which is isomorphic to [itex]Z_4[/itex] (the ADDITIVE group). This is indeed true.