Example 1

Proposition
Suppose (x,y)G1×G2 and that the order of the elements are |x|=r and |y|=s. Then the order of (x,y) is lcm(r,s)


Proof
Let l=lcm(r,s). Then, l=ra=sb for some r,bZ. Observe that

(x,y)l=(xl,yl)=(xra,ysb)=(e1,e2)

From this we see that the order of (x,y) must divide l. If we let l=|(x,y)|, then l | l. Now, observe that

(x,y)l=(xl,yl)=(e1,e2)

But since |x|=r and |y|=s, then r | l and s | l. But this means that lcm(r,s)=l | l. Since l | l and l | l, then l=l as we wanted to show.



Example 2

Proposition
Zm×ZnZmn if and only if gcd(m,n)=1


This says if you take the product of two cyclic groups, then their product is cyclic if and only if m and n are relatively prime.

Proof
⟶: Suppose Zm×ZnZmn. Suppose for the sake of contradiction that gcd(m,n)=d>1. Now, take an arbitrary element (a,b)Zm×Zn. Add (a,b)+...+(a,b) mnd times. We will see that

(amnd,bmnd)=(andm,bmdn)=([0]m,[0]n)

Notice here that both nd and md are whole numbers since d is a divisor of both m and n. So the first entry is a multiple of m while the second entry is a multiple of n. This implies that the order of (a,b)mnd<mn. So the order of any element (a,b)Zm×Zn is strictly less than mn. This means that no element of Zm×Zn can be a generator of the group. So Zm×Zn is not cyclic. This is a contradiction because Zm×Zn isomorphic to Zmn and so it is cyclic.

⟵: Now suppose that gcd(m,n)=1. We want to show that Zm×Zn is isomorphic to Zmn. Notice that the order of the element 1 has order m in Zm and the order of the element 1 has order n in Zn. This tells us that the order of (1,1)=lcm(m,n)mngcd(m,n)mn1=mn. So (1,1) has order mn which means it generates the group. So it must be cyclic. So Zm×Zn=(1,1). We know all cyclic groups that have the same order are isomorphic. So Zm×ZnZmn.



References