§3 Maps of Groups
Whenever you define a new idea, it is useful to know what kinds of functions are naturally associated with it.
Question: What types of functions should we study?
Example 3.1
sets S,T spaces X,Y smooth curves + surfaces X,Y groups G,H ↔ arbitrary functions f:S→T↔ continuous functions f:X→Y↔ differentiable functions f:X→Y↔ group homomorphisms ϕ:G→H
§3.1 Group Homomorphisms
§3.1.1 Definition of a Group Homomorphism
Definition 3.1 Let G,H be groups. A group homomorphism from G to H is a function
such that for all g1,g2∈G,
ϕ(g1g2)=ϕ(g1)ϕ(g2).
§3.1.2 Examples of Group Homomorphisms
Example 3.2 exp:(R,+)→R× is a group homomorphism. t↦et
Proof.
For all t1, t2∈(R,+),
et1+t2=et1⋅et2.
Example 3.3 det:GLn(R)→R× is a group homomorphism. M↦det(M)
Proof.
For all M1,M2∈GLn(R),
det(M1M2)=det(M1)det(M2).
Example 3.4 (R,+)→S1 is a group homomorphism. t↦eit
Proof.
For all t1,t2∈(R,+),
ei(t1+t2)=eit1⋅eit2.
Example 3.5 If V,W are vector spaces, then they are groups under addition +. Any linear map
is a group homomorphism. Any linear subspace is a subgroup.
Proof.
(a) A vector space V is a group because V satisfies
(1) Associativity: addition in V is associative, i.e. for u,v,w∈V,
(u+v)+w=u+(v+w);
(2) Identity: there exists an element 0∈V such that for every v∈V,
(3) Inverses: for every v∈V, there exists −v∈V such that
v+(−v)=0.
(b) A linear map ϕ:V→W between any two vector spaces V and W is a group homomorphism because ϕ satisfies
(1) The homomorphism property: for all u,v∈V,
ϕ(u+v)=ϕ(u)+ϕ(v)(definition of a linear map)
(2) Preservation of the identity: since ϕ is linear,
ϕ(0V)=0W,
where 0V and 0W are the identity elements of V and W, respectively;
(3) Preservation of inverses: for every v∈V,
ϕ(−v)=−ϕ(v).
This follows from the linearity of ϕ, which involves scalar multiplication and additive inverses.
(c) Any linear subspace is a subgroup because
-
a linear subspace U⊆V is also a group under addition, since it inherits the group structure of V;
-
the identity 0V of V is also the identity in U;
-
inverses in U are inherited from V.
§3.1.3 Properties of Group Homomorphisms
Proposition 3.1 Let
ϕ:G→H
be a group homomorphism. Then
(a) ϕ(1G)=1H.
(b) ϕ(g−1)=ϕ(g)−1.
Proof.
(a) For any g∈G,
ϕ(g)=ϕ(1G⋅g)=ϕ(1G)⋅ϕ(g) (2)(definition of a homomorphism)
Let h be the inverse of ϕ(g). Then
ϕ(g)⋅h=ϕ(1G)⋅ϕ(g)⋅h⇒1H=ϕ(1G)⋅1H⇒1H=ϕ(1G) (3)(2)
(b)
1H=ϕ(1G)=ϕ(g⋅g−1)=ϕ(g)⋅ϕ(g−1)⇒ϕ(g−1)=ϕ(g)−1.
Proposition 3.2
idG:G→G
is a homomorphism.
Proof.
Consider the identity map
idG:G→G
defined by
idG(g)=g
for every g∈G.
To show that idG is a homomorphism, we need to show that for all
g1,g2∈G,
idG(g1⋅g2)=idG(g1)⋅idG(g2).
For any g1,g2∈G,
idG(g1⋅g2)=g1⋅g2(definition of idG)
and
idG(g1)⋅idG(g2)=g1⋅g2.(since idG(gi)=gi)
Therefore,
idG(g1⋅g2)=g1⋅g2=idG(g1)⋅idG(g2).
Hence
idG:G→G
is a homomorphism.
Proposition 3.3 If
G⟶ϕH
and
H⟶ψK
are homomorphisms, then
ψ∘ϕ
is a homomorphism.
Proof.
To prove that the composition of two homomorphisms ϕ and ψ is again a homomorphism, we need to verify that for all g1,g2∈G,
(ψ∘ϕ)(g1⋅g2)=(ψ∘ϕ)(g1)⋅(ψ∘ϕ)(g2).
By the definition of composition,
(ψ∘ϕ)(g1⋅g2)=ψ(ϕ(g1⋅g2)).
Using the homomorphism property of ϕ,
ψ(ϕ(g1⋅g2))=ψ(ϕ(g1)⋅ϕ(g2)).
Then using the homomorphism property of ψ,
ψ(ϕ(g1)⋅ϕ(g2))=ψ(ϕ(g1))⋅ψ(ϕ(g2)).
By the definition of composition,
ψ(ϕ(g1))⋅ψ(ϕ(g2))=(ψ∘ϕ)(g1)⋅(ψ∘ϕ)(g2).
Thus,
(ψ∘ϕ)(g1⋅g2)=(ψ∘ϕ)(g1)⋅(ψ∘ϕ)(g2).
Therefore, if
G⟶ϕH
and
H⟶ψK
are homomorphisms, then
ψ∘ϕ
is a homomorphism.
Proposition 3.4 If H⊂G is a subgroup, then the inclusion map
i:H↪G
is a homomorphism.
Proof.
To prove that the inclusion map
i:H↪G
is a homomorphism, where H⊂G is a subgroup, we need to verify that for all h1,h2∈H,
i(h1⋅h2)=i(h1)⋅i(h2).
The inclusion map
i:H↪G
is defined by
for every h∈H.
Thus, for any h1,h2∈H,
i(h1)i(h2)=h1=h2.
Therefore,
i(h1)⋅i(h2)=h1⋅h2.
At the same time,
h1⋅h2∈H,
and by the definition of the inclusion map,
i(h1⋅h2)=h1⋅h2.
Hence, for all h1,h2∈H,
i(h1⋅h2)=i(h1)⋅i(h2).
Therefore, the inclusion map
i:H↪G
is a homomorphism.
§3.1.4 Kernel and Image of a Group Homomorphism
Definition 3.2 Given a group homomorphism
the kernel of ϕ is the set
ker(ϕ)={g∈G∣ϕ(g)=1H}.
The image of ϕ is the set
im(ϕ)={h∈H∣h=ϕ(g) for some g∈G}.
Proposition 3.5
ker(ϕ)⊂G
and
im(ϕ)⊂H
are subgroups.
Proof.
ker(ϕ) is a subgroup of G because
(1) If
ϕ(g1)=ϕ(g2)=1H,
then
ϕ(g1g2)=ϕ(g1)⋅ϕ(g2)=1H⋅1H=1H.
(2)
ϕ(1G)=1H,
so
1G∈ker(ϕ).
(3) If
ϕ(g)=1H,
then
⇒ϕ(g−1)=1H−1=1H⇒g−1∈ker(ϕ).
Similarly,
im(ϕ)
is a subgroup of H because
(1)
hi=ϕ(gi)
implies
h1h2=ϕ(g1)ϕ(g2)=ϕ(g1g2).
(2)
ϕ(1G)=1H,
so
1H∈im(ϕ).
(3)
h=ϕ(g)
implies
h−1=ϕ(g−1).
§3.2 Group Isomorphisms
§3.2.1 Definition of a Group Isomorphism
Definition 3.3 If a group homomorphism ϕ is a bijection, then ϕ is called a group isomorphism.
Isomorphic does not mean equal, just as two sets being in bijection does not mean that the sets are equal.
Example 3.6 A set of five bananas is not equal to a set of five apples.
Nevertheless, we classify groups up to isomorphism, just as we classify sets up to bijection.
§3.2.2 Examples of Group Isomorphisms
Example 3.7
exp:(R,+)→(R>0,×)
is a group isomorphism.
Proof.
To prove that
exp:(R,+)→(R>0,×)
is a group isomorphism, we need to show two things:
(1) Homomorphism: exp preserves the group operation, i.e. for all
x,y∈R,
exp(x+y)=exp(x)⋅exp(y).
(2) Bijection: exp is bijective, meaning that it is both injective and surjective.
Let us verify these.
For x,y∈R,
exp(x+y)=ex+y.
Using the exponential law,
ex+y=ex⋅ey=exp(x)⋅exp(y).
Therefore,
exp(x+y)=exp(x)⋅exp(y),
so exp is a homomorphism.
To show that exp is injective, suppose that for some
x,y∈R,
exp(x)=exp(y).
Then
Taking the natural logarithm of both sides (which is valid since
ex>0
for all x),
Therefore, exp is injective.
To show that exp is surjective, we must show that for every
y∈R>0,
there exists an
x∈R
such that
exp(x)=y.
Since y>0, we may take
x=ln(y)∈R,
where ln denotes the natural logarithm. Then
exp(x)=eln(y)=y.
Therefore, exp is surjective.
Since exp is both a homomorphism and a bijection, it is a group isomorphism between
(R,+)
and
(R>0,×).
Hence,
exp:(R,+)→(R>0,×)
is a group isomorphism.
Theorem 3.6 Every finite cyclic group of order n is isomorphic to
Z/nZ.
Proof.
Let
G=⟨g⟩
be a cyclic group of order n. Define
ϕ:G→Z/nZ
by
ϕ(gk)=k(modn).
(1) Homomorphism:
ϕ(ga⋅gb)=ϕ(ga+b)=(a+b)(modn).
On the other hand,
ϕ(ga)+ϕ(gb)=a+b(modn).
The two sides are equal, so ϕ is a homomorphism.
(2) Injectivity: If
ϕ(ga)=ϕ(gb),
then
a≡b(modn),
which implies
ga=gb.
(3) Surjectivity: For every
k∈Z/nZ,
we have
ϕ(gk)=k(modn).
§3.2.3 Properties of Group Isomorphisms
Proposition 3.7 If
ϕ:G→H
is a group isomorphism, then
ϕ−1
is also a group isomorphism.
Proof.
Clearly, ϕ−1 is a bijection. It remains to prove that
ϕ−1
is a homomorphism.
Let
g1,g2∈G,
and let
h1=ϕ(g1),
h2=ϕ(g2).
Then
ϕ−1(h1⋅h2)=ϕ−1(ϕ(g1)⋅ϕ(g2))=ϕ−1(ϕ(g1⋅g2))=(ϕ−1∘ϕ)(g1⋅g2)=g1⋅g2=ϕ−1(h1)⋅ϕ−1(h2).(ϕ is surjective)(ϕ is a homomorphism)(notation)(definition of ϕ−1)(definitions of g1,g2)
§3.3 Product Groups
Product groups provide a way to construct new groups by combining the elements and operations of groups we already know.
Definition 3.4 Given two groups G1 and G2, the product group
G1×G2
is the set of ordered pairs
G1×G2={(g1,g2)∣g1∈G1, g2∈G2},
with group operation defined by
(g1,g2)⋅(h1,h2)=(g1⋅h1,g2⋅h2).
Proposition 3.8 Given two groups G1 and G2,
G1×G2
is a group.
Proof.
(1) Associativity follows directly from associativity in G1 and G2.
(2) Identity:
(1G1,1G2)
is the identity element.
(3) Inverse:
(g1,g2)−1=(g1−1,g2−1).
Example 3.8 (Cartesian Product of the Real Numbers)
The group
R×R
under ordinary addition is isomorphic to the Euclidean plane
R2.
Example 3.9 (Klein Four Group)
Z/2Z×Z/2Z
is called the Klein four group. It is the smallest noncyclic group.
Example 3.10 If
z∈T⊂C:∣z∣=1,
then
C×=R××T.
§3.4 Automorphisms
Understanding product groups naturally leads to the study of symmetries within a group. An automorphism is a bijective homomorphism from a group to itself, describing the different ways in which the structure of a group may be mapped onto itself. Automorphisms are especially interesting when applied to product groups, because they reveal how the internal structures of several groups can interact under mappings.
Definition 3.5 Let X be a set. We write
Aut(X):=Autset(X):={bijections X→X}
for the set of bijections from X to itself.
Proposition 3.9
Aut(X)
forms a group under composition.
Proof.
Aut(X)
is a group under composition because
(1) composition of functions is associative:
(f∘g)∘h=f∘(g∘h).
(2) idX:X→X is the identity, since f∘idX=idX∘f=f. x↦x
(3)
f−1
is the inverse of f:
f∘f−1=idX=f−1∘f.
§3.5 Symmetric Groups
Definition 3.6 Let
n={1,…,n}.
Then
Autset(n)=:Sn
is the symmetric group on a set of n elements.
Example 3.11 The following are examples of symmetric groups:
- n=1:
Aut(1)
is a group with one element:
S1={bijections {1}→{1}}={id1}.
- n=2:
Aut(1,2)
is a group with two elements:
S2={(id:12↦1↦2),(σ:12↦2↦1)}.
It satisfies
σ∘σ=σ2=id.
-
S3 has 3! elements. We will soon study its structure.
-
In general, Sn is a group with n! elements.
Definition 3.7 The symmetric group on a set G is the group of all bijections from G to itself:
Sym(G)=Autset(G).
This group contains all permutations of the elements of G. When G is a finite set containing n elements,
Sym(G)
is essentially the same as Sn, but this generalization allows us to consider permutations of an arbitrary set G, regardless of its cardinality.
Symmetric groups are fundamental in group theory because, by containing all possible permutations of a finite set, they capture the essence of symmetry. Remarkably, every group, whether finite or infinite, can be represented as a subgroup of a permutation group. This profound connection is formalized by Cayley's theorem.
§3.6 Cayley's Theorem
Theorem 3.10 (Cayley's Theorem) Every group G is isomorphic to a subgroup of the symmetric group
Sym(G)
on the set G.
Proof.
Let G be an arbitrary group. Our goal is to construct an injective group homomorphism
ϕ:G→Sym(G),
thereby proving that G is isomorphic to a subgroup of
Sym(G).
For each element
g∈G,
define a function
Lg:G→G
by left multiplication:
Lg(h)=ghfor all h∈G.
Since G is a group, every Lg is a bijection, with inverse
Lg−1.
Hence
Lg∈Sym(G).
Define
ϕ:G→Sym(G)
by
ϕ(g)=Lg.
- Homomorphism property: For all
g1,g2∈G
and
h∈G,
ϕ(g1g2)(h)=Lg1g2(h)=(g1g2)h=g1(g2h)=Lg1(Lg2(h))=(ϕ(g1)∘ϕ(g2))(h).
Therefore,
ϕ(g1g2)=ϕ(g1)∘ϕ(g2),
so ϕ is a group homomorphism.
- Injectivity: Suppose
ϕ(g)=ϕ(h)
for some
g,h∈G.
Then for every
k∈G,
Lg(k)=Lh(k)⟹gk=hk.
In particular, taking k to be the identity element e of G,
ge=he⟹g=h.
Therefore, ϕ is injective.
Since ϕ is an injective homomorphism,
G
is isomorphic to the subgroup
ϕ(G)
of
Sym(G).
Cayley's theorem shows that every group can be regarded as a group of permutations, emphasizing the central role of symmetric groups in understanding the structure of all groups.