The Cayley table clearly states that there is only one possible "blueprint" of a group with three elements. However, in order to prove that groups are isomorphic, we need to prove that they are homomorphic, and so if we take a function f:G1→G2,
f(x∗1y)=f(x)∗2f(y)
What kind of operations should we define for the three-element groups to prove that they are in fact homomorphic?
Answer
If you want to show that two arbitrary three-element groups are isomorphic, then you cannot choose what operations they have. However that doesn't mean that you can't "discover" their operations. Suppose G:={e,x,y} is a three-element group. What are the possibilities for xy?
If xy=x, then y=e is a contradiction. Similarly xy=y gives the contradiction x=e. Thus xy=e, which also gives yx=e.
Let's do the same thing for x2:
If x2=e, then x=x−1 is a contradiction to x−1=y obtained above. If x2=x, then x=e is a contradiction. Thus x2=y.
Similarly we can obtain that y2=x. Therefore we know exactly how the operation on G behaves. Let's use this to define an isomorphism.
Let G1:={e1,x1,y1} and G2:={e2,x2,y2} be two three-element groups. Define f:G1→G2 by f(e1)=e2, f(x1)=x2, and f(y1)=y2.
Then f is clearly a bijection. To see that it is a homomorphism, we must verify
f(x1y1)=f(x1)f(y1),f(y1x1)=f(y1)f(x1),f(x21)=f(x1)2,andf(y21)=f(y1)2,
as well as the (more obvious) identities involving e1. It should be easy to convince yourself that each of these are true using what we discovered about the group operation on three-element groups. Therefore f is an isomorphism.
To test your understanding, try answering the following question: If we had defined f to be f(e1)=e2, f(x1)=y2, and f(y1)=x2, would it still be an isomorphism?
As the comments hint, once you learn about cyclic groups and the order of groups, you can come up with a simpler (but more sophisticated) argument that proves a much more general version of this problem.
No comments:
Post a Comment