Notes on Group Theory
Last Modified 2024-01-02
Introduction
Group theory is the first subject in a field of mathematics known as abstract algebra or modern algebra. Abstract algebra is one of the main branches of modern pure mathematics, and every mathematician, scientist, or engineer who wants a firm understanding of theoretical foundations should know a thing or two about group theory.
The goal of abstract algebra is to study the properties of algebraic systems and the interrelations between them. For example, you probably know about a handful of different number systems, including the integers , the rational numbers , the real numbers , and possibly the complex numbers . You may have also learned about their algebraic properties, such as the commutative property of addition, , and the associative property of multiplication, .
In abstract algebra, we will go beyond these familiar number systems to study the properties of algebraic systems in general. We will learn how these properties can inform us about the structure of an unknown algebraic system, and we will see how this knowledge can be used to quickly and easily solve problems that would otherwise be difficult or tedious.
To begin our study of abstract algebra, we will focus on one particular type of algebraic system, known as a group. Groups are an ideal starting point because they strike an excellent balance between simplicity and complexity. They are straightforward to define, involving only a single binary operation, and yet they capture most of the key ideas used to study more complicated algebraic structures. In addition, groups are widely used in both pure and applied contexts. Group theory plays a foundational role not only in abstract algebra itself, but also in mathematical analysis, combinatorics, cryptography, physics, chemistry, and materials science.
Groups
Definition: Group
A group is an algebraic structure consisting of:
- a set , called the underlying set;
- a distinguished element , called the identity element;
- a unary operation , written as , called inversion;
- a binary operation , written as , called the group operation or group product;
satisfying the following requirements:
- Associative property: for all .
- Identity property: for all .
- Inverse property: for all .
The commutative property is conspicuously absent from the definition of a group.
Identity is the Only Idempotent
Theorem: Let be a group. The only element having the property that is the identity element.
Proof: First, to see that the identity element actually has the claimed property, observe that follows from the identity property.
Next, to see that no other element of has this property, let be given, and suppose . By multiplying both sides by on the left, we have , from which it follows that:
Thus, we have proven that implies . ∎
Right Inverse Property
Theorem: Let be a group. For all , we have .
Proof: Let be given. We know, from the definition of a group, that and . It follows that:
This shows that the element remains unchanged when it is multiplied by itself. Using the previous result, this proves that . ∎
Right Identity Property
Theorem: Let be a group. For all , we have .
Proof: Let be given. We know, from the definition of a group, that and . It follows that:
This proves that . ∎
Subgroups
Definition: Subgroup,
Let be a group. A subgroup of is a subset of its underlying set that satisfies the following requirements:
- .
- If , then .
- If , then .
We write to denote that is a subgroup of .
In other words, is a subgroup of if and only if the structure is a group in its own right, where and denote the inverse operation and the group operation restricted to and , respectively.
This definition introduces an important notational convention. We will often refer to a group simply by the name of its underlying set , omitting explicit mention of the identity element, the inversion operation, and the group operation.
It is also common in the mathematics literature to not use any symbol, such as or , to denote the binary operation in a group. Instead, most mathematicians simply write , using juxtaposition to indicate application of the group operation. Note that the associative property allows us to write expressions like without needing to specify which product should be evaluated first, since both and are guaranteed to produce the same result.
Definition: Commute, Commutes
Let be a group. We say that two elements commute, or we say that commutes with , if .
Definition: Central Element, Center,
Let be a group. An element is central if commutes with every element of . The set of all central elements of is called the center of , and is denoted by .
Definition: Abelian Group
An abelian group is a group that satisfies the following additional requirement:
- Commutative property: for all .
Definition: Left Coset, Right Coset, ,
Let be a group, and let be a subgroup. A left coset of is a set of the form
for some fixed element . Similarly, a right coset of is a set of the form
for some fixed element . The collection of all left cosets of is denoted by , while the collection of all right cosets of is denoted by .
This definition introduces a new notational convention. Whenever we apply a group operation, such as or , to a subset of a group, we mean the set formed by applying that operation to each element of the subset. For example:
Note that we can write without ambiguity, since the associative property guarantees that .
Definition: Index,
Let be a group, and let be a subgroup. The index of in , denoted by , is the cardinality of the
Cosets Partition a Group
Theorem: Let be a group, and let be a subgroup.
Proof:
Suppose two cosets and of intersect, i.e., there exists an element
Definition: Normal Subgroup
Let be a group. We say that a subgroup is normal if for all and , we have .
left conjugation — this is a left action
right conjugation — this is a right action
Center is a Subgroup
Theorem: Let be a group. Its center is a subgroup of .
Proof: We must show that contains the identity element and is closed under taking inverses and products.
- Clearly, , since the identity element commutes with everything.
- Let and . By definition, we have . By multiplying on the left and right by , we obtain . Hence, commutes with . Since was arbitrary, this proves that .
- Let and . Because and are central, we can write . Hence, commutes with . Again, because was arbitrary, this proves that . ∎
Center is a Normal Subgroup
Theorem: Let be a group. Its center is a normal subgroup of .
Proof: Let and . Because is central, we have . ∎