Boi
New member
- Joined
- Feb 14, 2023
- Messages
- 30
View attachment 39388
I'll be using o(g) to denote the order of an element g, e to denote the neutral element and ⟨g⟩ to denote the cyclic group of g.
For the proof I'll have to prove 2 lemmas first (they're very obvious results, but they are not stated in the book, so I've felt the need to prove them).
Lemma 1: If G is a group, g∈G, o(g)=n, p,q∈Z and p≡q(modn), then gp=gq.
Proof of Lemma 1: if p≡q(modn), then, by defenition of congruence modulo n, p−q=kn, where k is an integer. It follows that p=q+kn. So, gp=gq+kn=gq⋅gkn=gq⋅(gn)k=gq⋅ek=gq.
Lemma 2: If n,m∈Z, d=gcd(n,m), n0=dn and m0=dm, then n0 and m0 are coprime.
Proof of Lemma 2: suppose the opposite is true: n0 and m0 are not coprime and they have a common divisor f>1. So, n0=fs and m0=fr (s and r are integers). By "unwrapping" the definitions of n0 and m0 and multiplying by d on both sides we get n=dfs and m=dfr. Now we have reached a contradiction: we assumed d to be the greatest common divisor of n and m, but D=df clearly divides both n and m without dividing d (since we assumed f>1).
The proof itself: Without the loss of generality I am going to assume that m≥n. I'll denote the element of order n by a and the element of order m by b. Since G is abelian, for all j∈Z (ab)j=ajbj. By using Lemma 1 we can represent every element of ⟨ab⟩ with a pair of integers (x,y), 0≤x≤n−1, 0≤y≤m−1 and for which ther exists such an integer z, that z≡x(modn) z≡y(modm). I want to replace the last requirement with the following: x and y must be congruent modulo d (where d=gcd(n,m)). Let me show that these are equivalent.
⇒
If z≡x(modn) and z≡y(modm), then z=x+nu and z=y+mv, so x+nu=y+mv (u,v∈Z. It follows that x−y=mv−nu. If we pull out d from n and m we get x−y=d(m0v−n0u)=dh. Hence x≡y(modd).
⇐
If x≡y(modd), then x−y=dh, h∈Z. Now, using Lemma 2 and Bezout's identity we get 1=n0u+m0v. Substituting u=−t and multiplying both sides by h we get h=m0v−n0t. So, x−y=dh=d(m0v−n0t)=mv−nt⇒x+nt=y+mv. Letting z=x+nt we get the exact z we need.
With the change of the last requirement it's easier to count the elements of ⟨ab⟩. Let's first choose x. Remembering our constraints (0≤x≤n−1) we have n choices for x. Now, to count choices for y let me first the number of choices for y when x=0. If x=0, then y should take the form dk to meet the condition. There would be dm such choices (0,d,2d,...,(dm−1)d). When 0<x, we can just shift all these numbers by x... except for the larger ones. Well, to not change the total number of choices for y we should make a new valid choice for every failed one. So, if m−1<x+ds, then d(m0−s)−1<x⇒−1<x−d(m0−s). Because x−d(m−0−s) is an integer, we can change the last inequality to 0≤x−d(m0−s), making x−d(m0−s) a viable choice for y. Finally, we have n choices for x, dm choices for y, giving us a total of dnm or lcm(n,m) elements in ⟨ab⟩. ⟨ab⟩ having lcm(n,m) means that ab, an element of G, has order lcm(n,m). QED.
I hope it's comprehensible.
I'll be using o(g) to denote the order of an element g, e to denote the neutral element and ⟨g⟩ to denote the cyclic group of g.
For the proof I'll have to prove 2 lemmas first (they're very obvious results, but they are not stated in the book, so I've felt the need to prove them).
Lemma 1: If G is a group, g∈G, o(g)=n, p,q∈Z and p≡q(modn), then gp=gq.
Proof of Lemma 1: if p≡q(modn), then, by defenition of congruence modulo n, p−q=kn, where k is an integer. It follows that p=q+kn. So, gp=gq+kn=gq⋅gkn=gq⋅(gn)k=gq⋅ek=gq.
Lemma 2: If n,m∈Z, d=gcd(n,m), n0=dn and m0=dm, then n0 and m0 are coprime.
Proof of Lemma 2: suppose the opposite is true: n0 and m0 are not coprime and they have a common divisor f>1. So, n0=fs and m0=fr (s and r are integers). By "unwrapping" the definitions of n0 and m0 and multiplying by d on both sides we get n=dfs and m=dfr. Now we have reached a contradiction: we assumed d to be the greatest common divisor of n and m, but D=df clearly divides both n and m without dividing d (since we assumed f>1).
The proof itself: Without the loss of generality I am going to assume that m≥n. I'll denote the element of order n by a and the element of order m by b. Since G is abelian, for all j∈Z (ab)j=ajbj. By using Lemma 1 we can represent every element of ⟨ab⟩ with a pair of integers (x,y), 0≤x≤n−1, 0≤y≤m−1 and for which ther exists such an integer z, that z≡x(modn) z≡y(modm). I want to replace the last requirement with the following: x and y must be congruent modulo d (where d=gcd(n,m)). Let me show that these are equivalent.
⇒
If z≡x(modn) and z≡y(modm), then z=x+nu and z=y+mv, so x+nu=y+mv (u,v∈Z. It follows that x−y=mv−nu. If we pull out d from n and m we get x−y=d(m0v−n0u)=dh. Hence x≡y(modd).
⇐
If x≡y(modd), then x−y=dh, h∈Z. Now, using Lemma 2 and Bezout's identity we get 1=n0u+m0v. Substituting u=−t and multiplying both sides by h we get h=m0v−n0t. So, x−y=dh=d(m0v−n0t)=mv−nt⇒x+nt=y+mv. Letting z=x+nt we get the exact z we need.
With the change of the last requirement it's easier to count the elements of ⟨ab⟩. Let's first choose x. Remembering our constraints (0≤x≤n−1) we have n choices for x. Now, to count choices for y let me first the number of choices for y when x=0. If x=0, then y should take the form dk to meet the condition. There would be dm such choices (0,d,2d,...,(dm−1)d). When 0<x, we can just shift all these numbers by x... except for the larger ones. Well, to not change the total number of choices for y we should make a new valid choice for every failed one. So, if m−1<x+ds, then d(m0−s)−1<x⇒−1<x−d(m0−s). Because x−d(m−0−s) is an integer, we can change the last inequality to 0≤x−d(m0−s), making x−d(m0−s) a viable choice for y. Finally, we have n choices for x, dm choices for y, giving us a total of dnm or lcm(n,m) elements in ⟨ab⟩. ⟨ab⟩ having lcm(n,m) means that ab, an element of G, has order lcm(n,m). QED.
I hope it's comprehensible.