New Reply

Is the direct sum of cyclic p-groups a cyclic group?

 
Share Thread Thread Tools
Feb29-12, 12:23 AM   #1
 
Blog Entries: 1

Is the direct sum of cyclic p-groups a cyclic group?


For arbitrary natural numbers a and b, I don't think the direct sum of Z_a and Z_b (considered as additive groups) is isomorphic to Z_ab. But I think if p and q are distinct primes, the direct sum of Z_p^m and Z_q^n is always isomorphic to Z_(p^m * q^n). Am I right? I've been freely using these facts in abstract algebra, but I wanted to make sure they're correct.

Any help would be greatly appreciated.

Thank You in Advance.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Intel's Haswell to extend battery life, set for Taipei launch
>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
Feb29-12, 01:31 AM   #2
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
It's fairly simple to check.... if it's cyclic, the generator has got to be (1,1) (because seriously, what else would it be). Does that element have order pmqn?

Alternatively, this is an example of the chinese remainder theorem
http://en.wikipedia.org/wiki/Chinese..._ideal_domains

where R is the integers, u = pmqn
Feb29-12, 02:36 AM   #3
 
Blog Entries: 1
Thanks Office_Shredder!
Feb29-12, 06:09 AM   #4
 
Recognitions:
Science Advisor Science Advisor

Is the direct sum of cyclic p-groups a cyclic group?


as a counter-example Z2 x Z2 is not cyclic, as it has no element of order 4:

(0,0) is of order 1
(1,0) + (1,0) = (0,0)
(0,1) + (0,1) = (0,0)
(1,1) + (1,1) = (0,0)

so all other elements are of order 2.

in fact, it is not hard to show that if G is abelian (and AxB is abelian if A and B are, which is certainly true if A and B are cyclic) that

|xy| ≤ lcm(|x|,|y|), so if gcd(m,n) ≠ 1, then Zm x Zn cannot possibly be isomorphic to Zmn, since there aren't any elements of order mn.

on the other hand, the CRT is equivalent to saying

k → (k (mod m), k (mod n)) is an isomorphism of Zmn with Zm x Zn when gcd(m,n) = 1. this is clearly a homomorphism, so showing it's surjective is the hard part (which is really the same thing as showing (1,1) generates the direct product).

(actually the CRT usually gives the inverse isomorphism, and the construction of the solution to:

x = a mod m
x = b mod n

actually gives us the inverse isomorphism, which is the pre-image of the isomorphism above of (a,b):

x = an[n-1]m + bm[m-1]n (mod mn),

where [n-1]m denotes the inverse of n (mod m), which exists only when gcd(m,n) = 1).

i always knew that that "least common multiple" stuff they made me suffer through in grade school while doing fractions would pay off someday.
Feb29-12, 09:34 AM   #5
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by lugita15 View Post
For arbitrary natural numbers a and b, I don't think the direct sum of Z_a and Z_b (considered as additive groups) is isomorphic to Z_ab. But I think if p and q are distinct primes, the direct sum of Z_p^m and Z_q^n is always isomorphic to Z_(p^m * q^n). Am I right? I've been freely using these facts in abstract algebra, but I wanted to make sure they're correct.

Any help would be greatly appreciated.

Thank You in Advance.
Even something more general is true!!
Indeed, if gcd(a,b)=1, then [itex]\mathbb{Z}_{ab}\cong \mathbb{Z}_a\times \mathbb{Z}_b[/itex]. So the result is not only true for p-groups.
Feb29-12, 09:58 AM   #6
 
Recognitions:
Science Advisor Science Advisor
Quote by micromass View Post
Even something more general is true!!
Indeed, if gcd(a,b)=1, then [itex]\mathbb{Z}_{ab}\cong \mathbb{Z}_a\times \mathbb{Z}_b[/itex]. So the result is not only true for p-groups.
and something even more general is true: every abelian group can be decomposed into a direct sum of cyclic groups, which in turn can be decomposed into cyclic p-groups (different p's, of course).

abelian groups are the well-mannered groups that always say please and thank-you. as such, many mathemeticians find them boring, and only ask those hot and unpredictable nonabelian groups out on dates.
Feb29-12, 03:02 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
try this one:

Z/m x Z/n = Z/gcd x Z/lcm, whenever.
New Reply
Thread Tools


Similar Threads for: Is the direct sum of cyclic p-groups a cyclic group?
Thread Forum Replies
Isomorphic direct product cyclic groups! Calculus & Beyond Homework 3
External direct products of cyclic groups Calculus & Beyond Homework 3
prove product of infinite cyclic groups not an infinite cyclic group Calculus & Beyond Homework 3
Group Theory Question involving nonabelian simple groups and cyclic groups Calculus & Beyond Homework 1
Group homomorphisms between cyclic groups Linear & Abstract Algebra 2