Welcome to Geometric Group Theory! As today was the first day of class we began by reviewing the syllabus and discussing expectations for the term before diving into the material.
Review of Groups
Definition: A group is a set with a binary operation
that satisfies three conditions:
contains an identity element:
such that
for all
.- Every element in
has an inverse:
such that 
- The group operation is associative:

can refer to both the set of elements or the group (including the operation). Some authors separate these two uses by denoting the group
. However, in this class we will generally use
to refer to both the set and the group and make clear which one we are referring to.
Let us see this in action. The dihedral group of order 8, called either
or
depending on the text, will be our example. We will call it
. The eight elements of the group are:

Since a group is defined by both the set of elements and the group operation, it is not enough to simply list the elements of the group. Instead, we give the “multiplication table” for the group or the Cayley Table. The Cayley Table for the group is shown below.

Group Presentations
A Cayley Table, while helpful, can also be a little bit unwieldy as a way to represent a group. Instead, we give a group presentation, which is a set of generators and relators. Our notation will be
where each
is called a generator and each
is called a relator. The set
is also called the generating set.
Definition: A generating set for
is a set of elements in
such that for all
,
.
While a generating set may be infinite, each element in
must be the product of a finite number of generators. A product of generators is called a word.
Each of our relators is a word which equals the identity. For example, for
. some relators are
and
. Relators can also show the relationship between two elements such that
.
Each group has at least one presentation, since we can always include every element in the group in our generating set. However, this is often not necessary, since we can generate some elements from a set of basis elements. This is similar to finding a basis in linear algebra. For
we know that we don’t need any rotation elements other than
since each of the other rotations is a power of
. Similarly, we do not need any flips other than
since we can combine
and
to attain any of the other flips. Thus, our generating set is
. By tradition we do not include
in our generating set. For our relators we need to know both how
and
relate to
and how they relate to each other. Thus, we get
and
as our set of relators. Therefore, our final group presentation is
. Next time we will discuss how we know that this is enough to represent the entire group!
Super nice Post Michaela! I really liked the Rs you drew in the middle of each square to represent how the shape was being affected after each motion — it made things very clear. Also, I personally appreciated your notes on convention (like not including e in our generating set).
Thanks, Akash!
Wonderful exposition! Whenever I think about group presentations I always think about free groups. These are groups with some given set of generators and no relations between them, so group elements consist of strings of powers of these generators. For example the free group on two generators is
, and its elements look like
(I’m being a little loose with notation). Free groups can be used to show a lot of interesting things, for instance that subgroups of finitely generated groups are not necessarily finitely generated: take the free group above and consider the subset of words such that
. One can check this is a subgroup, call it
(indeed it is normal, though we won’t use that here). Now for every word
, we can ask the following question: what is the maximum value of a partial sum
for
. Observe that if
were finitely generated, then this quantity would be bounded for all words in
! (By the maximum such value for each of the finitely many generators). But at the same time we can see that in
this quantity is not bounded, so we are done.
You can also use free groups to show that there is a group of every cardinality! First note that every finite cardinality has a cyclic group of that order, and second for any infinite cardinality you can take the free group on a generating set
with that cardinality number of generators. To see that this free group has the same cardinality as
, note that for any infinite cardinality,
. Every word in must be a string of finite length, which leaves
words of length
, so the total number of words is the union over all
of a set of cardinality
, and a countable union of sets of some infinite cardinality again has that same cardinality.
I don’t know what happened to that little free group up there in the latex code, it’s supposed to read .
Really great post! I really like how you made an effort to show the rotation of the D8 group, it makes it much easier to visualize. Also really clear explanations throughout.