Next: Subgroups
Up: An introduction to groups
Previous: Abelian groups
  Contents
  Index
Now that we know the definition of a group, the question
arises: how might they be described? The simplest answer is
that we describe a group much as we might describe a set: we
could list all its elements and give the multiplication table
or we could describe all its elements and their multiplication
in terms of some property from which we can verify the four
properties of group. Though the first way has the distinct
advantage of being explicit, it is this second alternative
which is the most common since it is usually more concise.
Our objective is to introduce terminology and techniques
which enable us to analyse mathematically permutation puzzles.
The type of groups which arise in this context are defined next.
Definition 5.7.1
Let

be a finite set. Let

be a finite set of elements of
permutations of

(so that they all belong to

).
Let

be the set of all possible products of the form
where each of the

is taken from the set

.
The set

, together with
the group operation given by composition of permutations,
is called a
permutation group with
generators

. We sometimes write
Example 5.7.2
Let

be the set of 54 facets of the Rubik's cube
and let

denote the basic moves
of the Rubik's cube, in the notation introduced in the
previous chapter. The permutation group

is called the
Rubik's cube group.
We shall determine the ``structure'' (i.e., its
relationship with ``known groups'') of this group
later in this book.
It is not too hard to justify our terminology:
Lemma 5.7.3
A permutation group is a group.
proof: Let
be a permutation group as in the above
definition.
We shall only prove that each
has
an inverse, leaving the remainder of the properties
for the reader to verify. The set
is finite.
There are
,
such that
.
Then
since
.
Remark 5.7.4
The above definition can be generalized: Replace

by any group

which includes all the generators

.
The resulting set

is called the
group generated by the elements

.
Algorithm:
Input: The generators
(as permutations in
),
Output: The elements of
,
,
,
for g in S do
for h in L do
if g*h not in L then L = L union {g*h} endif
endfor
endfor
Note that the size of the list L in the for loop changes after
each iteration of the loop. The meaning of this is that the
if-then command is to be executed exactly once for each element
of the list.
Definition 5.7.5
If

is a group then the
order of

, denoted

,
is the number of elements of

, if

is a finite set,
and

, otherwise. If

is an element of
the group

then the order of

, denoted

, is the
smallest positive integer

such that

, if it exists.
If such an integer m does not exist then we say that

has
infinite order.
Example 5.7.6
For example, there is an even permutation
of order

in

, for example

, and an odd permutation of order

in

, for example

.
We shall be able to make use of the following fact frequently.
Theorem 5.7.7 (a)
(Cauchy) Let

be a prime dividing

. There is a

of order

.
(b) (Lagrange) Let

be an integer not dividing

.
There does not exist a

of order

.
Part (a) will be proven below (see Corollary 5.12.4)
and part (b) is a corollary of Theorem
5.8.3 below.
As an application of this: we shall see later that the Rubik's
cube group
has the property that
. It follows from this and Lagrange's
theorem that there is no move of the Rubik's cube of order
but there is one of order
. Assuming this can you show
taht there is no move of order
?
Exercise 5.7.8
Find the order of the following elements:
(a)

in

,
(b)

,
(c)

,
(d)

.
Exercise 5.7.9
Let

and

. Thus,

.
Note that

has order

and

isn't

if

.
Exercise 5.7.10
Let

and

.
Which elements of

have order

?
How many elements have order

? Order

?
Exercise 5.7.11
Let

. We use the notation of
Example
5.2.1 above.
(a) Let

be the permutation group with generator

.
Verify that there are only two elements in

.
(b) What is the order of

?
(c) Let

be the permutation group with generator

,

.
Verify that there are only three elements in

.
(d) Find the order of

.
(e) Show that

.
Exercise 5.7.12
Find the orders of each of the elements
in

.
Next: Subgroups
Up: An introduction to groups
Previous: Abelian groups
  Contents
  Index
David Joyner
2002-08-23