title | tags | |||||
---|---|---|---|---|---|---|
12. Subgroup |
|
In this lecture, we introduce the concept of a subgroup. A subgroup can be seen as the "child" of a group, consisting of a subset of elements from the group while still satisfying the group's definition. It helps us understand the internal structure of the group.
Let
To become a subgroup, the elements of
Let's understand the concept of subgroup through some examples:
Consider the integer additive group
-
The Even Integer Group: It consists of all even integers and forms a group under addition.
-
Closure: The sum of any two even integers is still even.
-
Associativity: Clearly satisfied.
-
Identity element:
$0$ is the identity element for integer addition, and it is also the identity element for the even integer group. -
Inverses: The inverse of each even integer is its additive inverse, which is also an even integer.
-
The subgroup of even integers satisfies the requirements of closure, associativity, identity element, and inverses, thus it is a subgroup of the integer additive group.
Consider the multiplicative group of positive integers modulo 5, denoted
-
Unit Element Subgroup
$\langle 1 \rangle$ : It consists of the unit element$1$ . A subgroup containing only the unit element is also called a trivial subgroup.-
Closure:
$1 \times 1 = 1$ , which still belongs to the unit element subgroup. -
Associativity: Clearly satisfied.
-
Identity element:
$1$ is the identity element for integer multiplication, and it is also the identity element for the unit element subgroup. -
Inverses: The inverse of
$1$ is$1$ , which is also in the unit element subgroup.
-
-
Subgroup formed by the set
${1, 4}$ :-
Closure: According to the multiplication table for elements in the set
${1, 4}$ , the result of multiplication still belongs to${1, 4}$ .× 1 4 1 1 4 4 4 1 -
Associativity: Clearly satisfied.
-
Identity element:
$1$ is the identity element of the group. -
Inverses: Modulo 5, the inverse of
$1$ is$1$ , and the inverse of$4$ is$4$ .
-
-
Subgroup formed by the set
${1, 2, 3, 4}$ : This subgroup is equal to the multiplicative group of positive integers modulo 5 itself.
These three subgroups satisfy the requirements of closure, associativity, identity element, and inverses, so they are all subgroups of the multiplicative group of positive integers modulo 5. Now, can the set
Consider the integer modulo 6 additive group
-
Unit Element Subgroup
$\langle 0 \rangle$ : It consists of the unit element$0$ . -
Subgroup formed by the set
${0, 3}$ :-
Closure: When any two elements in the set
${0, 3}$ are added, the result still belongs to${0, 3}$ . -
Associativity: Clearly satisfied.
-
Identity element:
$0$ is the identity element of the group. -
Inverses: Modulo 6, the additive inverse of
$0$ is$0$ , and the additive inverse of$3$ is$3$ .
-
-
Subgroup formed by the set
${0, 2 ,4}$ :-
Closure: When any two elements in the set
${0, 2 ,4}$ are added, the result still belongs to${0, 2 ,4}$ . -
Associativity: Clearly satisfied.
-
Identity element:
$0$ is the identity element of the group. -
Inverses: Modulo 6, the additive inverse of
$0$ is$0$ , and$2$ and$4$ are each other's additive inverses.
-
-
Subgroup formed by the set
$\mathbb{Z}_6={0,1,2,3,4,5}$ : This subgroup is equal to the original group itself.
These four subgroups satisfy the requirements of closure, associativity, identity element, and inverses, so they are all subgroups of the integer modulo 6 additive group. Now, can the set
With the definition of subgroups, we can derive some important properties:
-
The identity element of the original group is also the identity element of the subgroup:
$H \leq G \Longleftrightarrow e_H = e_G$ , where$e_H, e_G$ are the identity elements of$H, G$ respectively.
Click to expand the proof 👀
Let
Since
Canceling
- If an element
$a$ is in the subgroup, then its inverse$a^{-1}$ in the original group is also in the subgroup:
Click to expand the proof 👀
Let
So,
-
The intersection of subgroups is still a subgroup: If
$H_1 \leq G$ and$H_2 \leq G$ , then$H_1 \cap H_2 \leq G$ . We can use this method to construct subgroups.
Note that
$H_1 \cup H_2$ may not necessarily be a subgroup of$G$ , for example, if$2$ and$3$ belong to the union of$2\mathbb{Z}$ (multiples of 2) and$3\mathbb{Z}$ (multiples of 3), their sum$5$ does not belong to the union.
Click to expand the proof 👀
Consider a group
-
Closure: Let
$a, b \in H_1 \cap H_2$ . Then$a, b \in H_1$ and$a, b \in H_2$ . Since$H_1$ is a subgroup of$G$ ,$a \cdot b \in H_1$ . Similarly, since$H_2$ is a subgroup of$G$ ,$a \cdot b \in H_2$ . Therefore,$a \cdot b \in H_1 \cap H_2$ . Thus,$H_1 \cap H_2$ is closed under the operation of the group$G$ . -
Associativity: Clearly satisfied.
-
Identity element: Since
$H_1$ and$H_2$ are subgroups of$G$ , they both contain the identity element$e$ of$G$ . Therefore, their intersection also contains the identity element of$G$ , i.e.,$e \in H_1 \cap H_2$ . -
Inverse elements: Let
$a \in H_1 \cap H_2$ . Since$H_1$ and$H_2$ are subgroups of$G$ , they contain the inverse elements of$a$ in$G$ . Therefore, their intersection also contains the inverse element of$a$ in$G$ , i.e.,$a^{-1} \in H_1 \cap H_2$ .
From the properties of closure, associativity, identity element, and inverse elements, we conclude that
In the first section, we used the group axioms to test for subgroups: first, check if it's a subset, then check for closure, associativity, identity element, and inverses. If all are satisfied, it's a subgroup. This method can be cumbersome, so in this section, we introduce a more convenient method for testing subgroups.
Given a group
Click to expand the proof 👀
Here we prove both sufficiency and necessity.
Sufficiency (
Assume
Since
-
Closure: For any
$a, b \in H$ , we have$a 🐔 b \in H$ -
Existence of inverses: For any
$a \in H$ , we have$a^{-1} \in H$
Let
Necessity (
Conversely, assuming
-
Closure: For any
$a, b \in H$ , we have$b^{-1} \in H$ . According to the assumption, we have$a 🐔 (b^{-1})^{-1} \in H$ , and$(b^{-1})^{-1} = b$ , so we have$a 🐔 b \in H$ . Closure is proven. -
Associativity: For any
$a, b, c \in H$ , we have$a, b, c \in G$ , therefore$(a 🐔 b) 🐔 c =a 🐔 (b 🐔 c)$ . -
Identity Element: Let
$b = a$ , then we have$a 🐔 a^{-1} \in H$ , and$a 🐔 a^{-1} = e$ is the identity element, so the identity element exists. -
Inverse Element: Let
$a = e$ , for any$b \in H$ , we have$e 🐔 b^{-1} \in H$ , which means$b^{-1} \in H$ , so the inverse element exists.
In conclusion,
We consider the example of the multiplicative group of positive integers modulo
1 | 1 | 1 | 1 |
1 | 4 | 4 | 4 |
4 | 1 | 1 | 4 |
4 | 4 | 4 | 1 |
Subgroup is a key concept in group theory. By constructing subgroups, we can better understand the structure and properties of the parent group. In the following studies, subgroups will provide a solid foundation for us to delve into various properties of groups.