Groups and their Basic Properties
Contents
Introduction
I think it's probably time I wrote a post about something other than topology, so today I'm going to break way into the field of algebra.[1] It's difficult to explain exactly what algebra is until you've been exposed to some of it, but I like to think of algebra as the study of structure. Using algebraic techniques, seemingly different objects can be shown to be not so different after all, and many difficult problems can be solved relatively easy using such observations.
The first algebraic object I'd like to introduce, as you may have guessed, is a group. This will not be my only post on groups, since there is a lot to say about them. Essentially, a group is a set endowed with a very basic structure. This structure is enforced by an operation which governs how the elements in the group interact with each other. Before I define a group, I need to talk a little bit about binary operations.
Definition. A binary operation
on a set is a function .
The definition nicely captures several important ideas. First, it guarantees that if
You're probably more used to infix notation
As an example, the usual operations of addition and multiplication on
The Definition
I'll jump straight into it, shall I?
Definition. A group is a set
together with a binary operation with the following properties:
- Associativity. For any
, we have that . - Identity. There exists
such that . - Inverses. For every
there exists such that .
Stated in plain English, groups must have an identity element and inverses for every element, and the group operation must be associative. These all seem like reasonable requirements.
In the future, we will occasionally be even more lax and denote
Furthermore, I will frequently refer to
Examples
Now that groups have been defined, I'd like to walk you through a few simple examples of groups.
Definition. The trivial group is the group containing only one element.
Technically there are infinitely many 'trivial groups' since that one element could be anything, but all trivial groups are really the same. Let's call the element
The set of integers under addition also forms a group. Associativity is a property of addition itself, and you probably use it every day without even thinking about it. The identity element is zero, since
Similarly, the set
The last example I'd like to talk about is considerably more abstract, and probably not something you would ever have considered might be a group. It is called the dihedral group (or group of symmetries) of a regular polygon. We write
Basically,
where I've numbered the vertices to avoid the tremendous confusion that would otherwise ensue. Here's one of the vertex location preserving rotations we can perform,
Here's another one,
It's not too difficult to see that
Now that we have a better grasp of what's going on, let's think about the identity element of
What are the inverses of
We've exhausted all the rotations, so now we need to look at the reflections. There are three of them, and each preserves the location of one vertex while swapping the other two. Let's call them
What is the inverse of each reflection? If you reflect something twice along the same axis, it goes back to its original position. That is,
It's important to remember that the elements of the group are these reflections and rotations, rather than the triangles they act upon. I'll make all this more precise later when I talk about permutations, but for now I think this visual explanation should suffice.
Next,
Likewise,
I'll talk about dihedral groups again in the future, but for now let me conclude by noting that the rotations in
Basic Properties
Now that I've gotten a few examples of groups out of the way, I'd like to talk about some immediate consequences of the group axioms. Let's begin by showing that we are allowed to cancel terms from equations, as we are so used to doing in the familiar number systems.
Left Cancellation Law. Let
denote a group with . If , then . Proof. Since
, there must exist an inverse for and an identity element such that . Thus,
This completes the proof.
I have included my reasoning for each step to the right, because such proofs can be difficult to parse when you first encounter them. Do not expect me to continue being this nice in the future. The right cancellation law and its proof are completely symmetric, so I will not even bother to state them. Now that these cancellation laws have been established, we will be using them frequently. For instance, let's use one to prove the following proposition about inverses.
Theorem. Each element in a group has a unique inverse.
Proof. Let
denote a group with and suppose that are both inverses for . Then by the definition of inverses, so by the right cancellation law it follows that , completing the proof.
How does this proof establish that each element's inverse is unique? We are guaranteed the existence of at least one inverse by the group axioms. Furthermore, we just demonstrated that if an element has two inverses, then they must really be the same element!
Next, let's prove a similar statement that there is only one identity element in any group. This is probably the simplest proof ever, but it's rather informative.
Theorem. The identity element in a group is unique.
Proof. Let
denote a group and suppose that are both identity elements. Then by the definition of the identity, completing the proof.
I've already been saying 'the inverse' of an element and 'the identity' a lot prior to this, but now I'm actually justified in doing so. Furthermore, since each element
Before moving on I'd like to mention a very nice property that certain groups may exhibit, but they do not necessarily have to.
Definition. A group
is abelian (or commutative) if for every .
Examples of abelian groups that we've already seen are the integers under addition and the positive real numbers under multiplication. On the other hand, the dihedral groups of order three and above are nonabelian.
Subgroups
I'm almost done now, and I know this has been a pretty long post. I just need to introduce one more important concept and then I promise I'll stop.
Definition. A subgroup
of a group is a subset of which is itself a group under the group operation on .
If
As an example, the even integers (denoted
I pointed out earlier that the rotations in
In general, a group does not necessarily have any subgroups other than itself and the trivial group. We shall see later that if a subgroup (of a finite group) is to exist, it must contain a very predictable number of elements.
Although my true motivation is perhaps more sinister than you could possibly imagine. 😈 ↩︎
It's really not. When I inevitably define the real numbers from scratch as equivalence classes of Cauchy sequences of rational numbers in a future post, showing associativity will actually be something of a chore. As will everything else. ↩︎
The odd integers form what is called a coset,
of the subgroup , but I will talk about this in a later post. ↩︎