Isomorphism and direct product of groups

Click For Summary

Discussion Overview

The discussion revolves around the isomorphism between the group (Z, .)n and the direct product Zm X Zp, focusing on the conditions under which such an isomorphism can be established. Participants explore the implications of group order, cyclicity, and the relationships between the parameters involved.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants question whether there is a general method to show that (Z, .)n is isomorphic to Zm X Zp, given the requirement that both groups have the same order.
  • Others argue that (Z, .)n is not isomorphic to Zm X Zp in general, raising the need for clarification on the values of m and p.
  • A participant suggests that the relationship between n, m, and p may involve additional conditions beyond just the order of (Zn, .).
  • There is a proposal of a specific map f: (Zn, .) -> Zm X Zp to explore potential isomorphisms, with the condition that gcd(m, p) = 1 being significant for cyclicity.
  • Another participant reflects on examples showing that Zm X Zp is cyclic if and only if gcd(m, p) = 1, linking this to the Chinese Remainder Theorem.
  • Some participants express uncertainty about the implications of cyclicity and non-cyclicity on isomorphism, with examples provided to illustrate their points.
  • There is a contention regarding whether having both groups cyclic or both non-cyclic with the same order guarantees isomorphism, with counterexamples suggested as necessary for further exploration.
  • A later reply mentions a structure theorem for abelian groups that could provide answers to the questions raised.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the conditions for isomorphism between (Z, .)n and Zm X Zp. Multiple competing views remain regarding the implications of cyclicity, the necessity of gcd conditions, and the existence of counterexamples.

Contextual Notes

Limitations include the dependence on the definitions of cyclic groups and isomorphism, as well as unresolved mathematical steps regarding the relationships between n, m, and p.

teleport
Messages
240
Reaction score
0
Just wondering if there is a general way of showing that

(Z, .)n isomorphic to Zm X Zp with the obvious requirement that both groups have the

same order?
 
Physics news on Phys.org
Well considering they're not isomorphic in general, I really don't know.
 
Oh didn't know this. Why not in general? Forgot to mention that (Z, .)n are the remainders mod n that are relatively prime to n, and exclude 0.
 
What are m and p, would b cogito's main point.
 
What would m, p have to be? Are the possible values of m, p not just dependent of the order of (Zn, .), but also related in another way to n? Is there a requirement of some individual relation between n and m, and n and p?
 
From what you wrote originally, I presumed you'd just forgotten to say what m,p are. But I think you're now claiming that any two groups

Z_m x Z_p and Z_w x Z_q are isomorphic if mp=qw.

Is that what you meant?

I am now wondering what you meant.
 
For example is the map f: (Zn, .) -> Zm X Zp (|(Zn, .)| = mp) with

f(a mod mp) = (a mod m, a mod p)

an isomorphism? This sort of implies your interpretation of my question, I guess.
 
Why haven't you tried to work it out for yourself?
 
Ah, sorry for that. Yes I have now worked out a couple of examples of my own. The map that works to show isomorphism between (Zn, .) and Zm X Zp (when they are indeed isomorphic) is f(x^i) = (i mod m, i mod p), where x is a generator of (Zn, .). However from the result of my work it seems that this map only "works" when gcd(m,p) = 1. Since I know that isomorphism is shown with the use of the generators, then maybe Zm X Zp fails to have a generator when m and p are not relatively prime. Then I gave it a try and showed (I hope) that for Zm X Zp to be cyclic, gcd(m,p) must be 1, like this:

Because <1 mod m> = Zm and <1 mod p> = Zp, if Zm X Zp is cyclic, then its generator must be (1 mod m, 1 mod p). Take any
(i mod m, j mod p) in Zm X Zp. Then there must exist some k in Z s.t. k(1 mod m, 1 mod p) = (k mod m, k mod p) = (i mod m, j mod p). We must then have

k = i mod m

k = j mod p.

But then by the Chinese Remainder Theorem, k exists iff gcd(m,p) = 1, which implies
Zm X Zp is cyclic iff gcd(m,p) = 1.

Now definitely one requirement for Z_m x Z_p and Z_w x Z_q to be isomorphic (with mp=qw) is that they are both cyclic which is true if gcd(m,p) = gcd(w,q) = 1.

Thanks for not showing the ans :). This was good for me, since my test is coming up.
 
Last edited:
  • #10
Wow I forgot the actual Chinese Thm statement and there is no iff. But the solution k to

k = i mod m

k = j mod p

exists only when i = j mod gcd(m,p). However no two Za, Zb s.t. gcd(a,b) =/= 1, have i = j mod gcd(a,b) for all i in Za and all j in Zb. Hence the same result follows that Zm X Zp is cyclic iff gcd(m,p) = 1.
 
Last edited:
  • #11
I can't stop thinking about this. Now I tried out (Z_8, .) with Z_2 X Z_2 and there is the isomorphism (3^i)(5^j) = (i mod 2, j mod 2). The interesting thing is that neither of those groups are cyclic. All elements of (Z_8, .) except 1 have order 2 =/= |(Z_8, .)|, so the group can't be cyclic because there is no generator. If I was right, Z_2 X Z_2 is also not cyclic. So it seems that for the groups to be isomorphic either they must be both cyclic, or neither of them must be cyclic.
 
  • #12
Are you getting at: if G is cyclic and H is isomorphic to G then H is cyclic? Of course that is true. Isomorphisms amongst other things preserve the order of elements.
 
  • #13
Makes sense. So is the conclusion that if both groups (Z_n, .) and Zm X Zp are cyclic with the same order, or if both are non-cyclic with the same order, then they are isomorphic, correct? The first case can be shown by using f as above. For the 2nd case I also tried (Z_15, .) with Z_2 X Z_4 and it also gives me isomorphic. The thing I noticed when showing they are isomorphic is that the map to be used is f(x^i y^j) = (i mod 2, j mod 4) with x, y not only coprime with |x| = 2 and |y| = 4, but x and y both had to be prime, otherwise the map would not show the isomorphism. Is this a casuality or a general thing? I will try to look for some counter example later. But I don't think there will be a computationally easier one. :)
 
  • #14
teleport said:
. So is the conclusion that if both groups (Z_n, .) and Zm X Zp are cyclic with the same order, or if both are non-cyclic with the same order, then they are isomorphic, correct?


No, absolutely not. Exercise find lots of counter examples. Surely the fact that there are non-abelian groups should make you nervous.
 
  • #15
I will try to find some time for the counter examples. I'm having my midterms next week and I have diverted my attention for some period now. Is there some formula that determines which n, p, m would make the isomorphism. If you know of any link with this info that would be great. I'm interested in seeing the proof. Hopefully won't be that complex. Thank you for the remarks.
 
  • #16
There is an entire structure theorem for abelian groups that answers all of your questions. I'd google for it if I were you.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
991
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 34 ·
2
Replies
34
Views
7K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 26 ·
Replies
26
Views
1K
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K