Loading [MathJax]/jax/output/HTML-CSS/jax.js
Now you are on the very top of Group Theory Through Problems project. 

Group Theory Through Problems

A group is an algebraic structure that abstracts the notion of permutations of a set, or more generally, symmetries of an object. Formally a group is a pair (G,) consisting of a set G and a binary operation :G×GG satisfying the properties or group axioms given below.

  1. The operation is associative -- For all elements x,y,zG, x(yz)=(xy)z.
  2. G has an identity element -- There exists an element eG, such that for every element xG, ex=xe=x.
  3. Every element of G has an inverse in G -- For every xG, there exists a yG such that xy=yx=e.

The second axiom mandates that an empty set not be a group. By definition of as a binary operation on G, it is true that G is closed under -- i.e. for any two elements x,yG, the element xy is also in G. Where there is no potential ambiguity, we drop the operator , and simply write xy instead of xy.

A group G is called Abelian if, in addition to the above four axioms, it satisfies the axiom of commutativity. That is, for every pair of elements x,yG, xy=yx.

Exercise 1
Verify that each of the following is a group.

  1. (Z,+), the set of integers under the operation of addition.
  2. (Q,+), the set of rational numbers under addition.
  3. (Q,×), the set of non-zero rational numbers under multiplication.
  4. (R,+), the set of real numbers under addition
  5. (R,×), the set of non-zero real numbers under multiplication.
  6. (Q>0,×), the set of positive rational numbers under multiplication.
  7. (R>0,×), the set of positive real numbers under multiplication.
  8. (I,), with I=[0,1), and defined as x,yI,xy=(x+y)x+y where denotes the floor function (greatest integer function).
  9. GLn(R), the set of all real n×n non-singular matrices, together with the operation of matrix multiplication.
  10. (AA,), the set of all bijective mappings (permutations) from a non-empty set A to itself, under , the composition of mappings.

Exercise 2
Which of the groups in Exercise 1 are Abelian?

Exercise 3
Show that the following are not groups.

  1. (N0,+), the set of natural numbers together with zero, under addition.
  2. (Z,), the set of integers under subtraction.
  3. (R,×), the set of all real numbers under multiplication.
  4. (Z,×), the set of non-zero integers under multiplication.

The group axioms state that every group has an identity element, and every element in a group has an inverse element in the group. But we may notice in all the examples of groups seen so far, that every group has a unique identity element, and every element in the group has a unique inverse. This is, in fact, true for all groups.

Exercise 4
Prove that every group has a unique element e satisfying
xG,ex=xe=x,
and that for each element xG, there is a unique element yG satisfying
xy=yx=e.
Hint: Assume there is another element eG satisfying the first property, and show that e=e. Similarly, assume that there is another element zG satisfying the second property, and show that y=z.

Now, we may speak of the identity element of a group, and the inverse of an element of the group. As every element x of a group G has a unique inverse, we may denote it by x1.

Exercise 5
Prove that for any two elements x and y in a group G, (xy)1=y1x1.

Exercise 6
Prove that a group G is Abelian if x1=x for all elements xG.

Thanks to associativity, we can write the product xn=xxxn without ambiguity, for any natural number n (why? You are asked to prove this in the exercise below). Generalizing this, we can define x0=e, the identity element, and xn=(x1)n. Thus, xn is well-defined for every integer n.

Exercise 7
Prove, by mathematical induction, that the product xxxn is well-defined. That is, if we define xn=x(x((x)))n, for any natural number n, show that xmxn=xm+n. Also prove that for any integers m and n, xmxn=xm+n, and that xn=(xn)1.

Clearly, it is not true in general that for distinct elements x and y of a group G, (xy)n=xnyn. But in an Abelian group, this is always true. Indeed, we can even prove a partial converse.

Exercise 8
Prove that a group G is Abelian if and only if for all elements x,yG, (xy)2=x2y2.