Abstract Algebra/Group Theory/Group

From testwiki
Jump to navigation Jump to search

Template:TOC right In this section we will begin to make use of the definitions we made in the section about binary operations. In the next few sections, we will study a specific type of binary structure called a group. First, however, we need some preliminary work involving a less restrictive type of binary structure.

Monoids

Definition 1: A monoid is a binary structure (M,*) satisfying the following properties:

(i) (a*b)*c=a*(b*c) for all a,b,cM. This is defined as associativity.
(ii) There exists an identity element eM such that a*e=a=e*a for all aM.

Now we have our axioms in place, we are faced with a pressing question; what is our first theorem going to be? Since the first few theorems are not dependent on one another, we simply have to make an arbitrary choice. We choose the following:

Theorem 2: The identity element of M is unique.

Proof: Assume e and e are both identity elements of M. Then both satisfy condition (ii) in the definition above. In particular, e=e*e=e, proving the theorem. Template:Unicode

This theorem will turn out to be of fundamental importance later when we define groups.

Theorem 3: If a1,a2,,an are elements of M for some n, then the product a1*a2**an is unambiguous.

Proof: We can prove this by induction. The cases for n=1 and n=2 are trivially true. Assume that the statement is true for all n<k. For n=k, the product a1**ak, inserting parentheses, can be "partitioned" into (a1**ai)*(ai+1**ak). Both parts of the product have a number of elements less than k and are thus unambiguous. The same is true if we consider a different "partition", (a1**aj)*(aj+1**ak), where j>i. Thus, we can unambiguously compute the products (a1**ai), (ai+1**aj), and (aj+1**ak), and rewrite the two "partitions" as b1*(b2*b3) and (b1*b2)*b3. These equal each other by the definition of a monoid.Template:Unicode

This is about as far as we are going to take the idea of a monoid. We now proceed to groups.

Groups

Definition 4: A group is a monoid (G,*) that also satisfies the property

(iii) For each aG, there exists an element aG such that a*a=a*a=e.

Such an element a is called an inverse of a. When the operation on the group is understood, we will conveniently refer to (G,*) as G. In addition, we will gradually stop using the symbol * for multiplication when we are dealing with only one group, or when it is understood which operation is meant, instead writing products by juxtaposition, a*bab.

Remark 5: Notice how this definition depends on Theorem 2 to be well defined. Therefore, we could not state this definition before at least proving uniqueness of the identity element. Alternatively, we could have included the existence of a distinguished identity element in the definition. In the end, the two approaches are logically equivalent.

Also note that to show that a monoid is a group, it is sufficient to show that each element has either a left-inverse or a right-inverse. Let aG, let b be a right-inverse of a, and let c be a right-inverse of b. Then, a=a(bc)=(ab)c=c. Thus, any right-inverse is also a left-inverse, or ab=ba. A similar argument can be made for left-inverses.

Theorem 6: The inverse of any element is unique.

Proof: Let gG and let g and g be inverses of g. Then, g=g*e=g*g*g=e*g=g. Template:Unicode

Thus, we can speak of the inverse of an element, and we will denote this element by a1. We also observe this nice property:

Corollary 7: (a1)1=a.

Proof: This follows immediately since a*a1=a1*a=e.

The next couple of theorems may appear obvious, but in the interest of keeping matters fairly rigorous, we allow ourselves to state and prove seemingly trivial statements.

Theorem 8: Let G be a group and a,bG. Then (a*b)1=b1*a1.

Proof: The result follows by direct computation: (a*b)*(b1*a1)=a*b*b1*a1=a*e*a1=a*a1=e. Template:Unicode

Theorem 9: Let a,b,cG. Then, a*b=a*c if and only if b=c. Also, a*c=b*c if and only if a=b.

Proof: We will prove the first assertion. The second is identical. Assume a*b=a*c. Then, multiply on the left by a1 to obtain b=c. Secondly, assume b=c. Then, multiply on the left by a to obtain a*b=a*c. Template:Unicode

Theorem 10: The equation a*x=b has a unique solution in G for any a,bG.

Proof: We must show existence and uniqueness. For existence, observe that x=a1*b is a solution in G. For uniqueness, multiply both sides of the equation on the left by a1 to show that this is the only solution. Template:Unicode

Notation: Let G be a group and aG. We will often encounter a situation where we have a product a*a**anterms. For these situations, we introduce the shorthand notation an=a*a**anterms if n is positive, and an=a1*a1**a1|n|terms if n is negative. Under these rules, it is straightforward to show gn*gm=gn+m and (an)1=an and a0=e for all aG.

Definition 11: (i) The order of a group G, denoted |G| or o(G), is the number of elements of G if G is finite. Otherwise |G| is said to be infinite.

(ii) The order of an element of gG, similarly denoted |g| or o(g), is defined as the lowest positive integer n such that gn=e if such an integer exists. Otherwise |g| is said to be infinite.

Theorem 12: Let G be a group and a,bG. Then |ab|=|ba|.

Proof: Let the order of ab be n. Then, (ab)n=abab...ab=e, n being the smallest positive integer such that this is true. Now, multiply by b on the left and a on the right to obtain (ba)n+1=ba implying (ba)n=e. Thus, we have shown that |ba||ab|. A similar argument in the other direction shows that |ab||ba|. Thus, we must have |ab|=|ba|, proving the theorem. Template:Unicode

Corollary 13: Let G be a group with a,bG. Then, |aba1|=|b|.

Proof: By Theorem 12, we have that |aba1|=|ba1a|=|be|=|b|. Template:Unicode

Theorem 14: An element of a group not equal to the identity has order 2 if and only if it is its own inverse.

Proof: Let g have order 2 in the group G. Then, g2=gg=e, so by definition, g1=g. Now, assume g1=g and ge. Then e=gg1=gg=g2. Since ge, 2 is the smallest positive integer satisfying this property, so g has order 2. Template:Unicode

Definition 15: Let G be a group such that for all a,bG, ab=ba. Then, G is said to be commutative or abelian.

When we are dealing with an abelian group, we will sometimes use so-called additive notation, writing + for our binary operation and replacing an with na. In such cases, we only need to keep track of the fact that n is an integer while a is a group element. We will also talk about the sum of elements rather than their product.

Abelian groups are in many ways nicer objects than general groups. They also admit more structure where ordinary groups do not. We will see more about this later when we talk about structure-preserving maps between groups.

Definition 16: Let G be a group. A subset SG is called a generating set for G if every element in G can be written in terms of elements in S. We write G=S={s1e1smemsiS,ei{1,1}}.

Now that we have our definitions in place and have a small arsenal of theorems, let us look at three (really, two and a half) important families of groups.

Multiplication tables

We will now show a convenient way of representing a group structure, or more precisely, the multiplication rule on a set. This notion will not be limited to groups only, but can be used for any structure with any number of operations. As an example, we give the group multiplication table for the Klein 4-group K4. The multiplication table is structured such that g*h is represented by the element in the "(g,h)-position", that is, in the intersection of the g-row and the h-column.

*eabceeabcaaecbbbceaccbae

This next group is for the group of integers under addition modulo 4, called 4. We will learn more about this group later.

+012300123112302230133012

We can clearly see that K4 and 4 are "different" groups. There is no way to relabel the elements such that the multiplication tables coincide. There is a notion of "equality" of groups that we have not yet made precise. We will get back to this in the section about group homomorphisms.

The reader might have noticed that each row in the group table features each element of the group exactly once. Indeed, assume that an element kG appeared twice in some row of the multiplication table for G. Then there would exist g,h,hG such that gh=gh, implying h=h and contradicting the assumption of k appearing twice. We state this as a theorem:

Theorem 17: Let G be a group and aG. Then aG={a*ggG}=G.

Using this, the reader can use a multiplication table to find all groups of order 3. He/she will find that there is only one possibility.

Problems

Problem 1: Show that Mn(), the set of n×n matrices with real entries, forms a group under the operation of matrix addition.

Problem 2: Let V,W be vector spaces and Hom(V,W) be the set of linear maps from V to W. Show that Hom(V,W) forms an abelian group by defining (f+g)(v)=f(v)+g(v).

Problem 3: Let 8 be generated by the elements i,j,k,m such that i2=j2=k2=m, m2=e and ij=mji=k. Show that 8 forms a group. Are any of the conditions above redundant? When the identity e is written 1 and m = −1, then 8 is called the quaternion group. The i, j, k are imaginary units. Using 1 and one of these as a basis for a number plane results in the complex number plane.

Problem 4: Let S be any nonempty set and consider the set GS. Show that GS has a natural group structure. Template:HideNseek

Problem 5: Let G be a group with two distinct elements a and b, both of order 2. Show that G has a third element of order 2. Template:HideNseek

Problem 6: Let G be a group with one and only one element f of order 2. Show that gGg=f. Template:HideNseek

Template:BookCat