Subgroups: in A Group, The Question Is: "Is There An Identity?"
Subgroups: in A Group, The Question Is: "Is There An Identity?"
Subgroups: in A Group, The Question Is: "Is There An Identity?"
Subgroups
(b) (Identity) 1 ∈ H.
Notice that associativity is not part of the definition of a subgroup. Since associativity holds in the
group, it holds automatically in any subset.
Look carefully at the identity and inverse axioms for a subgroup; do you see how they differ from the
corresponding axioms for a group?
In verifying the identity axiom for a subgroup, the issue is not the existence of an identity; the group
must have an identity, since that’s part of the definition of a group. The question is whether the identity for
the group is actually contained in the subgroup.
???
group
In a group, the question is:
1
"Is there an identity?"
group
subgroup
In a subgroup, the question is: ???
"Is the identity contained in the
subgroup?" 1
Likewise, for subgroups the issue of inverses is not whether inverses exist; every element of a group
has an inverse. The issue is whether the inverse of an element in the subgroup is actually contained in the
1
subgroup.
???
group
x
subgroup
???
x-1
In a subgroup, the question is:
"Is the inverse of a subgroup
element also a subgroup element?"
Example. (A subset that isn’t closed under inverses) Z is a group under addition. Consider Z≥0 , the
set of nonnegative integers. Check each axiom for a subgroup. If the axiom holds, prove it. If the axiom
doesn’t hold, give a specific counterexample.
2
If m, n ∈ Z≥0 , then m ≥ 0 and n ≥ 0, so m + n ≥ 0. Therefore, m + n ∈ Z≥0 , and the set is closed
under addition.
0 is a nonnegative integer, so 0 ∈ Z≥0 .
However, 3 ∈ Z≥0 , but the inverse −3 is not an element of Z≥0 . Therefore, Z≥0 is not closed under
taking inverses, so it’s not a subgroup of Z.
Example. (The integers as a subgroup of the rationals) Show that the set of integers Z is a subgroup
of Q, the group of rational numbers under addition.
If you add two integers, you get an integer: Z is closed under addition.
The identity element of Q is 0, and 0 ∈ Z.
Finally, if n ∈ Z, its additive inverse in Q is −n. But −n is also an integer, so Z is closed under taking
inverses.
Therefore,Z is a subgroup of Q.
Example. (A subgroup under multiplication) Let Q∗ be the group of nonzero integers under multipli-
cation. Consider the set
1
H= m∈Z .
2m
Is H a subgroup of Q∗ ?
1 1
Let , ∈ H, where m, n ∈ Z. Then
2m 2n
1 1 1
· = m+n ∈ H.
2m 2n 2
Thus, H is closed under multiplication.
1
The identity of Q∗ is 1, and 1 = 0 ∈ H.
2
−1
1 1 1 1
Finally, let m ∈ H. Then = −m , and −m ∈ H. Therefore, H is closed under taking
2 2m 2 2
inverses.
Therefore, H is a subgroup of Q∗ .
Z2 = {(m, n) | m, n ∈ Z}.
The identity is (0, 0) and the inverse of (m, n) is −(m, n) = (−m, −n).
Taking this for granted, consider the set
H = {(x, y) | x + y ≥ 0}.
Check each axiom for a subgroup. If the axiom holds, prove it. If the axiom doesn’t hold, give a specific
counterexample.
3
Suppose (a, b), (c, d) ∈ H. This means
a + b ≥ 0 and c + d ≥ 0.
Then
(a + c) + (b + d) = (a + b) + (c + d) ≥ 0 + 0 = 0.
Therefore,
(a, b) + (c, d) = (a + c, b + d) ∈ H.
Thus, H is closed under addition.
Since 0 + 0 = 0 ≥ 0, I have (0, 0) ∈ H.
(1, 2) ∈ H, because 1 + 2 = 3 ≥ 0. But −(1, 2) = (−1, −2) ∈
/ H, because
−1 + (−2) = −3 6≥ 0.
Definition. If G is a group and g is an element oΥf G, the subgroup generated by g (or the cyclic
subgroup generated by g) is
hgi = {g k | k ∈ Z}.
In other words, hgi consists of all (positive or negative) powers of g.
This definition assumes multiplicative notation; if the operation is addition, the definition reads
hgi = {k · g | k ∈ Z}.
In this case, you’d say that hgi consists of all (positive or negative) multiples of g.
Be sure you understand that the difference between the two forms is simply notational: It’s the same
concept.
Since I’m calling hgi a subgroup, I’d better verify that it satisfies the subgroup axioms.
g m · g n = g m+n ∈ hgi.
Example. (Subgroups of a finite cyclic group) List the elements of the subgroups generated by elements
of Z8 .
h0i = {0},
h2i = h6i = {0, 2, 4, 6},
h4i = {0, 4},
h1i = h3i = h5i = h7i = {0, 1, 2, 3, 4, 5, 6, 7}.
4
The way the subgroups are contained in one another can be pictured in a subgroup lattice diagram:
The following result is easy, so I’ll leave the proof to you. It says that the subgroup relationship is
transitive.
If you want to show that a subset H of a group G is a subgroup of G, you can check the three properties
in the definition. But here is a little shortcut.
Lemma. Let G be a group, and let H be a nonempty subset of G. H < G if and only if a, b ∈ H implies
a · b−1 ∈ H.
Proof. (⇒) Suppose H < G, and let a, b ∈ H. Then b−1 ∈ H (since H is closed under inverses), hence
a · b−1 ∈ H (since H is closed under products).
Note: In order to use this criterion, you have to show that the set in question is nonempty before doing
the “a · b−1 ∈ H” check. Usually you show the set is nonempty by showing that it contains the identity
element. So you really have to do two checks, not just one.
Example. (A subgroup of a matrix group) Let GL(2, R) be the set of invertible 2 × 2 matrices with
real entries.
5
Therefore, AB is invertible, so matrix multiplication is a binary operation on GL(2, R). (The point is
that the set is closed under the operation.)
From linear algebra, I know that matrix multiplication is associative.
The 2 × 2 identity matrix is invertible, so it’s in GL(2, R). It’s the identity for GL(2, R) under matrix
multiplication.
Finally, if A ∈ GL(2, R), then A−1 exists. It’s also an element of GL(2, R), since its inverse is A.
This proves that GL(2, R) is a group under matrix multiplication.
(b) First,
1 0
∈ D.
0 1
Therefore, D isnonempty.
a 0 b 0
Next, suppose , ∈ D, where a, b ∈ R and a, b 6= 0. Note that
0 a 0 b
−1
b 0 b−1 0
= .
0 b 0 b−1
Then −1
a 0 b 0 a 0 b−1 0 ab−1 0
= = ∈ D.
0 a 0 b 0 a 0 b−1 0 ab−1
Therefore, D is a subgroup of GL(2, R).
Proof. Suppose a, b ∈ Z(G). I’ll show ab ∈ Z(G). To do this, I must show that ab commutes with everything
in G.
Let g ∈ G. Then
(ab)g = a(bg) (Associativity)
= a(gb) (Since b ∈ Z(G))
= (ag)b (Associativity)
= (ga)b (Since a ∈ Z(G))
= g(ab) (Associativity)
Therefore, ab ∈ Z(G)
Next, 1 · g = g = g · 1 for all g ∈ G, so 1 ∈ Z(G).
Finally, let a ∈ Z(G). I need to show that a−1 ∈ Z(G). Let g ∈ G. I need to show that ga−1 = a−1 g.
I have
ag −1 = g −1 a (Since a ∈ Z(G))
−1 −1 −1 −1
(ag ) = (g a) (Take inverses of both sides)
(g −1 )−1 a−1 = a−1 (g −1 )−1 (Inverse of a product formula)
ga−1 = a−1 g (Properties of inverses)
Therefore, a−1 ∈ Z(G).
Hence, Z(G) is a subgroup of G.
The union of subgroups is not necessarily a subgroup, but the intersection of subgroups is always a
subgroup. Before I prove this, a word about notation.
6
In this result, I want to talk about a bunch of subgroups of a group G. How should I denote these
subgroups? I don’t want to write H1 , H2 , . . . , Hn , because I may want an infinite number of subgroups.
Well, how about H1 , H2 , . . . (where I think of the sequence as continuing forever)?
The problem in the second case is that I might not be able to list the subgroups in a sequence. You may
know that there are different kinds of “infinity” and some a bigger than others. Specifically, if the number
of subgroups under consideration is not countable, I can’t list them as “H1 , H2 , . . . ”.
I’ll use notation like {Ha }a∈A in situations like these. Each Ha is a subgroup, and A is an index set. In
other words, A is an unspecified set whose elements I use to subscript the H’s. Since A could be arbitrarily
big, this gets around the problems I had with the other notations.
Rather than get into technicalities, I will leave things at that and illustrate by example how you work
with infinite index sets. If the next proof confuses you, try writing out the proof for two subgroups: That
is, if H and K are subgroups of a group G, then H ∩ K is a subgroup of G.
Proof. Let G be a group, and let {Ha }a∈A be a family of subgroups of G. Let H = ∩a∈A Ha . I claim that
H is a subgroup of G.
First, 1 ∈ Ha for all a ∈ A, because each Ha is a subgroup. Hence, 1 ∈ ∩a∈A Ha , and the intersection is
nonempty.
Next, let g, h ∈ H. I want to show that g · h−1 ∈ H. Since g, h ∈ H, I know g, h ∈ Ha for all a. Then
g · h ∈ Ha for all a, since each Ha is a subgroup. This implies that g · h−1 ∈ H, so H < G.
−1
Here is how I can use the preceding construction. Suppose G is a group, and S is a collection of elements
of G. S might not be a subgroup of G — it might not contain 1, or it might be missing the inverses of
some of its elements — but intuitively I ought to be able to add the “missing elements” and enlarge S to a
subgroup.
If you try to say precisely what you need to add to S, and how you will add it, you will quickly find
yourself tied in knots. Do you add elements one at a time? If you throw in an element, you have to throw in
the products of that element with everything else that is there (to ensure closure). If you do this sequentially,
how do you know the process actually terminates?
Instead of building up the subgroup from S, I’ll get at it “from above”. Consider the collection of all
subgroups {Ha }a∈A such that S ⊂ Ha . The collection is nonempty, because G is a subgroup of G and S ⊂ G.
Let H = ∩a∈A Ha . H is a subgroup of G, and S ⊂ H. H is the subgroup generated by S. It is
clearly the smallest subgroup of G containing S, in the following sense: If K is a subgroup of G and
S ⊂ K, then H < K.
It’s common to write hSi for the subgroup generated by S. So in case S = {x1 , x2 , . . . , xn } (a finite
set), write hx1 , x2 , . . . , xn i for the subgroup generated by the x’s.In the case of a single element x ∈ G, the
subgroup hxi generated by x is the cyclic subgroup generated by x that I discussed earlier.
Example. (Subgroups generated by elements) Let G = Z6 , the cyclic group of order 6. Show
Example. R2 is a group under vector addition. Give an example of two subgroups R2 whose union is not
a subgroup.
R2 consists of the points in the x-y-plane, or equivalently 2-dimensional vectors with real components.
7
Two elements of R2 are added as 2-dimensional vectors:
This example shows that the union of subgroups need not be a subgroup.
c 2018 by Bruce Ikenaga 8