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.
where each of the
It is not too hard to justify our terminology:
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
.
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.
We shall be able to make use of the following fact frequently.
(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.13.4) and part (b) is a corollary of Theorem 5.9.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
?
(a)
in
,
(b)
,
(c)
,
(d)
.
(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
.