MATH 415 Lecture 8

From Notes
Jump to navigation Jump to search

« previous | Thursday, September 19, 2013 | next »


First Test: October 8 (Tuesday)

Direct Products

(a.k.a. Cartesian product)

Let S=S1×S2××Sn=i=1nSi. Then (s1,s2,,sn)S, where siSi.

The cardinality of a product is the same as the product of cardinalities

|S|=|S1||S2||Sn|

We are interested in the product of groups. Let G=G1××Gn, and g,hG. Let's define our operation as follows:

gh=(g1h1,g2h2,,gnhn).

Our operation is associative: (fg)h=f(gh)=(f1g1h1,fngnhn)

Our group contains an identity element: e=(eG1,eG2,,eGn)

All elements of our group are invertable: g1=(g11,g21,,gn1).


Alternate Notation: Direct Sums

If the groups of our product are abelian, then we can compute the direct sum of our groups:

G=G1G2Gn

  • g+h=(g1+h1,,gn+hn)
  • e=(0,,0)

(note that this is analogous to the direct product of our groups)

The reason we use this is because all abelian groups are isomorphic to an integer group over modular addition.

Example

2×3 can be reexpressed as 23.

The elements of this new group are:

{(0,0);(0,1);(0,2);(1,0);(1,1);(1,2)}

We claim that 236.

We can use (1,1) as our generator for all elements of the group, and the justification follows because there is only one cyclic group of order n=6, and it is isomorphic to 6.


Now if we take 22 or 33, these direct sums are not cyclic because there are no generators that will give all elements.

In the first case, 22=V is called a Klein group.


Theorem 11.5

Theorem. The group m×n is cyclic and is isomorphic to mn if and only if m and n are relatively prime.

Proof. First assume gcd(m,n)=1. Then a=(1,1)mn is a generator. We know that the order of a is the minimum k such that ka=e=(0,0). ka=(k,k)=(0,0), so

k0(modm)k0(modn)

From number theory, we know that if gcd(m,n)=1, then the smallest k satisfying the equivalences above is k=mn. This is good because if the order of (1,1) is mn, then it generates the whole group m×n


Assume gcd(m,n)=d for d>1, then mnd is divisible by both m and n. Thus for any claimed generator a=(r,s)m×n, we have k=mnd. So k(r,s)=(mndr,mnds), where both components are equivalent to 0 mod m and n, respectively. Therefore the order of a must be at most mnd and cannot generate the whole group.


Corollary. The group m1×m2××mn is cyclic and isomorphic to m1m2mn if and only if gcd(mi,mj)=1 for all i and j such that ij.


Example

Let (p1)n1(p2)n2(pr)nr be the prime factorization of an integer n. Then n(p1)n1××(pr)nr.

In a specific case, 7223×32=8×9 because 72=2332.


Theorem 11.9

Let (a1,a2,,an)i=1nGi, and let ai be of finite order ri in Gi. Then the order of (a1,,an)i=1nG1 is equal to the least common multiple of r1,,rn.

In other words, we are looking for a k such that

ak=(a1k,a2k,,ank)=(e1,e2,,en)

The theorem above claims that k is the least common multiple of the orders of the contained elements.

Proof. We have rik and aik=ei in Gi.


Example

What is the order of (8,4,10)12×60×24

  • 812 has order 12gcd(8,12)=124=3
  • 460 has order 60gcd(4,60)=604=15
  • 1024 has order 24gcd(10,24)=242=12

Therefore the order of (8,4,10) is Failed to parse (unknown function "\lcm"): {\displaystyle \lcm{(3,15,12)} = 60} .


Internal Direct Product

Let Gi={(e1,,ei1,ai,ei+1,,en)aiGi} be a subset of G=i=0nGi.

Gi is a subgroup of G.

Furthermore, Gi is isomorphic to Gi with ϕ(e1,,ei1,ai,ei+1,,en)=ai.

We call G=i=1nGi the internal direct product, and G=i=1nGi the external direct product.